emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] eww-mode-map doesn't bind TAB on tty.


From: Eli Zaretskii
Subject: Re: [PATCH] eww-mode-map doesn't bind TAB on tty.
Date: Tue, 04 Mar 2014 22:07:49 +0200

> From: Lars Ingebrigtsen <address@hidden>
> Date: Tue, 04 Mar 2014 20:39:29 +0100
> Cc: address@hidden
> 
> > -    (define-key map [tab] 'shr-next-link)
> > -    (define-key map [backtab] 'shr-previous-link)
> > +    (define-key map (kbd "TAB") 'shr-next-link)
> > +    (define-key map (kbd "M-TAB") 'shr-previous-link)
> 
> Hm.  I don't quite understand the patch.  [tab] should work in Emacs,
> also under tty, shouldn't it?  But you're right -- [tab] doesn't work in
> this case.
> 
> Does anybody know why, and is TAB a special case here?

[tab] is a function key, not the character TAB.  Try ?\t instead.



reply via email to

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