emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs CVS keymaps


From: Stefan Monnier
Subject: Re: Emacs CVS keymaps
Date: Sat, 21 Jun 2008 15:52:57 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> (where-is-internal command keymap)
> rather than
> (where-is-internal command (list keymap))

> Not sure whether this subtle difference always existed -- but it
> started biting only now.

IIRC, in Emacs-20, the (list keymap) form was not allowed, but the other
form worked just as it does now.

In any case the above con only be a trigger for the bug, since the above
should not modify any keymap.  The bug (that causes malformed keymaps)
must still be elsewhere.


        Stefan




reply via email to

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