bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1508: marked as done (suggestion: describe-function with shift-tab


From: Emacs bug Tracking System
Subject: bug#1508: marked as done (suggestion: describe-function with shift-tab to jump back prev link)
Date: Sat, 6 Dec 2008 22:00:02 -0800

Your message dated Sun, 07 Dec 2008 00:51:51 -0500
with message-id <874p1gbki0.fsf@cyd.mit.edu>
and subject line Re: suggestion: describe-function with shift-tab to jump back 
prev link
has caused the Emacs bug report #1508,
regarding suggestion: describe-function with shift-tab to jump back prev link
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
1508: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1508
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- 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/

--- End Message ---
--- Begin Message --- 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]