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: Jambunathan K
Subject: Re: watching for variable assignment
Date: Mon, 10 Mar 2014 16:18:07 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

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.





reply via email to

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