notmuch-mutt: Use of uninitialized value.

Suvayu Ali fatkasuvayu+linux at gmail.com
Thu Feb 14 18:45:35 PST 2013


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.


More information about the notmuch mailing list