unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* compile.el ant error regexp does not match on MSW
@ 2015-10-03 16:29 Vincent Belaïche
  2015-10-03 17:07 ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Vincent Belaïche @ 2015-10-03 16:29 UTC (permalink / raw)
  To: Roland McGrath, Daniel Pfeiffer; +Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]

Hello Roland & Daniel,


I have found that the error regexp for ant does not match on MSWindow because of the drive letter.

I have attached a patch.


If you don't mind I can commit it & push to repo.


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 closely, the last time I did some update was with BZR, not GIT ;-) ...), is that correct that the commit comment is enough (no more ChangeLog is maintained ?)


VBR,

   Vincent. 		 	   		  

[-- Attachment #2: compile.el.diff --]
[-- Type: application/octet-stream, Size: 618 bytes --]

diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 9cb367a..9e2d625 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -145,7 +145,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
      " in line \\([0-9]+\\) of file \\([^ \n]+[^. \n]\\)\\.? " 2 1)
 
     (ant
-     "^[ \t]*\\[[^] \n]+\\][ \t]*\\([^: \n]+\\):\\([0-9]+\\):\\(?:\\([0-9]+\\):\\([0-9]+\\):\\([0-9]+\\):\\)?\
+     "^[ \t]*\\[[^] \n]+\\][ \t]*\\(\\(?:[A-Za-z]:\\\\\\)?[^: \n]+\\):\\([0-9]+\\):\\(?:\\([0-9]+\\):\\([0-9]+\\):\\([0-9]+\\):\\)?\
 \\( warning\\)?" 1 (2 . 4) (3 . 5) (6))
 
     (bash

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: compile.el ant error regexp does not match on MSW
  2015-10-03 16:29 compile.el ant error regexp does not match on MSW Vincent Belaïche
@ 2015-10-03 17:07 ` Eli Zaretskii
  2015-10-03 18:05   ` Vincent Belaïche
  0 siblings, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2015-10-03 17:07 UTC (permalink / raw)
  To: Vincent Belaïche; +Cc: roland, occitan, emacs-devel

> From: Vincent Belaïche <vincent.b.1@hotmail.fr>
> Date: Sat, 3 Oct 2015 18:29:18 +0200
> Cc: emacs-devel <emacs-devel@gnu.org>
> 
> I have found that the error regexp for ant does not match on MSWindow because 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 closely, the last time I did some update was with BZR, not GIT ;-) ...), is that correct that the commit comment is enough (no more 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.




^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: compile.el ant error regexp does not match on MSW
  2015-10-03 17:07 ` Eli Zaretskii
@ 2015-10-03 18:05   ` Vincent Belaïche
  2015-10-03 18:17     ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Vincent Belaïche @ 2015-10-03 18:05 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: roland@gnu.org, occitan@esperanto.org, emacs-devel

Hello Eli,


Just for my clarification, when you write: "Please do write ChangeLog entries", you mean writing a commit comment (git commit -m "<my comment>") in the same format as for  a ChangeLog entry, and then this can be used to generate the ChangeLog file.



VBR,

   Vincent.

----------------------------------------
> Date: Sat, 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; occitan@esperanto.org; emacs-devel@gnu.org
>
>> From: Vincent Belaïche <vincent.b.1@hotmail.fr>
>> Date: Sat, 3 Oct 2015 18:29:18 +0200
>> Cc: emacs-devel <emacs-devel@gnu.org>
>>
>> I have found that the error regexp for ant does not match on MSWindow because 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 closely, the last time I did some update was with BZR, not GIT ;-) ...), is that correct that the commit comment is enough (no more 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.
>
> 		 	   		  


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: compile.el ant error regexp does not match on MSW
  2015-10-03 18:05   ` Vincent Belaïche
@ 2015-10-03 18:17     ` Eli Zaretskii
  2015-10-04  6:22       ` Vincent Belaïche
  0 siblings, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2015-10-03 18:17 UTC (permalink / raw)
  To: Vincent Belaïche; +Cc: roland, occitan, emacs-devel

> From: Vincent Belaïche <vincent.b.1@hotmail.fr>
> Date: Sat, 3 Oct 2015 20:05:01 +0200
> Cc: "roland@gnu.org" <roland@gnu.org>,
> 	"occitan@esperanto.org" <occitan@esperanto.org>,
> 	emacs-devel <emacs-devel@gnu.org>
> 
> Just for my clarification, when you write: "Please do write ChangeLog entries", you mean writing a commit comment (git commit -m "<my comment>") in the same format as for  a ChangeLog entry, and then this can be used to generate the ChangeLog file.

Yes.

This is all explained in much more detail in the file CONTRIBUTE which
you will find in the cloned repository.




^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: compile.el ant error regexp does not match on MSW
  2015-10-03 18:17     ` Eli Zaretskii
@ 2015-10-04  6:22       ` Vincent Belaïche
  2015-10-04 10:31         ` what happened of the List-Id header? Francesco Potortì
  0 siblings, 1 reply; 10+ messages in thread
From: Vincent Belaïche @ 2015-10-04  6:22 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: roland@gnu.org, occitan@esperanto.org, emacs-devel

Thanks. I did it.


   Vincent.

----------------------------------------
> Date: Sat, 3 Oct 2015 21:17:44 +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; occitan@esperanto.org; emacs-devel@gnu.org
>
>> From: Vincent Belaïche <vincent.b.1@hotmail.fr>
>> Date: Sat, 3 Oct 2015 20:05:01 +0200
>> Cc: "roland@gnu.org" <roland@gnu.org>,
>> "occitan@esperanto.org" <occitan@esperanto.org>,
>> emacs-devel <emacs-devel@gnu.org>
>>
>> Just for my clarification, when you write: "Please do write ChangeLog entries", you mean writing a commit comment (git commit -m "<my comment>") in the same format as for a ChangeLog entry, and then this can be used to generate the ChangeLog file.
>
> Yes.
>
> This is all explained in much more detail in the file CONTRIBUTE which
> you will find in the cloned repository.
>
> 		 	   		  


^ permalink raw reply	[flat|nested] 10+ messages in thread

* what happened of the List-Id header?
  2015-10-04  6:22       ` Vincent Belaïche
@ 2015-10-04 10:31         ` Francesco Potortì
  2015-10-04 11:02           ` Eli Zaretskii
  2015-10-04 11:11           ` Andreas Schwab
  0 siblings, 2 replies; 10+ messages in thread
From: Francesco Potortì @ 2015-10-04 10:31 UTC (permalink / raw)
  To: emacs-devel

In the last few days, the List-Id header disappeared from the mails
that I receive from this list.

Was it done on purpose?



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: what happened of the List-Id header?
  2015-10-04 10:31         ` what happened of the List-Id header? Francesco Potortì
@ 2015-10-04 11:02           ` Eli Zaretskii
  2015-10-04 11:09             ` Francesco Potortì
  2015-10-04 11:11           ` Andreas Schwab
  1 sibling, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2015-10-04 11:02 UTC (permalink / raw)
  To: Francesco Potortì; +Cc: emacs-devel

> Date: Sun, 04 Oct 2015 12:31:41 +0200
> From: Francesco Potortì <pot@gnu.org>
> 
> In the last few days, the List-Id header disappeared from the mails
> that I receive from this list.

I still get it, in particular in this message of yours.




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: what happened of the List-Id header?
  2015-10-04 11:02           ` Eli Zaretskii
@ 2015-10-04 11:09             ` Francesco Potortì
  0 siblings, 0 replies; 10+ messages in thread
From: Francesco Potortì @ 2015-10-04 11:09 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

>> In the last few days, the List-Id header disappeared from the mails
>> that I receive from this list.
>
>I still get it, in particular in this message of yours.

Fantastic!

This means that someone along the chain that brings gnu's mail to me
started removing it...



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: what happened of the List-Id header?
  2015-10-04 10:31         ` what happened of the List-Id header? Francesco Potortì
  2015-10-04 11:02           ` Eli Zaretskii
@ 2015-10-04 11:11           ` Andreas Schwab
  2015-10-04 11:33             ` Francesco Potortì
  1 sibling, 1 reply; 10+ messages in thread
From: Andreas Schwab @ 2015-10-04 11:11 UTC (permalink / raw)
  To: Francesco Potortì; +Cc: emacs-devel

Francesco Potortì <pot@gnu.org> writes:

> In the last few days, the List-Id header disappeared from the mails
> that I receive from this list.

The one you replied to has one.  Do you have an example message-id?

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: what happened of the List-Id header?
  2015-10-04 11:11           ` Andreas Schwab
@ 2015-10-04 11:33             ` Francesco Potortì
  0 siblings, 0 replies; 10+ messages in thread
From: Francesco Potortì @ 2015-10-04 11:33 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

>> In the last few days, the List-Id header disappeared from the mails
>> that I receive from this list.
>
>The one you replied to has one.  Do you have an example message-id?

No need, it's all the emails in the last one-two days (I can check, if
needed).  Here is what I see in your email:

 From emacs-devel-bounces+pot=gnu.org@gnu.org Sun Oct 04 13:12:56 2015
 Received: from localhost ([127.0.0.1] helo=tucano.isti.cnr.it)
	 by tucano.isti.cnr.it with esmtp (Exim 4.86)
	 (envelope-from <emacs-devel-bounces+pot=gnu.org@gnu.org>)
	 id 1ZihDs-0003UD-G9
	 for pot@localhost; Sun, 04 Oct 2015 13:12:56 +0200
 Received: from pop.server.isti.cnr.it [146.48.80.25]
	 by tucano.isti.cnr.it with POP3 (fetchmail-6.3.26 polling pop.isti.cnr.it account pot)
	 for <pot@localhost> (single-drop); Sun, 04 Oct 2015 13:12:56 +0200 (CEST)
 Received: from PMAS-LOCAL-IN.mx.isti.cnr.it by mx.isti.cnr.it
  (PMDF V6.5-x6 #32147) id <01PRIJOLB00WDK76L7@mx.isti.cnr.it> for
  pot@popstore.ist.cnr.it (ORCPT Francesco.Potorti@isti.cnr.it); Sun,
  04 Oct 2015 13:12:46 +0200 (MEST)
 Received: from eggs.gnu.org ([194.119.192.18])
  by mx.isti.cnr.it (PMDF V6.5-x6 #32147)
  with ESMTPS id <01PRIJOCNJN8DK76GE@mx.isti.cnr.it> for pot@popstore.ist.cnr.it
  (ORCPT Francesco.Potorti@isti.cnr.it); Sun, 04 Oct 2015 13:12:45 +0200 (MEST)
 Received: from eggs.gnu.org ([208.118.235.92] EXTERNAL) (EHLO eggs.gnu.org)
  with TLS/SSL  by blade2.isti.cnr.it ([194.119.192.18]) (PreciseMail V3.2-6)
  ; Sun, 04 Oct 2015 13:12:46 +0200
 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
  (envelope-from <emacs-devel-bounces+pot=gnu.org@gnu.org>)
  id 1ZihDX-0002y2-EA	for Francesco.Potorti@isti.cnr.it; Sun,
  04 Oct 2015 07:12:36 -0400
 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54380)
  by eggs.gnu.org with esmtp (Exim 4.71)
  (envelope-from <emacs-devel-bounces+pot=gnu.org@gnu.org>)
  id 1ZihDX-0002xs-Ay	for Francesco.Potorti@isti.cnr.it; Sun,
  04 Oct 2015 07:12:35 -0400
 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34720)
  by fencepost.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256)	(Exim 4.82)
  (envelope-from <emacs-devel-bounces+pot=gnu.org@gnu.org>)
  id 1ZihDW-0006rK-Nu	for pot@gnu.org; Sun, 04 Oct 2015 07:12:34 -0400
 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
  (envelope-from <emacs-devel-bounces+pot=gnu.org@gnu.org>)
  id 1ZihDT-0002wC-67	for pot@gnu.org; Sun, 04 Oct 2015 07:12:34 -0400
 Received: from lists.gnu.org ([2001:4830:134:3::11]:46760)
  by eggs.gnu.org with esmtp (Exim 4.71)
  (envelope-from <emacs-devel-bounces+pot=gnu.org@gnu.org>)
  id 1ZihDT-0002w8-3s	for pot@gnu.org; Sun, 04 Oct 2015 07:12:31 -0400
 Received: from localhost ([::1]:42063 helo=lists.gnu.org)
  by lists.gnu.org with esmtp (Exim 4.71)
  (envelope-from <emacs-devel-bounces+pot=gnu.org@gnu.org>)
  id 1ZihDT-0001f2-1O	for pot@gnu.org; Sun, 04 Oct 2015 07:12:31 -0400
 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57528)
  by lists.gnu.org with esmtp (Exim 4.71)	(envelope-from <whitebox@nefkom.net>)
  id 1ZihCV-0000ba-Rl	for emacs-devel@gnu.org; Sun, 04 Oct 2015 07:11:32 -0400
 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
  (envelope-from <whitebox@nefkom.net>)
  id 1ZihCS-0002dP-Lm	for emacs-devel@gnu.org; Sun, 04 Oct 2015 07:11:31 -0400
 Received: from mail-out.m-online.net ([212.18.0.10]:54616)
  by eggs.gnu.org with esmtp (Exim 4.71)	(envelope-from <whitebox@nefkom.net>)
  id 1ZihCS-0002dF-GW; Sun, 04 Oct 2015 07:11:28 -0400
 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182])
  by mail-out.m-online.net (Postfix) with ESMTP id 3nTMnW27Ypz3hj2Q; Sun,
  04 Oct 2015 13:11:27 +0200 (CEST)
 Received: from localhost (dynscan1.mnet-online.de [192.168.6.68])
  by mail.m-online.net (Postfix) with ESMTP id 3nTMnW0xT4zvh2H; Sun,
  04 Oct 2015 13:11:27 +0200 (CEST)
 Received: from mail.mnet-online.de ([192.168.8.182])
  by localhost (dynscan1.mail.m-online.net [192.168.6.68])
  (amavisd-new,	port 10024)	with ESMTP id AHHsc8LDK67C; Sun,
  04 Oct 2015 13:11:26 +0200 (CEST)
 Received: from igel.home
  (ppp-93-104-94-203.dynamic.mnet-online.de	[93.104.94.203])
  by mail.mnet-online.de (Postfix) with ESMTPA; Sun,
  04 Oct 2015 13:11:26 +0200 (CEST)
 Received: by igel.home (Postfix, from userid 1000)	id EE16A2C21A9; Sun,
  04 Oct 2015 13:11:25 +0200 (CEST)
 Date: Sun, 04 Oct 2015 13:11:25 +0200
 From: Andreas Schwab <schwab@linux-m68k.org>
 Subject: Re: what happened of the List-Id header?
 In-reply-to: <E1ZigZx-0000WL-6V@tucano.isti.cnr.it>
 Sender: emacs-devel-bounces+pot=gnu.org@gnu.org
 To: Francesco Potortì <pot@gnu.org>
 Cc: emacs-devel <emacs-devel@gnu.org>
 Errors-to: emacs-devel-bounces+pot=gnu.org@gnu.org
 Message-id: <87lhbic2hu.fsf@igel.home>
 MIME-version: 1.0
 Content-type: text/plain; charset=utf-8
 Content-Transfer-Encoding: 8bit            
 Precedence: list
 Received-SPF: pass (blade2.isti.cnr.it: domain of gnu.org designates
  208.118.235.92 as permitted sender) client-ip=208.118.235.92;
  envelope-from=emacs-devel-bounces+pot=gnu.org@gnu.org;
 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
 X-EXTERNAL-AS-MAIL-FROM: emacs-devel-bounces+pot=gnu.org@gnu.org
 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
 X-Spam-Level:
 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD
  autolearn=disabled version=3.3.2
 X-Virus-Scanned: amavisd-new at mnet-online.de
 X-Auth-Info: n/encWAncURmcM2xEfVwUlj1arhalrZQNcHP3ZPiXIOMlv1/+ItnbShAkLK2XwyU
 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x
 X-BeenThere: emacs-devel@gnu.org
 X-Mailman-Version: 2.1.14
 X-Mailman-Copy: yes
 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address
  (bad octet value).
 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address
  (bad octet value).
 X-Received-From: 2001:4830:134:3::e
 X-EXTERNAL-AS-ClamAV: ClamAV (blade2.isti.cnr.it)
 X-EXTERNAL-AS-NoVirus: No virus found
 X-EXTERNAL-AS-External: eggs.gnu.org [208.118.235.92] (EHLO eggs.gnu.org)
 X-EXTERNAL-AS-Software: PreciseMail V3.2-6 [151002a] (blade2.isti.cnr.it)
 X-EXTERNAL-AS-Allowed: user rule (*@*)

 Francesco Potortì <pot@gnu.org> writes:

 > In the last few days, the List-Id header disappeared from the mails
 > that I receive from this list.

 The one you replied to has one.  Do you have an example message-id?

 Andreas.

 -- 
 Andreas Schwab, schwab@linux-m68k.org
 GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
 "And now for something completely different."






^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-10-04 11:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-03 16:29 compile.el ant error regexp does not match on MSW Vincent Belaïche
2015-10-03 17:07 ` Eli Zaretskii
2015-10-03 18:05   ` Vincent Belaïche
2015-10-03 18:17     ` Eli Zaretskii
2015-10-04  6:22       ` Vincent Belaïche
2015-10-04 10:31         ` what happened of the List-Id header? Francesco Potortì
2015-10-04 11:02           ` Eli Zaretskii
2015-10-04 11:09             ` Francesco Potortì
2015-10-04 11:11           ` Andreas Schwab
2015-10-04 11:33             ` Francesco Potortì

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).