[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Suggestion: Simpler implementation of suppress-keymap
From: |
Kim F. Storm |
Subject: |
Suggestion: Simpler implementation of suppress-keymap |
Date: |
23 Aug 2002 14:10:51 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
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)
WDYT?
--
Kim F. Storm <address@hidden> http://www.cua.dk
- Suggestion: Simpler implementation of suppress-keymap,
Kim F. Storm <=