emacs-devel
[Top][All Lists]
Advanced

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

Re: [CVS] f7, f8 bound..


From: Per Abrahamsen
Subject: Re: [CVS] f7, f8 bound..
Date: Tue, 03 Sep 2002 12:55:03 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.1 (sparc-sun-solaris2.8)

"Stefan Monnier" <monnier+gnu/address@hidden> writes:

>> Another approach could be to have Emacs look for keybindings in
>> global-user-map before looking in global-map.

Yes, that is what I envisioned.  I used "use-global-map" to simulate
this in the code I posted.

> I.e. increase the code-size and thus maintenance cost while only
> providing a solution for global-map but not for any other map ?

The same solution can be used for all other maps, have a "for
customize only" keymap used by the mode that has the "for Lisp only"
keymap as a parent.

I think such a seperation between Lisp and Customize will be both
simpler and more robust, as the two will never interfere with each
other.  It will also provide full backward compatibility.




reply via email to

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