all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: no-spam@cua.dk (Kim F. Storm)
To: Matthew Flaschen <matthew.flaschen@gatech.edu>
Cc: emacs <help-gnu-emacs@gnu.org>
Subject: Re: Ed Emulator Mode
Date: Wed, 21 Feb 2007 09:35:30 +0100	[thread overview]
Message-ID: <m3d543ykkt.fsf@kfs-l.imdomain.dk> (raw)
In-Reply-To: <45DBAC64.3060509@gatech.edu> (Matthew Flaschen's message of "Tue\, 20 Feb 2007 21\:20\:20 -0500")

Matthew Flaschen <matthew.flaschen@gatech.edu> writes:

> How do I locally override ALL keys, like a wildcard? 

You can specify a default binding (event = t).

`(t . BINDING)'
     This specifies a "default key binding"; any event not bound by
     other elements of the keymap is given BINDING as its binding.
     Default bindings allow a keymap to bind all possible event types
     without having to enumerate all of them.  A keymap that has a
     default binding completely masks any lower-precedence keymap,
     except for events explicitly bound to `nil' (see below).

-- 
Kim F. Storm  http://www.cua.dk

  reply	other threads:[~2007-02-21  8:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-21  2:20 Ed Emulator Mode Matthew Flaschen
2007-02-21  8:35 ` Kim F. Storm [this message]
2007-02-21  9:03   ` Matthew Flaschen

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

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

  git send-email \
    --in-reply-to=m3d543ykkt.fsf@kfs-l.imdomain.dk \
    --to=no-spam@cua.dk \
    --cc=help-gnu-emacs@gnu.org \
    --cc=matthew.flaschen@gatech.edu \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.