GNU bug report logs -
#1508
suggestion: describe-function with shift-tab to jump back prev link
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the emacs package:
#1508: suggestion: describe-function with shift-tab to jump back prev link
It has been closed by Chong Yidong <cyd <at> stupidchicken.com>.
Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Chong Yidong <cyd <at> stupidchicken.com> by
replying to this email.
--
1508: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1508
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
> 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 part 3 (message/rfc822, inline)]
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/
☄
This bug report was last modified 16 years and 227 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.