GNU bug report logs - #70893
parts of apropos output not linked

Previous Next

Package: emacs;

Reported by: Dan Jacobson <jidanni <at> jidanni.org>

Date: Sun, 12 May 2024 12:05:01 UTC

Severity: normal

To reply to this bug, email your comments to 70893 AT debbugs.gnu.org.

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-gnu-emacs <at> gnu.org:
bug#70893; Package emacs. (Sun, 12 May 2024 12:05:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dan Jacobson <jidanni <at> jidanni.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 12 May 2024 12:05:02 GMT) Full text and rfc822 format available.

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

From: Dan Jacobson <jidanni <at> jidanni.org>
To: bug-gnu-emacs <at> gnu.org
Subject: parts of apropos output not linked
Date: Sun, 12 May 2024 20:04:32 +0800
(apropos '("frame") nil)

Then the user sees

Creating Frames
Fit Frame to Image
Frame Parameters
Frame Parameters-5
Frames
Goto Frame...
Man-frame-parameters

but there is nothing the user can do with them.

There are not linked to where they were retrieved from.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70893; Package emacs. (Sun, 12 May 2024 12:44:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Dan Jacobson <jidanni <at> jidanni.org>
Cc: 70893 <at> debbugs.gnu.org
Subject: Re: bug#70893: parts of apropos output not linked
Date: Sun, 12 May 2024 15:43:39 +0300
> From: Dan Jacobson <jidanni <at> jidanni.org>
> Date: Sun, 12 May 2024 20:04:32 +0800
> 
> (apropos '("frame") nil)
> 
> Then the user sees
> 
> Creating Frames
> Fit Frame to Image
> Frame Parameters
> Frame Parameters-5
> Frames
> Goto Frame...
> Man-frame-parameters
> 
> but there is nothing the user can do with them.
> 
> There are not linked to where they were retrieved from.

I cannot reproduce this.  Is this in "emacs -Q"?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70893; Package emacs. (Sun, 12 May 2024 12:59:01 GMT) Full text and rfc822 format available.

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

From: Dan Jacobson <jidanni <at> jidanni.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 70893 <at> debbugs.gnu.org
Subject: Re: bug#70893: parts of apropos output not linked
Date: Sun, 12 May 2024 20:58:13 +0800
On Sun, May 12, 2024 at 03:43:39PM +0300, Eli Zaretskii wrote:
> I cannot reproduce this.  Is this in "emacs -Q"?

You're right. I'm sorry.
The bug is:
(describe-variable 'apropos-do-all) should mention that setting
apropos-do-all to t will lead to including items in apropos output,
that when clicked upon, will show e.g.,
apropos-symbol-button-display-help: There is nothing to follow for ‘Creating Frames’




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70893; Package emacs. (Sun, 12 May 2024 14:55:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Dan Jacobson <jidanni <at> jidanni.org>
Cc: 70893 <at> debbugs.gnu.org
Subject: Re: bug#70893: parts of apropos output not linked
Date: Sun, 12 May 2024 17:54:19 +0300
> Date: Sun, 12 May 2024 20:58:13 +0800
> From: Dan Jacobson <jidanni <at> jidanni.org>
> Cc: 70893 <at> debbugs.gnu.org
> 
> On Sun, May 12, 2024 at 03:43:39PM +0300, Eli Zaretskii wrote:
> > I cannot reproduce this.  Is this in "emacs -Q"?
> 
> You're right. I'm sorry.
> The bug is:
> (describe-variable 'apropos-do-all) should mention that setting
> apropos-do-all to t will lead to including items in apropos output,
> that when clicked upon, will show e.g.,
> apropos-symbol-button-display-help: There is nothing to follow for ‘Creating Frames’

I set apropos-do-all to t before running 'apropos', and I still cannot
reproduce.  I see none of the items you list.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70893; Package emacs. (Sun, 12 May 2024 15:40:03 GMT) Full text and rfc822 format available.

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

From: Dan Jacobson <jidanni <at> jidanni.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 70893 <at> debbugs.gnu.org
Subject: Re: bug#70893: parts of apropos output not linked
Date: Sun, 12 May 2024 23:39:37 +0800
On Sun, May 12, 2024 at 05:54:19PM +0300, Eli Zaretskii wrote:
> I set apropos-do-all to t before running 'apropos', and I still cannot
> reproduce.  I see none of the items you list.

I see. Here's a pristine test. Sorry.

$ emacs -Q --eval '(setq apropos-do-all t)' --eval '(apropos "frame")'
Then put the cursor on "all-frames" and hit RET. That will give:
apropos-symbol-button-display-help: There is nothing to follow for ...





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70893; Package emacs. (Sun, 12 May 2024 15:51:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Dan Jacobson <jidanni <at> jidanni.org>
Cc: 70893 <at> debbugs.gnu.org
Subject: Re: bug#70893: parts of apropos output not linked
Date: Sun, 12 May 2024 18:49:51 +0300
> Date: Sun, 12 May 2024 23:39:37 +0800
> From: Dan Jacobson <jidanni <at> jidanni.org>
> Cc: 70893 <at> debbugs.gnu.org
> 
> On Sun, May 12, 2024 at 05:54:19PM +0300, Eli Zaretskii wrote:
> > I set apropos-do-all to t before running 'apropos', and I still cannot
> > reproduce.  I see none of the items you list.
> 
> I see. Here's a pristine test. Sorry.
> 
> $ emacs -Q --eval '(setq apropos-do-all t)' --eval '(apropos "frame")'
> Then put the cursor on "all-frames" and hit RET. That will give:
> apropos-symbol-button-display-help: There is nothing to follow for ...

OK, I see it now.  Not sure why this is a bug (after all, the message
you get is clear and speaks for itself), but will try to look into
this, time permitting.




This bug report was last modified 1 year and 32 days ago.

Previous Next


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