From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Paul Smith Newsgroups: gmane.emacs.bugs Subject: bug#37484: [PATCH] Support GNU make error messages in compile mode. Date: Sat, 05 Oct 2019 09:44:52 -0400 Organization: GNU's Not UNIX! Message-ID: References: <3660468d-e513-6aea-8d17-9e20035b76da@cs.ucla.edu> Reply-To: psmith@gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="177071"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Evolution 3.32.1-2 Cc: 37484@debbugs.gnu.org To: Paul Eggert Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 05 15:45:30 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.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iGkNG-000jmG-CH for geb-bug-gnu-emacs@m.gmane.org; Sat, 05 Oct 2019 15:45:30 +0200 Original-Received: from localhost ([::1]:56824 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGkN3-0007CJ-NS for geb-bug-gnu-emacs@m.gmane.org; Sat, 05 Oct 2019 09:45:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60445) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGkMp-00074I-CZ for bug-gnu-emacs@gnu.org; Sat, 05 Oct 2019 09:45:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGkMo-00072G-DV for bug-gnu-emacs@gnu.org; Sat, 05 Oct 2019 09:45:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:35118) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iGkMo-00071h-B2 for bug-gnu-emacs@gnu.org; Sat, 05 Oct 2019 09:45:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iGkMo-0004Ya-76 for bug-gnu-emacs@gnu.org; Sat, 05 Oct 2019 09:45:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Paul Smith Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 05 Oct 2019 13:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37484 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch moreinfo Original-Received: via spool by 37484-submit@debbugs.gnu.org id=B37484.157028310117494 (code B ref 37484); Sat, 05 Oct 2019 13:45:02 +0000 Original-Received: (at 37484) by debbugs.gnu.org; 5 Oct 2019 13:45:01 +0000 Original-Received: from localhost ([127.0.0.1]:43939 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGkMm-0004Y4-Ij for submit@debbugs.gnu.org; Sat, 05 Oct 2019 09:45:01 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:51352) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGkMk-0004Xs-Qt for 37484@debbugs.gnu.org; Sat, 05 Oct 2019 09:44:59 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iGkMf-0006xL-LH; Sat, 05 Oct 2019 09:44:53 -0400 Original-Received: from pool-98-118-0-140.bstnma.fios.verizon.net ([98.118.0.140]:59754 helo=homebase.home) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iGkMf-00011o-Ae; Sat, 05 Oct 2019 09:44:53 -0400 In-Reply-To: <3660468d-e513-6aea-8d17-9e20035b76da@cs.ucla.edu> 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:168375 Archived-At: On Mon, 2019-09-23 at 15:29 -0700, Paul Eggert wrote: > Thanks, but when I tried that patch against GNU Emacs master, 'make > check' failed with the diagnostics at the end of this email. Could you > please look into that? Also, please note the following comment in > compile.el, which may be an easier way for you to run the tests: Oops. The meaning of "POS" in the tests is not clearly defined (enough for me to understand it). Required a bit of trial and error. I sent an update with git send-email... It seems to have created a new bug 37632@debbugs.gnu.org though. I'm not sure how to re-send a patch so that it's associated with an existing bug? I guess I should have included the old bug as a CC or something... Sorry for the confusion and required bug wrangling :(