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

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

bug#44909: closed (Hyperlinks gone for first story of two-storied *Help*


From: GNU bug Tracking System
Subject: bug#44909: closed (Hyperlinks gone for first story of two-storied *Help* buffers)
Date: Sat, 28 Nov 2020 07:40:01 +0000

Your message dated Sat, 28 Nov 2020 09:39:01 +0200
with message-id <838samnd62.fsf@gnu.org>
and subject line Re: bug#44909: Hyperlinks gone for first story of two-storied 
*Help* buffers
has caused the debbugs.gnu.org bug report #44909,
regarding Hyperlinks gone for first story of two-storied *Help* buffers
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44909: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44909
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Hyperlinks gone for first story of two-storied *Help* buffers Date: Sat, 28 Nov 2020 03:13:54 +0800
Look at this weird *Help* screen,

PNG image


Note the four non-hyperlinked items?

> How did you get that, Jacobson?
> I can't get such a two-storied *Help* buffer with either C-h f nor C-h v.
> Are you taking the wrong prescption drugs?

It's a long story:
$ emacs -Q
 C-h f                  ;; describe-function
 s                      ;; self-insert-command
 o                      ;; self-insert-command
 -                      ;; self-insert-command
 l                      ;; self-insert-command
 o                      ;; self-insert-command
 n                      ;; self-insert-command
 g                      ;; self-insert-command
 <return>               ;; minibuffer-complete-and-exit
 C-x o                  ;; other-window
 <tab>                  ;; forward-button
 <tab>                  ;; forward-button
 <return>               ;; push-button
 C-x 1                  ;; delete-other-windows
 C-h l                  ;; view-lossage

Yes, the cursor was on top of
‘global-so-long-mode’
when I did push-button.

Because global-so-long-mode is both a function and a variable, I get the
two-storied *Help* window.

But whoever invented two-storied *Help* windows didn't make sure all the
hyperlinks are hyperlinked.

Sure they are when you do
(describe-function 'global-so-long-mode)
(describe-variable 'global-so-long-mode)
individually. But not when you do them "both at the same time" via the
push-button.

emacs-version "27.1"

--- End Message ---
--- Begin Message --- Subject: Re: bug#44909: Hyperlinks gone for first story of two-storied *Help* buffers Date: Sat, 28 Nov 2020 09:39:01 +0200
> From: 積丹尼 Dan Jacobson
>  <jidanni@jidanni.org>
> Date: Sat, 28 Nov 2020 03:13:54 +0800
> 
> But whoever invented two-storied *Help* windows didn't make sure all the
> hyperlinks are hyperlinked.

They are not hyperlinks, they are names of commands.

Closing.


--- End Message ---

reply via email to

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