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: Lars Ingebrigtsen
Subject: Re: [PATCH] eww-mode-map doesn't bind TAB on tty.
Date: Tue, 04 Mar 2014 20:39:29 +0100
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux)

Mario Lang <address@hidden> writes:

> Just built Emacs from trunk to check out eww.
> It appears that the usage of [tab] and [backtab] does not work for my
> TTY Emacs.  If I replace that with (kbd "TAB") and (kbd "M-TAB")
> jumping between links works as expected on TTY Emacs.

[...]

> -    (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?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



reply via email to

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