From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13562 Path: news.gmane.org!not-for-mail From: Paul Bibbings Newsgroups: gmane.emacs.gnus.user Subject: gnus registry menu problem in emacs 23.1 Date: Sat, 16 Jan 2010 17:35:33 +0000 Organization: A noiseless patient Spider Message-ID: <87zl4egdga.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263712462 29040 80.91.229.12 (17 Jan 2010 07:14:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Jan 2010 07:14:22 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sun Jan 17 08:14:15 2010 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NWPKv-0000ba-OV for gegu-info-gnus-english@m.gmane.org; Sun, 17 Jan 2010 08:14:14 +0100 Original-Received: from localhost ([127.0.0.1]:46010 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWPKw-0005p8-Gy for gegu-info-gnus-english@m.gmane.org; Sun, 17 Jan 2010 02:14:14 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!newsserver.news.garr.it!kanaga.switch.ch!switch.ch!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.mixmin.net!feeder.eternal-september.org!eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 52 Injection-Date: Sat, 16 Jan 2010 17:35:37 +0000 (UTC) Injection-Info: news.motzarella.org; posting-host="q1zIVWYv+fFtiu9RN0+Xgg"; logging-data="24688"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18BKUg/+s2gA0AoVz95ykN3ClqL+YaNEGU=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (windows-nt) X-Antivirus-Status: Clean X-Antivirus: avast! (VPS 100116-0, 16/01/2010), Outbound message Cancel-Lock: sha1:UcUcyk7++One5uamiMEpMqN89NM= sha1:JFBt0FMQ/tFjiWKRhVxcRfcS0FQ= Original-Xref: news.stanford.edu gnu.emacs.gnus:83945 X-Mailman-Approved-At: Sun, 17 Jan 2010 02:14:12 -0500 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:13562 Archived-At: 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