emacs-devel
[Top][All Lists]
Advanced

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

Re: Global keymaps


From: Stefan Monnier
Subject: Re: Global keymaps
Date: Sat, 28 Jun 2008 18:51:06 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> A name like `ctl-x-n-map' is not descriptive indeed, but at least it
> doesn't limit the keymap to one particular functionality, and keeps
> it open for further unrelated bindings.  Since we already very tight
> on available keys, who knows what commands we will need in future on
> these keymaps especially if they will have unrelated but good mnemonics.

Hopefully, by the time we bump into this problem, we'll have multiple
inheritance for keymaps, so we can just define ctl-x-n-map to be a map
that inherits from narrow-map and from the-other-n-thing-map.


        Stefan




reply via email to

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