[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [CVS] f7, f8 bound..
From: |
Richard Stallman |
Subject: |
Re: [CVS] f7, f8 bound.. |
Date: |
Sun, 01 Sep 2002 09:14:48 -0400 |
(defcustom key-bindings
(mapcar
(lambda (key)
(cons key (global-key-binding (read-kbd-macro key))))
'("<f1>" "<f2>" "<f3>" "<f4>" "<f5>" "<f6>" "<f7>" "<f8>" "<f9>"
"<f10>" "<f11>" "<f12>" ))
This is an interestingly simple approach. Is there any way to adapt
it to handle more than just function keys? Really all key bindings
should be controllable with Custom, and I am not sure this method
generalizes that far.
- Re: [CVS] f7, f8 bound.., Damien Elmes, 2002/09/01
- 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 <=
- 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, 2002/09/02
- 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