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: Wed, 05 Mar 2014 19:18:38 +0200

> From: Mario Lang <address@hidden>
> Date: Wed, 05 Mar 2014 16:02:54 +0100
> Cc: address@hidden
> 
> And here is the result of grepping for the pattern in all Emacs Lisp files:
> 
> lisp/calendar/todo-mode.el:    (define-key map [tab] 'todo-next-button)
> lisp/eshell/em-cmpl.el:  (define-key eshell-command-map [tab] 
> 'pcomplete-expand-and-complete)
> lisp/eshell/em-cmpl.el:  (define-key eshell-mode-map [tab] 'eshell-pcomplete)
> lisp/gnus/gnus-html.el:    (define-key map [tab] 'widget-forward)
> lisp/image-dired.el:  (define-key image-dired-thumbnail-mode-map [tab] 
> 'image-dired-jump-original-dired-buffer)
> lisp/image-dired.el:  (define-key dired-mode-map [tab] 
> 'image-dired-jump-thumbnail-buffer)
> lisp/international/quail.el:    (define-key map [tab] 'quail-completion)
> lisp/kmacro.el:    (define-key map [tab] 'act-repeat)
> lisp/play/5x5.el:    (define-key map [tab]                     #'5x5-right)

Thanks for the footwork.  I think image-dired is the only one that
might not need changing, because thumbnails are only supported on GUI
terminals which do have TAB as a function key.



reply via email to

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