From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?B?VmluY2VudCBCZWxh72NoZQ==?= Newsgroups: gmane.emacs.devel Subject: RE: compile.el ant error regexp does not match on MSW Date: Sat, 3 Oct 2015 20:05:01 +0200 Message-ID: References: , <83lhbj3mpz.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1443895560 31350 80.91.229.3 (3 Oct 2015 18:06:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 Oct 2015 18:06:00 +0000 (UTC) Cc: "roland@gnu.org" , "occitan@esperanto.org" , emacs-devel To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 03 20:05:51 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZiRBt-0004G2-4H for ged-emacs-devel@m.gmane.org; Sat, 03 Oct 2015 20:05:49 +0200 Original-Received: from localhost ([::1]:39559 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiRBs-00081t-Ba for ged-emacs-devel@m.gmane.org; Sat, 03 Oct 2015 14:05:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiRBI-0007a9-6C for emacs-devel@gnu.org; Sat, 03 Oct 2015 14:05:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZiRBD-0002h6-65 for emacs-devel@gnu.org; Sat, 03 Oct 2015 14:05:12 -0400 Original-Received: from dub004-omc2s26.hotmail.com ([157.55.1.165]:65400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiRB8-0002TD-35; Sat, 03 Oct 2015 14:05:02 -0400 Original-Received: from DUB109-W70 ([157.55.1.136]) by DUB004-OMC2S26.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sat, 3 Oct 2015 11:05:01 -0700 X-TMN: [JwEYp2EgyNTqtfV1VNpLsAjFSukxyjKW] X-Originating-Email: [vincent.b.1@hotmail.fr] Importance: Normal In-Reply-To: <83lhbj3mpz.fsf@gnu.org> X-OriginalArrivalTime: 03 Oct 2015 18:05:01.0256 (UTC) FILETIME=[05B21480:01D0FE06] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] X-Received-From: 157.55.1.165 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:190801 Archived-At: Hello Eli=2C Just for my clarification=2C when you write: "Please do write ChangeLog ent= ries"=2C you mean writing a commit comment (git commit -m "") i= n the same format as for a ChangeLog entry=2C and then this can be used to= generate the ChangeLog file. VBR=2C Vincent. ---------------------------------------- > Date: Sat=2C 3 Oct 2015 20:07:04 +0300 > From: eliz@gnu.org > Subject: Re: compile.el ant error regexp does not match on MSW > To: vincent.b.1@hotmail.fr > CC: roland@gnu.org=3B occitan@esperanto.org=3B emacs-devel@gnu.org > >> From: Vincent Bela=EFche >> Date: Sat=2C 3 Oct 2015 18:29:18 +0200 >> Cc: emacs-devel >> >> I have found that the error regexp for ant does not match on MSWindow be= cause of the drive letter. >> >> I have attached a patch. > > Please also modify etc/compilation.txt accordingly. > >> However I did not write any ChangeLog entry as it seems that there is no= longer any ChangeLog file on the repo (I am not following the devel so clo= sely=2C the last time I did some update was with BZR=2C not GIT =3B-) ...)= =2C is that correct that the commit comment is enough (no more ChangeLog is= maintained ?) > > Please do write ChangeLog entries=2C as we use them as commit log > messages now. The ChangeLog file is generated from the Git commit > log. > > Thanks. > > =