From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#51444: One issue in NEWS Date: Wed, 27 Oct 2021 21:39:38 +0300 Organization: LINKOV.NET Message-ID: <877ddy5n2t.fsf@mail.linkov.net> References: <87sfwm5qil.fsf@mail.linkov.net> <83ee86uxql.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9430"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 51444@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Oct 27 21:21:59 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mfoUo-0002AM-T7 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 27 Oct 2021 21:21:58 +0200 Original-Received: from localhost ([::1]:45808 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mfoUn-0004rE-4K for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 27 Oct 2021 15:21:57 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58820) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfnrE-00064p-A6 for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2021 14:41:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:38998) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mfnrB-0008Mn-RQ for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2021 14:41:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mfnrB-0000OX-L6 for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2021 14:41:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 27 Oct 2021 18:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51444 X-GNU-PR-Package: emacs Original-Received: via spool by 51444-submit@debbugs.gnu.org id=B51444.16353600111439 (code B ref 51444); Wed, 27 Oct 2021 18:41:01 +0000 Original-Received: (at 51444) by debbugs.gnu.org; 27 Oct 2021 18:40:11 +0000 Original-Received: from localhost ([127.0.0.1]:50544 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfnqM-0000N5-RA for submit@debbugs.gnu.org; Wed, 27 Oct 2021 14:40:11 -0400 Original-Received: from relay8-d.mail.gandi.net ([217.70.183.201]:47609) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfnqL-0000Ml-TC for 51444@debbugs.gnu.org; Wed, 27 Oct 2021 14:40:10 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id B758E1BF207; Wed, 27 Oct 2021 18:40:02 +0000 (UTC) In-Reply-To: <83ee86uxql.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 27 Oct 2021 21:30:10 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:218466 Archived-At: >> ** 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.