GNU bug report logs - #1508
suggestion: describe-function with shift-tab to jump back prev link

Previous Next

Package: emacs;

Reported by: xah lee <xah <at> xahlee.org>

Date: Sun, 7 Dec 2008 00:15:03 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

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 1508 in the body.
You can then email your comments to 1508 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#1508; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to xah lee <xah <at> xahlee.org>:
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: xah lee <xah <at> xahlee.org>
To: bug-gnu-emacs <at> gnu.org
Subject: suggestion: describe-function with shift-tab to jump back prev link
Date: Sat, 6 Dec 2008 16:07:21 -0800
Hi,

When using describe-function, have shift-tab to move cursor to the  
previous link in the text.

for example, do C-h f search-forward. Then, press tab a few times,  
then it'd be nice to press shift-tab to move back.

Thanks.

  Xah
∑ http://xahlee.org/

Reply sent to Chong Yidong <cyd <at> stupidchicken.com>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to xah lee <xah <at> xahlee.org>:
bug acknowledged by developer. Full text and rfc822 format available.

Message #10 received at 1508-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: xah lee <xah <at> xahlee.org>
Cc: 1508-done <at> debbugs.gnu.org
Subject: Re: suggestion: describe-function with shift-tab to jump back prev link
Date: Sun, 07 Dec 2008 00:51:51 -0500
> When using describe-function, have shift-tab to move cursor to the  
> previous link in the text.
>
> for example, do C-h f search-forward. Then, press tab a few times,  
> then it'd be nice to press shift-tab to move back.

Emacs already does this.

[In a Help buffer]: C-h k S-<tab>

  <backtab> (translated from <S-iso-lefttab>) runs the command
  backward-button, which is an interactive compiled Lisp function in
  `button.el'.

  It is bound to <backtab>, M-TAB, <menu-bar> <Help-Mode> <Move to
  Previous Button>.

  (backward-button n &optional wrap display-message)

  Move to the nth previous button, or nth next button if n is negative.
  If n is 0, move to the start of any button at point.
  If wrap is non-nil, moving past either end of the buffer continues from
  the other end.
  If display-message is non-nil, the button's help-echo string is
  displayed.
  Any button with a non-nil `skip' property is skipped over.
  Returns the button found.




Message #11 received at 1508-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: xah lee <xah <at> xahlee.org>
To: Chong Yidong <cyd <at> stupidchicken.com>
Cc: 1508-done <at> debbugs.gnu.org
Subject: Re: suggestion: describe-function with shift-tab to jump back prev link
Date: Sat, 6 Dec 2008 22:03:13 -0800
O, thanks. I didn't know that.

on mac, win, linux, the usual key set for meta is such that meta-tab  
is taken by the OS system wide to switch between apps.
see http://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts

So, i'm thinking Shift-tab as the default shortcut would be great.

just some thoughts.

Thanks.

  Xah
∑ http://xahlee.org/

☄


On Dec 6, 2008, at 9:51 PM, Chong Yidong wrote:

> When using describe-function, have shift-tab to move cursor to the
> previous link in the text.
>
> for example, do C-h f search-forward. Then, press tab a few times,
> then it'd be nice to press shift-tab to move back.

Emacs already does this.

[In a Help buffer]: C-h k S-<tab>

  <backtab> (translated from <S-iso-lefttab>) runs the command
  backward-button, which is an interactive compiled Lisp function in
  `button.el'.

  It is bound to <backtab>, M-TAB, <menu-bar> <Help-Mode> <Move to
  Previous Button>.

  (backward-button n &optional wrap display-message)

  Move to the nth previous button, or nth next button if n is negative.
  If n is 0, move to the start of any button at point.
  If wrap is non-nil, moving past either end of the buffer continues  
from
  the other end.
  If display-message is non-nil, the button's help-echo string is
  displayed.
  Any button with a non-nil `skip' property is skipped over.
  Returns the button found.

☄






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

Acknowledgement sent to Sven Joachim <svenjoac <at> gmx.de>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

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

From: Sven Joachim <svenjoac <at> gmx.de>
To: xah lee <xah <at> xahlee.org>
Cc: 1508 <at> debbugs.gnu.org
Subject: Re: bug#1508: suggestion: describe-function with shift-tab to jump back prev link
Date: Sun, 07 Dec 2008 17:46:17 +0100
On 2008-12-07 01:07 +0100, xah lee wrote:

> When using describe-function, have shift-tab to move cursor to the
> previous link in the text.
>
> for example, do C-h f search-forward. Then, press tab a few times,
> then it'd be nice to press shift-tab to move back.

Good suggestion; actually Emacs already does this.  Do you run it on a
terminal that does not distinguish tab from shift-tab?

Sven




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Mon, 05 Jan 2009 15:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 16 years and 226 days ago.

Previous Next


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