Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Paul Bibbings <paul.bibbings@gmail.com>
To: info-gnus-english@gnu.org
Subject: gnus registry menu problem in emacs 23.1
Date: Sat, 16 Jan 2010 17:35:33 +0000	[thread overview]
Message-ID: <87zl4egdga.fsf@gmail.com> (raw)

To give the context, I recently upgraded to Emacs 23.1 running on
Windows Vista, and followed the instructions in `gnus-registry.el',
adding the lines:

    (setq gnus-registry-max-entries 2500
          gnus-registry-use-long-group-names t)

    (gnus-registry-initialize)

to my ~/.gnus.el file.

In ~./.emacs I already have:

    (custom-set-variables
       ...
       '(gnus-registry-install t)
       '(gnus-registry-marks (quote (
            (Important :char 105 :image "summary_important") 
            (Work :char 119 :image "summary_work") 
            (Personal :char 112 :image "summary_personal") 
            (To-Do :char 116 :image "summary_todo") 
            (Later :char 108 :image "summary_later"))))
       '(gnus-registry-max-entries nil)
       '(gnus-registry-use-long-group-names t)
       ...)

If I then check everything after loading gnus:

   1. `C-H f' gnus-registry-set-article-Important-mark (for example)
       tells me this function is available in `.gnus.el'
   2.  With an appropriate article selected,
           `M-x' gnus-registry-set-article-Important-mark
       executes as expected and sets the mark.

However, with the same article selected as in 2. (above) clicking on the
menu item:
     Gnus | Registry Mark | Important
fails with:
     "Symbol's function definition is void: 
         gnus-registry-set-article-Important-mark"

Is anybody able to help me understand what the problem might be here?
I'm at a loss, being quite new to Emacs and Gnus (though loving it, I
have to say). The menu item seems to be hooked into the correct function
call, but it is somehow believing that it is undefined, whereas the
other tests (above) show that it clearly is, and operates properly.

Thanks in advance.

Regards

Paul Bibbings

             reply	other threads:[~2010-01-16 17:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-16 17:35 Paul Bibbings [this message]
2010-01-29 18:24 ` Ted Zlatanov
2010-02-01 15:55   ` Ted Zlatanov
2010-03-20 17:53     ` Ted Zlatanov
2010-03-21 20:58       ` Paul Bibbings
2010-02-11  8:12   ` Paul Bibbings

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=87zl4egdga.fsf@gmail.com \
    --to=paul.bibbings@gmail.com \
    --cc=info-gnus-english@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).