[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: registry and marks - possibly bug in emacs 23?
From: |
Ted Zlatanov |
Subject: |
Re: registry and marks - possibly bug in emacs 23? |
Date: |
Thu, 08 Oct 2009 14:36:14 -0500 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) |
On Tue, 06 Oct 2009 17:21:42 +0200 Richard Riley <rileyrgdev@gmail.com> wrote:
RR> using debian testing's emacs23/gnus, running a mark function from the
RR> menu fails with
RR> ,----
RR> | Debugger entered--Lisp error: (void-function
gnus-registry-set-article-Important-mark)
RR> `----
RR> but running this from M-x it appears to work.
This is very likely a bug in `gnus-registry-install-shortcuts', but I
don't know how to do it correctly. Can an ELisp wizard look at it? It
runs over the list of marks to generate the functions and interns them.
It then sets the shortcuts directly.
Ted