[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [CVS] f7, f8 bound..
From: |
Stefan Monnier |
Subject: |
Re: [CVS] f7, f8 bound.. |
Date: |
Mon, 02 Sep 2002 13:05:00 -0400 |
> Per Abrahamsen <address@hidden> writes:
>
> > It already handles all global bindings. Just type [ins] and add a new
> > binding.
>
> Oops, no, it doesn't, as pressing [del] will not undo the binding.
I think we really want something like
(defcustom global-map
"blabla"
:get 'custom-keymap-to-alist
:set 'custom-update-keymap-from-alist)
I think it's important that the defcustom declares `global-map'
rather than some new pseudo variable.
And most likely, it'll be important to do the diff-list kind of trick
so that users can enter (and save) additions and removals rather
than editing/saving the whole keymap which will quickly lead
to undesired effects when upgrading (where the user won't ses the
new bindings).
Stefan
- Re: [CVS] f7, f8 bound.., (continued)
- Re: [CVS] f7, f8 bound.., Miles Bader, 2002/09/01
- Re: [CVS] f7, f8 bound.., Miles Bader, 2002/09/01
- Re: [CVS] f7, f8 bound.., Eli Zaretskii, 2002/09/01
- Re: [CVS] f7, f8 bound.., Richard Stallman, 2002/09/01
- Re: [CVS] f7, f8 bound.., Richard Stallman, 2002/09/01
- Re: [CVS] f7, f8 bound.., Per Abrahamsen, 2002/09/01
- Re: [CVS] f7, f8 bound.., Per Abrahamsen, 2002/09/01
- Re: [CVS] f7, f8 bound..,
Stefan Monnier <=
- Re: [CVS] f7, f8 bound.., Kai Großjohann, 2002/09/02
- Re: [CVS] f7, f8 bound.., Stefan Monnier, 2002/09/02
- Re: [CVS] f7, f8 bound.., Per Abrahamsen, 2002/09/03
- Re: [CVS] f7, f8 bound.., Miles Bader, 2002/09/03
- Re: [CVS] f7, f8 bound.., Per Abrahamsen, 2002/09/03
- Re: [CVS] f7, f8 bound.., Stefan Monnier, 2002/09/03
- Re: [CVS] f7, f8 bound.., Miles Bader, 2002/09/03
- Re: [CVS] f7, f8 bound.., Andreas Schwab, 2002/09/03
- Re: [CVS] f7, f8 bound.., Miles Bader, 2002/09/03
- Re: [CVS] f7, f8 bound.., Miles Bader, 2002/09/03