From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#32676: [PATCH] Add option to highlight the 'next-error' error message Date: Tue, 09 Apr 2019 08:48:26 +0300 Message-ID: <83wok37mqd.fsf@gnu.org> References: <20180910050802.25922-1-erjoalgo@gmail.com> <83a7ollcq2.fsf@gnu.org> <874let1o3k.fsf@gmail.com> <831s9xl54b.fsf@gnu.org> <874leq1hw4.fsf@mail.linkov.net> <87worlgh0k.fsf@mail.linkov.net> <878swkxqo1.fsf_-_@mail.linkov.net> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="94875"; mail-complaints-to="usenet@blaine.gmane.org" Cc: erjoalgo@gmail.com, rpluim@gmail.com, 32676@debbugs.gnu.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Apr 09 07:49:14 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hDjdC-000OXp-1I for geb-bug-gnu-emacs@m.gmane.org; Tue, 09 Apr 2019 07:49:14 +0200 Original-Received: from localhost ([127.0.0.1]:35648 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDjdA-0008D3-V4 for geb-bug-gnu-emacs@m.gmane.org; Tue, 09 Apr 2019 01:49:12 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:37766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDjd2-0008Ch-8K for bug-gnu-emacs@gnu.org; Tue, 09 Apr 2019 01:49:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDjd1-0005PX-4m for bug-gnu-emacs@gnu.org; Tue, 09 Apr 2019 01:49:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:36906) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hDjd0-0005OR-Rr for bug-gnu-emacs@gnu.org; Tue, 09 Apr 2019 01:49:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hDjd0-0002GF-7k for bug-gnu-emacs@gnu.org; Tue, 09 Apr 2019 01:49:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 09 Apr 2019 05:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32676 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 32676-submit@debbugs.gnu.org id=B32676.15547889208661 (code B ref 32676); Tue, 09 Apr 2019 05:49:02 +0000 Original-Received: (at 32676) by debbugs.gnu.org; 9 Apr 2019 05:48:40 +0000 Original-Received: from localhost ([127.0.0.1]:50450 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hDjcd-0002Fd-RY for submit@debbugs.gnu.org; Tue, 09 Apr 2019 01:48:40 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:51541) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hDjcc-0002FM-1d for 32676@debbugs.gnu.org; Tue, 09 Apr 2019 01:48:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDjcU-000549-VB; Tue, 09 Apr 2019 01:48:31 -0400 Original-Received: from [176.228.60.248] (port=2990 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hDjcU-0007aL-B6; Tue, 09 Apr 2019 01:48:30 -0400 In-reply-to: <878swkxqo1.fsf_-_@mail.linkov.net> (message from Juri Linkov on Mon, 08 Apr 2019 22:36:38 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 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.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:157391 Archived-At: > From: Juri Linkov > Cc: Eli Zaretskii , Robert Pluim , 32676@debbugs.gnu.org > Date: Mon, 08 Apr 2019 22:36:38 +0300 > > > I'd like to know if this patch is still being considered? > > Why not? Your patch provides a helpful feature. I see only 2 problems > with its latest version: > > 1. compilation-current-error should be generalized not to be too > compilation-specific; > > 2. next-error-hook should not be used for core features, > you could call next-error-message-highlight directly > from next-error-found. 3. A contribution this size needs legal paperwork for us to be able to accept it. Ernesto, would you like to start the paperwork now? Thanks.