From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: scratch/accurate-warning-pos: First tentative successes. Date: Sat, 17 Nov 2018 15:13:51 +0200 Message-ID: <83muq7u9rk.fsf@gnu.org> References: <20181117124534.GA8831@ACM> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1542460326 30477 195.159.176.226 (17 Nov 2018 13:12:06 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 17 Nov 2018 13:12:06 +0000 (UTC) Cc: michael_heerdegen@web.de, cpitclaudel@gmail.com, monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 17 14:12:02 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gO0OH-0007nq-KM for ged-emacs-devel@m.gmane.org; Sat, 17 Nov 2018 14:12:01 +0100 Original-Received: from localhost ([::1]:49320 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gO0QN-000274-Rf for ged-emacs-devel@m.gmane.org; Sat, 17 Nov 2018 08:14:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gO0Q8-00026H-DF for emacs-devel@gnu.org; Sat, 17 Nov 2018 08:14:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gO0Q4-0007d5-DB for emacs-devel@gnu.org; Sat, 17 Nov 2018 08:13:56 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gO0Q4-0007d1-AM; Sat, 17 Nov 2018 08:13:52 -0500 Original-Received: from [176.228.60.248] (port=1092 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gO0Q3-0000no-UX; Sat, 17 Nov 2018 08:13:52 -0500 In-reply-to: <20181117124534.GA8831@ACM> (message from Alan Mackenzie on Sat, 17 Nov 2018 12:45:34 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:231216 Archived-At: > Date: Sat, 17 Nov 2018 12:45:34 +0000 > Cc: Michael Heerdegen , > Clément Pit-Claudel , > emacs-devel@gnu.org > From: Alan Mackenzie > > Eli, in bug #24128, you complained that in compiling progmodes/gud-mi.el > and progmodes/gud.el, you got warning message positions which were > clearly wrong. Would it be possible to reconstruct the versions of those > files which gave these errors? It would be great to be able to try them > out on this new software. The current version of gdb-mi.el still emits the warning.