GNU bug report logs - #51444
One issue in NEWS

Previous Next

Package: emacs;

Reported by: Juri Linkov <juri <at> linkov.net>

Date: Wed, 27 Oct 2021 17:34:01 UTC

Severity: minor

Fixed in version 28.0.60

Done: Juri Linkov <juri <at> linkov.net>

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 51444 in the body.
You can then email your comments to 51444 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-gnu-emacs <at> gnu.org:
bug#51444; Package emacs. (Wed, 27 Oct 2021 17:34:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Juri Linkov <juri <at> linkov.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 27 Oct 2021 17:34:02 GMT) Full text and rfc822 format available.

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

From: Juri Linkov <juri <at> linkov.net>
To: bug-gnu-emacs <at> gnu.org
Subject: One issue in NEWS
Date: Wed, 27 Oct 2021 20:27:22 +0300
Currently I'm reading NEWS.28 and noticed this section marked by
+++ as documented in the manual:

  +++
  ** New user option 'next-error-message-highlight'.
  In addition to a fringe arrow, 'next-error' error may now optionally
  highlight the current error message in the 'next-error' buffer.
  This user option can be also customized to keep highlighting on all
  visited errors, so you can have an overview what errors were already visited.

But the source of the manual has only these two lines:

  @findex next-error-message
  @vindex next-error-message-highlight

'next-error-message' is a face and can be removed from the index.
But 'next-error-message-highlight' is a user option, and when
the reader selects it from the Info index, its page says nothing
about this option.  This patch fills the gap:

diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index 8de93867ba..2c694a5e39 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -213,7 +213,6 @@ Compilation Mode
 @kindex M-g n
 @kindex C-x `
 @findex next-error
-@findex next-error-message
 @vindex next-error-message-highlight
 @vindex next-error-highlight
 @vindex next-error-highlight-no-select
@@ -263,7 +262,9 @@ Compilation Mode
 highlights the relevant source line.  The duration of this highlight
 is determined by the variable @code{next-error-highlight} for the locus
 in the selected buffer, and @code{next-error-highlight-no-select} for
-the locus in non-selected buffers.
+the locus in non-selected buffers.  Also you can customize the variable
+@code{next-error-message-highlight} that defines how to highlight the
+current error message in the buffer that contains messages.
 
 @vindex compilation-context-lines
   If the @file{*compilation*} buffer is shown in a window with a left
-- 




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51444; Package emacs. (Wed, 27 Oct 2021 18:31:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: 51444 <at> debbugs.gnu.org
Subject: Re: bug#51444: One issue in NEWS
Date: Wed, 27 Oct 2021 21:30:10 +0300
> From: Juri Linkov <juri <at> linkov.net>
> Date: Wed, 27 Oct 2021 20:27:22 +0300
> 
> Currently I'm reading NEWS.28 and noticed this section marked by
> +++ as documented in the manual:
> 
>   +++
>   ** New user option 'next-error-message-highlight'.
>   In addition to a fringe arrow, 'next-error' error may now optionally
>   highlight the current error message in the 'next-error' buffer.
>   This user option can be also customized to keep highlighting on all
>   visited errors, so you can have an overview what errors were already visited.
> 
> But the source of the manual has only these two lines:
> 
>   @findex next-error-message
>   @vindex next-error-message-highlight
> 
> 'next-error-message' is a face and can be removed from the index.
> But 'next-error-message-highlight' is a user option, and when
> the reader selects it from the Info index, its page says nothing
> about this option.  This patch fills the gap:

Does that option need to be documented in the manual?  It sounds quite
obscure to me.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51444; Package emacs. (Wed, 27 Oct 2021 18:41:01 GMT) Full text and rfc822 format available.

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

From: Juri Linkov <juri <at> linkov.net>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 51444 <at> debbugs.gnu.org
Subject: Re: bug#51444: One issue in NEWS
Date: Wed, 27 Oct 2021 21:39:38 +0300
>>   ** New user option 'next-error-message-highlight'.
>>   In addition to a fringe arrow, 'next-error' error may now optionally
>>   highlight the current error message in the 'next-error' buffer.
>>   This user option can be also customized to keep highlighting on all
>>   visited errors, so you can have an overview what errors were already visited.
>> 
>> But the source of the manual has only these two lines:
>> 
>>   @findex next-error-message
>>   @vindex next-error-message-highlight
>> 
>> 'next-error-message' is a face and can be removed from the index.
>> But 'next-error-message-highlight' is a user option, and when
>> the reader selects it from the Info index, its page says nothing
>> about this option.  This patch fills the gap:
>
> Does that option need to be documented in the manual?  It sounds quite
> obscure to me.

It's on a par with next-error-highlight and next-error-highlight-no-select:

- next-error-highlight and next-error-highlight-no-select are applied
  to the buffer visited by next-error;

- next-error-message-highlight highlighting is applied to the buffer
  with error messages and matches.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51444; Package emacs. (Wed, 27 Oct 2021 18:48:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: 51444 <at> debbugs.gnu.org
Subject: Re: bug#51444: One issue in NEWS
Date: Wed, 27 Oct 2021 21:46:58 +0300
> From: Juri Linkov <juri <at> linkov.net>
> Cc: 51444 <at> debbugs.gnu.org
> Date: Wed, 27 Oct 2021 21:39:38 +0300
> 
> >>   @findex next-error-message
> >>   @vindex next-error-message-highlight
> >> 
> >> 'next-error-message' is a face and can be removed from the index.
> >> But 'next-error-message-highlight' is a user option, and when
> >> the reader selects it from the Info index, its page says nothing
> >> about this option.  This patch fills the gap:
> >
> > Does that option need to be documented in the manual?  It sounds quite
> > obscure to me.
> 
> It's on a par with next-error-highlight and next-error-highlight-no-select:
> 
> - next-error-highlight and next-error-highlight-no-select are applied
>   to the buffer visited by next-error;
> 
> - next-error-message-highlight highlighting is applied to the buffer
>   with error messages and matches.

So maybe none of them needs to be in the manual.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51444; Package emacs. (Wed, 27 Oct 2021 19:01:02 GMT) Full text and rfc822 format available.

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

From: Juri Linkov <juri <at> linkov.net>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 51444 <at> debbugs.gnu.org
Subject: Re: bug#51444: One issue in NEWS
Date: Wed, 27 Oct 2021 21:58:55 +0300
>> > Does that option need to be documented in the manual?  It sounds quite
>> > obscure to me.
>>
>> It's on a par with next-error-highlight and next-error-highlight-no-select:
>>
>> - next-error-highlight and next-error-highlight-no-select are applied
>>   to the buffer visited by next-error;
>>
>> - next-error-message-highlight highlighting is applied to the buffer
>>   with error messages and matches.
>
> So maybe none of them needs to be in the manual.

I don't know 🤷




Severity set to 'minor' from 'normal' Request was from Stefan Kangas <stefan <at> marxist.se> to control <at> debbugs.gnu.org. (Wed, 27 Oct 2021 21:29:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51444; Package emacs. (Wed, 03 Nov 2021 18:36:01 GMT) Full text and rfc822 format available.

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

From: Juri Linkov <juri <at> linkov.net>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 51444 <at> debbugs.gnu.org
Subject: Re: bug#51444: One issue in NEWS
Date: Wed, 03 Nov 2021 20:34:30 +0200
close 51444 28.0.60
quit

>>> > Does that option need to be documented in the manual?  It sounds quite
>>> > obscure to me.
>>>
>>> It's on a par with next-error-highlight and next-error-highlight-no-select:
>>>
>>> - next-error-highlight and next-error-highlight-no-select are applied
>>>   to the buffer visited by next-error;
>>>
>>> - next-error-message-highlight highlighting is applied to the buffer
>>>   with error messages and matches.
>>
>> So maybe none of them needs to be in the manual.
>
> I don't know 🤷

I have no opinion whether they need to be in the manual,
so just fixed the problem of missing text for the existing vindex.




bug marked as fixed in version 28.0.60, send any further explanations to 51444 <at> debbugs.gnu.org and Juri Linkov <juri <at> linkov.net> Request was from Juri Linkov <juri <at> linkov.net> to control <at> debbugs.gnu.org. (Wed, 03 Nov 2021 18:36:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51444; Package emacs. (Thu, 04 Nov 2021 17:38:01 GMT) Full text and rfc822 format available.

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

From: Juri Linkov <juri <at> linkov.net>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 51444 <at> debbugs.gnu.org
Subject: Re: bug#51444: One issue in NEWS
Date: Thu, 04 Nov 2021 19:36:29 +0200
>>> So maybe none of them needs to be in the manual.
>>
>> I don't know 🤷
>
> I have no opinion whether they need to be in the manual,
> so just fixed the problem of missing text for the existing vindex.

I noticed this entry has neither +++ nor --- indication in NEWS.28:

  *** The tab bar now supports more mouse commands.
  Clicking 'mouse-2' closes the tab, 'mouse-3' displays the context menu
  with items that operate on the clicked tab.  Dragging the tab with
  'mouse-1' moves it to another position on the tab bar.  Mouse wheel
  scrolling switches to the previous/next tab, and holding the Shift key
  during scrolling moves the tab to the left/right.

Should it be documented in the manual?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51444; Package emacs. (Thu, 04 Nov 2021 17:55:01 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: 51444 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#51444: One issue in NEWS
Date: Thu, 04 Nov 2021 18:54:10 +0100
Juri Linkov <juri <at> linkov.net> writes:

> I noticed this entry has neither +++ nor --- indication in NEWS.28:
>
>   *** The tab bar now supports more mouse commands.
>   Clicking 'mouse-2' closes the tab, 'mouse-3' displays the context menu
>   with items that operate on the clicked tab.  Dragging the tab with
>   'mouse-1' moves it to another position on the tab bar.  Mouse wheel
>   scrolling switches to the previous/next tab, and holding the Shift key
>   during scrolling moves the tab to the left/right.
>
> Should it be documented in the manual?

The first few issues seem so self-evident that they don't need to be in
the manual.  But the mouse wheel and shift key thing perhaps should be?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51444; Package emacs. (Thu, 04 Nov 2021 18:49:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: 51444 <at> debbugs.gnu.org
Subject: Re: bug#51444: One issue in NEWS
Date: Thu, 04 Nov 2021 20:47:51 +0200
> From: Juri Linkov <juri <at> linkov.net>
> Cc: 51444 <at> debbugs.gnu.org
> Date: Thu, 04 Nov 2021 19:36:29 +0200
> 
> I noticed this entry has neither +++ nor --- indication in NEWS.28:
> 
>   *** The tab bar now supports more mouse commands.
>   Clicking 'mouse-2' closes the tab, 'mouse-3' displays the context menu
>   with items that operate on the clicked tab.  Dragging the tab with
>   'mouse-1' moves it to another position on the tab bar.  Mouse wheel
>   scrolling switches to the previous/next tab, and holding the Shift key
>   during scrolling moves the tab to the left/right.
> 
> Should it be documented in the manual?

Yes, probably.

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51444; Package emacs. (Sun, 07 Nov 2021 18:04:02 GMT) Full text and rfc822 format available.

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

From: Juri Linkov <juri <at> linkov.net>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 51444 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#51444: One issue in NEWS
Date: Sun, 07 Nov 2021 20:01:10 +0200
>> I noticed this entry has neither +++ nor --- indication in NEWS.28:
>>
>>   *** The tab bar now supports more mouse commands.
>>   Clicking 'mouse-2' closes the tab, 'mouse-3' displays the context menu
>>   with items that operate on the clicked tab.  Dragging the tab with
>>   'mouse-1' moves it to another position on the tab bar.  Mouse wheel
>>   scrolling switches to the previous/next tab, and holding the Shift key
>>   during scrolling moves the tab to the left/right.
>>
>> Should it be documented in the manual?
>
> The first few issues seem so self-evident that they don't need to be in
> the manual.  But the mouse wheel and shift key thing perhaps should be?

I added the description as short as possible, without tables and indexes,
so maybe this is ok.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 06 Dec 2021 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 142 days ago.

Previous Next


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