GNU bug report logs - #1281
23.0.60; Info-mode-map should not bind both `backtab' and `S-tab'

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Thu, 30 Oct 2008 22:55:03 UTC

Severity: minor

Tags: fixed

Fixed in version 24.1

Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 1281 in the body.
You can then email your comments to 1281 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1281; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to "Drew Adams" <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: <emacs-pretest-bug <at> gnu.org>
Subject: 23.0.60; Info-mode-map should not bind both `backtab' and `S-tab'
Date: Thu, 30 Oct 2008 15:46:55 -0700
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'
 





Severity set to `minor' from `normal' Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Mon, 01 Dec 2008 22:45:03 GMT) Full text and rfc822 format available.

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#1281; Package emacs. (Thu, 07 Jul 2011 18:30:03 GMT) Full text and rfc822 format available.

Message #10 received at 1281 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: "Drew Adams" <drew.adams <at> oracle.com>
Cc: 1281 <at> debbugs.gnu.org
Subject: Re: 23.0.60; Info-mode-map should not bind both `backtab' and `S-tab'
Date: Thu, 07 Jul 2011 20:29:28 +0200
"Drew Adams" <drew.adams <at> oracle.com> writes:

> (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'.

True.  I've now removed the former binding.

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




Added tag(s) fixed. Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Thu, 07 Jul 2011 18:30:05 GMT) Full text and rfc822 format available.

bug marked as fixed in version 24.1, send any further explanations to 1281 <at> debbugs.gnu.org and "Drew Adams" <drew.adams <at> oracle.com> Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Thu, 07 Jul 2011 18:30:05 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 05 Aug 2011 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 272 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.