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: Richard Stallman
Subject: Re: Suggestion: Simpler implementation of suppress-keymap
Date: Sat, 24 Aug 2002 23:26:25 -0600 (MDT)

    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.




reply via email to

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