help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: watching for variable assignment


From: Eric Abrahamsen
Subject: Re: watching for variable assignment
Date: Mon, 10 Mar 2014 19:23:44 +0800
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3 (gnu/linux)

Jambunathan K <kjambunathan@gmail.com> writes:

> Jambunathan K <kjambunathan@gmail.com> writes:
>
>> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>>
>>> nnimap-split-fancy
>>
>> Why don't you rgrep for it and see where all it is getting referenced in
>> the source code?
>>
>> Try to reduce your "sample space".  Specifically focus on parts, where
>> it is getting "written to" and eliminate places where it is being
>> "read".
>
> I just rgrep-ped.
>
> My gut feeling is that the variable is mostly read.
>
> Either you have to search for that variable in your custom .el files or
> track the `nnmail-split-fancy' *instead*.  Summary, you are looking in
> the wrong place aka re-formulate your question.

Oh I definitely feel like I'm barking up the wrong tree... Hence the
sense that I'll have a "do'h!" moment before too long. But in the meantime...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]