unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Mario Lang <mlang@delysid.org>
Cc: larsi@gnus.org, emacs-devel@gnu.org
Subject: Re: [PATCH] eww-mode-map doesn't bind TAB on tty.
Date: Wed, 05 Mar 2014 19:18:38 +0200	[thread overview]
Message-ID: <83ha7cr2c1.fsf@gnu.org> (raw)
In-Reply-To: <87lhwor8m9.fsf@fx.delysid.org>

> From: Mario Lang <mlang@delysid.org>
> Date: Wed, 05 Mar 2014 16:02:54 +0100
> Cc: emacs-devel@gnu.org
> 
> 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	other threads:[~2014-03-05 17:18 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-28 12:37 [PATCH] eww-mode-map doesn't bind TAB on tty Mario Lang
2014-03-04 19:39 ` Lars Ingebrigtsen
2014-03-04 20:07   ` Eli Zaretskii
2014-03-04 20:13     ` Eli Zaretskii
2014-03-05 12:39       ` Lars Ingebrigtsen
2014-03-05 15:02         ` Mario Lang
2014-03-05 17:18           ` Eli Zaretskii [this message]
2014-03-05 18:01           ` Lars Ingebrigtsen
2014-03-05 18:10             ` Lars Ingebrigtsen
2014-03-05 18:37               ` Eli Zaretskii
2014-03-05 18:39                 ` Lars Ingebrigtsen
2014-03-07 20:12                   ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83ha7cr2c1.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=larsi@gnus.org \
    --cc=mlang@delysid.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).