emacs-devel
[Top][All Lists]
Advanced

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

Re: Shift Tab should move backward in help buffers


From: David Hunter
Subject: Re: Shift Tab should move backward in help buffers
Date: Mon, 27 Jun 2005 21:03:34 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)

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




reply via email to

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