all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: help-gnu-emacs@gnu.org
Subject: Re: watching for variable assignment
Date: Mon, 10 Mar 2014 18:54:06 +0800	[thread overview]
Message-ID: <87mwgyiasx.fsf@ericabrahamsen.net> (raw)
In-Reply-To: 87siqqqr1s.fsf@gmail.com

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".

Yeah, I tried that but didn't get anything conclusive. The variable is
defvar'd in gnus-sum.el, and defvoo'd in nnimap.el, and otherwise is
only let. I've put the output of a full rgrep on my .emacs.d directory
below. All the bbdb-gnus related stuff hasn't changed in literally a
decade, so I doubt it's that.

I just know that in a few days' time I'm going to be begging pardon for
wasting everyone's time on a stupid problem that was all my fault to
begin with, but... In the meantime, this is terribly frustrating!

./bbdb/lisp/bbdb-gnus.el:359:with the `nnimap-split-fancy' method you have to use macros, that is your setting
./bbdb/lisp/bbdb-gnus.el:362:\(setq nnimap-split-rule  'nnimap-split-fancy
./bbdb/lisp/bbdb-gnus.el:364:       nnimap-split-fancy
./gnus/lisp/gnus-registry.el:429:entry in `nnmail-split-fancy' or `nnimap-split-fancy', for example like
./gnus/lisp/nnimap.el:88:(defvoo nnimap-split-fancy nil
./gnus/lisp/nnimap.el:1127:			 (nnimap-split-fancy
./gnus/lisp/nnimap.el:1129:		       (nnmail-split-fancy (or nnimap-split-fancy
./gnus/lisp/nnimap.el:2028:	    (nnimap-split-fancy
./gnus/lisp/nnimap.el:2030:	  (nnmail-split-fancy (or nnimap-split-fancy
./gnus/lisp/gnus-sum.el:10699:(defvar nnimap-split-fancy)
./gnus/lisp/gnus-sum.el:10718:			 (nnimap-split-fancy
./gnus/lisp/gnus-sum.el:10720:		       (nnmail-split-fancy (or nnimap-split-fa




  parent reply	other threads:[~2014-03-10 10:54 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-10  9:21 watching for variable assignment Eric Abrahamsen
2014-03-10  9:29 ` Jambunathan K
2014-03-10  9:59   ` Eric Abrahamsen
2014-03-10 10:00     ` Nicolas Richard
2014-03-10 10:09       ` Eric Abrahamsen
2014-03-10 10:35     ` Jambunathan K
2014-03-10 10:48       ` Jambunathan K
2014-03-10 11:23         ` Eric Abrahamsen
2014-03-10 10:54       ` Eric Abrahamsen [this message]
2014-03-10 11:08         ` Jambunathan K
2014-03-10 11:38           ` Jambunathan K
2014-03-10 10:35   ` Eric Abrahamsen
2014-03-10 13:06     ` Stefan Monnier
2014-03-21 10:26       ` Eric Abrahamsen
2014-03-21 12:21         ` Stefan
2014-03-10 19:56     ` Michael Heerdegen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mwgyiasx.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.