unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: storm@cua.dk (Kim F. Storm)
Subject: Suggestion: Simpler implementation of suppress-keymap
Date: 23 Aug 2002 14:10:51 +0200	[thread overview]
Message-ID: <5xznvdai7o.fsf@kfs2.cua.dk> (raw)


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 <storm@cua.dk> http://www.cua.dk

             reply	other threads:[~2002-08-23 12:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-23 12:10 Kim F. Storm [this message]
2002-08-25  5:26 ` Suggestion: Simpler implementation of suppress-keymap Richard Stallman
2002-08-26 13:39   ` Kim F. Storm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5xznvdai7o.fsf@kfs2.cua.dk \
    --to=storm@cua.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).