From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: compile.el ant error regexp does not match on MSW Date: Sat, 03 Oct 2015 20:07:04 +0300 Message-ID: <83lhbj3mpz.fsf@gnu.org> References: Reply-To: Eli Zaretskii 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 1443892066 13611 80.91.229.3 (3 Oct 2015 17:07:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 Oct 2015 17:07:46 +0000 (UTC) Cc: roland@gnu.org, occitan@esperanto.org, emacs-devel@gnu.org To: Vincent =?iso-8859-1?Q?Bela=EFche?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 03 19:07:38 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 1ZiQHX-0001LT-HX for ged-emacs-devel@m.gmane.org; Sat, 03 Oct 2015 19:07:35 +0200 Original-Received: from localhost ([::1]:39396 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiQHX-0007OA-1u for ged-emacs-devel@m.gmane.org; Sat, 03 Oct 2015 13:07:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiQHE-0007Ma-3D for emacs-devel@gnu.org; Sat, 03 Oct 2015 13:07:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZiQH9-0003KS-2r for emacs-devel@gnu.org; Sat, 03 Oct 2015 13:07:16 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:35573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiQH8-0003Jp-R1; Sat, 03 Oct 2015 13:07:11 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NVN00L00M67CB00@a-mtaout20.012.net.il>; Sat, 03 Oct 2015 20:07:09 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NVN00LCRM7W3F60@a-mtaout20.012.net.il>; Sat, 03 Oct 2015 20:07:09 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:190799 Archived-At: > From: Vincent Bela=EFche > Date: Sat, 3 Oct 2015 18:29:18 +0200 > Cc: emacs-devel >=20 > I have found that the error regexp for ant does not match on MSWind= ow because of the drive letter. >=20 > 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 d= evel so closely, the last time I did some update was with BZR, not GI= T ;-) ...), is that correct that the commit comment is enough (no mor= e ChangeLog is maintained ?) Please do write ChangeLog entries, as we use them as commit log messages now. The ChangeLog file is generated from the Git commit log. Thanks.