Miles Bader wrote:
I'm a bit confused by your example above -- did you really mean:

   (define-key function-key-map [(shift tab)] [backtab])
   (define-key function-key-map [iso-lefttab] [backtab])
   ;; ...etc...

   (define-key map [backtab] 'backward-button)
   ;; no etc.

You saw right thru my cut-and-waste error. :)

I'd think the majority of the function-key-map bindings should be done
centrally though, not in terminal specific files (though maybe a few
weird ones would be done in the latter).

What central location did you have in mind?  bindings.el looks promising.

-Dave


_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to