emacs-devel
[Top][All Lists]
Advanced

[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.





reply via email to

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