Re: notmuch-mutt: Use of uninitialized value.

Subject: Re: notmuch-mutt: Use of uninitialized value.

Date: Fri, 15 Feb 2013 03:45:35 +0100

To: notmuch@notmuchmail.org

Cc: Stefano Zacchiroli

From: Suvayu Ali


Hi Kevin and others,

On Thu, Feb 14, 2013 at 03:06:51PM -0800, Kevin J. McCarthy wrote:
> 
> Here are some proposed improved macros.  (I'll attach a patch file in
> another email.)  Despite my earlier warning about not line-breaking
> macros, these are getting a bit unreadable.  We may want to see
> if/where we can safely line-break them.

I find sticking by the rule "do not introduce whitespaces to make it
readable" very useful in multi-line macros.  For example,

macro index <key> "<some-long-function>some text<another-function>\
continuation<finally-the-end>"

the above is preferable over,

macro index <key> "<some-long-function>some text<another-function> \
                   continuation<finally-the-end>"

Hope this helps,

-- 
Suvayu

Open source is the future. It sets us free.

Thread: