emacs-devel
[Top][All Lists]
Advanced

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

Re: Suggestion: Simpler implementation of suppress-keymap


From: Kim F. Storm
Subject: Re: Suggestion: Simpler implementation of suppress-keymap
Date: 26 Aug 2002 15:39:39 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Richard Stallman <address@hidden> writes:

>     I this it would make sense to define suppress-keymap using the new
>     command remapping feature, i.e. by substituting
> 
>       (substitute-key-definition 'self-insert-command 'undefined map 
> global-map)
> 
>     with
> 
>       (define-key map [remap self-insert-command] 'undefined)
> 
> That is a good idea.  Please try it and let's see if it has
> any unexpected problems.

Ok, done.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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