help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Ed Emulator Mode


From: Matthew Flaschen
Subject: Re: Ed Emulator Mode
Date: Wed, 21 Feb 2007 04:03:14 -0500
User-agent: Thunderbird 1.5.0.9 (X11/20070104)

Kim F. Storm wrote:
> 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).

Thanks. On second thought, I'm pretty sure I can't use that for ed-mode
(I'll have to do real parsing), but I'll keep it in mind.

Matthew Flaschen


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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