From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rajsekar Manokaran Newsgroups: gmane.emacs.devel Subject: compile.el does not find errors in numeric filenames Date: Fri, 4 Feb 2005 10:29:04 +0530 Message-ID: <9bec9e4005020320597e723ba4@mail.gmail.com> Reply-To: Rajsekar Manokaran NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107494583 31306 80.91.229.2 (4 Feb 2005 05:23:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 Feb 2005 05:23:03 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 04 06:23:03 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cwvvf-00036i-Lf for ged-emacs-devel@m.gmane.org; Fri, 04 Feb 2005 06:22:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cww98-0007vL-9o for ged-emacs-devel@m.gmane.org; Fri, 04 Feb 2005 00:36:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cww64-0007EB-5s for emacs-devel@gnu.org; Fri, 04 Feb 2005 00:33:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cww5v-0007Aw-EA for emacs-devel@gnu.org; Fri, 04 Feb 2005 00:33:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cww5d-0006sg-2k for emacs-devel@gnu.org; Fri, 04 Feb 2005 00:33:09 -0500 Original-Received: from [64.233.184.206] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CwvYf-0001YY-K3 for emacs-devel@gnu.org; Thu, 03 Feb 2005 23:59:05 -0500 Original-Received: by wproxy.gmail.com with SMTP id 36so408453wra for ; Thu, 03 Feb 2005 20:59:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=cCZ/U7Tl8JmcyKmbApSpyvlkLwSkGH2ltizWzeg8332dJwTkvs9DQSVVJ/VcKO+JjTO1yAhma+C6Gsfv3aCm7vP9DEQK+FpyLkQhlNxlcg4tlTFhMxgGpkaHkLUXsI7a1QdW36HXxHgHMXFqwu2VqBUJOGqNzZ/IYVXVaoQibuQ= Original-Received: by 10.54.47.40 with SMTP id u40mr15322wru; Thu, 03 Feb 2005 20:59:05 -0800 (PST) Original-Received: by 10.54.28.66 with HTTP; Thu, 3 Feb 2005 20:59:04 -0800 (PST) Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:32857 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32857 I have a CVS version of emacs (checked out somewhere last week). I have a file with name like 10776.cc and compile.el does not recognize the output as errors. Then I changed the filename to a10776.cc and it worked i think one of the regexp in compilation-error-regexp-alist-alist is not setup correctly could some help me out ?