emacs-devel
[Top][All Lists]
Advanced

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

Re: C-h k, C-h f and keyboard macros: Patch.


From: Juanma Barranquero
Subject: Re: C-h k, C-h f and keyboard macros: Patch.
Date: Tue, 11 Feb 2003 13:52:34 +0100

On 11 Feb 2003 14:10:42 +0100, address@hidden (Kim F. Storm) wrote:

> GREAT IDEA!!

I also thing it's a great idea.

Trying it, though, has unveiled a bug with local keymaps and
`lookup-key':

emacs -q --no-site-file

M-x ielm

*** Welcome to IELM ***  Type (describe-mode) for help.
ELISP> (remap-command [home])
nil
ELISP> (cua-mode 1)
nil
ELISP> (remap-command [home])
*** Eval error ***  Key sequence contains invalid event
ELISP> 

If current_minor_maps (at keymap.c, line 1456) returns non-zero, the
loop is entered and the first call to Flookup_key at line 1463 fails.


                                                           /L/e/k/t/u





reply via email to

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