From: "Drew Adams" <drew.adams@oracle.com>
To: <emacs-pretest-bug@gnu.org>
Subject: bug#1281: 23.0.60; Info-mode-map should not bind both `backtab' and `S-tab'
Date: Thu, 30 Oct 2008 15:46:55 -0700 [thread overview]
Message-ID: <011c01c93ae1$690d1f10$c2b22382@us.oracle.com> (raw)
This first of these bindings should be removed from info.el:
(define-key map [(shift tab)] 'Info-prev-reference)
(define-key map [backtab] 'Info-prev-reference)
The second binding should be all that is needed to cover
`S-tab' also (and `S-isolefttab' too).
And binding both explicitly requires users, to override the bindings,
to also bind both of these.
IOW, to bind `S-TAB' to `foo' effectively, a user must do both of these:
(define-key Info-mode-map [(shift tab)] 'foo)
(define-key Info-mode-map [backtab] 'foo)
Otherwise, it is likely that the user binding will not take effect. In
this Windows build, for instance, binding only `backtab' means that
`S-TAB' still invokes `Info-prev-reference'.
Please also backport this fix to Emacs 22.
In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
of 2008-10-09 on LENNART-69DE564
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include
-fno-crossjumping'
next reply other threads:[~2008-10-30 22:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-30 22:46 Drew Adams [this message]
2011-07-07 18:29 ` bug#1281: 23.0.60; Info-mode-map should not bind both `backtab' and `S-tab' Lars Magne Ingebrigtsen
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='011c01c93ae1$690d1f10$c2b22382@us.oracle.com' \
--to=drew.adams@oracle.com \
--cc=1281@emacsbugs.donarmstrong.com \
--cc=emacs-pretest-bug@gnu.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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.