From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ilya Zakharevich Newsgroups: gmane.emacs.help Subject: Re: In emacs 23 compile-mode doesn't recognize (c)perl error messages Date: Thu, 15 Oct 2009 08:24:52 +0000 (UTC) Organization: U.C. Berkeley Math. Department. Message-ID: References: <6d2cb724-900e-4e8a-9145-8b271037c8e2@z24g2000yqb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1255596340 28775 80.91.229.12 (15 Oct 2009 08:45:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2009 08:45:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 15 10:45:30 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MyLxi-0006tr-4i for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Oct 2009 10:45:30 +0200 Original-Received: from localhost ([127.0.0.1]:56249 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyLxh-0002Yw-HQ for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Oct 2009 04:45:29 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!goblin1!goblin2!goblin.stu.neva.ru!feeder.erje.net!feeder.eternal-september.org!eternal-september.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-X-Trace: news.eternal-september.org U2FsdGVkX18qBQnMSybHH+WolgCHhQOuSzEMGJxCOOfgErfJMwLskahtVUQAXesmMxkvHFXdE+UbT3kzdYdrbgqL7VPAn2fuPk9Rprwx0sWxPeYvR4q1EUu9guhdK9QNN9E+uh2rlilzEpGRVCxfFA== Original-X-Complaints-To: abuse@eternal-september.org Original-NNTP-Posting-Date: Thu, 15 Oct 2009 08:24:52 +0000 (UTC) User-Agent: slrn/0.9.8.1pl1 (Linux) X-Auth-Sender: U2FsdGVkX19BNUwT2E7A+h8otBfkJ7p6lD94ND0U3AA= Cancel-Lock: sha1:VcDDV0sEeiQqQ5u5sRFlpAi18Og= Original-Xref: news.stanford.edu gnu.emacs.help:173898 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68975 Archived-At: On 2009-10-13, LanX wrote: > cperl-mode tries to adjust "compilation-error-regexp-alist" (a > variable defined in `compile.el') to it's needs... but without > success, only the original regex-pattern from compile.el or mode- > compile are active. Could you be more specific about what happens? It looks like your patch is doing exactly what my copy of cperl-mode.el does... > @Ilya: I changed the regex slightly, since the errorline can get > broken into two lines when "use diagnostics" is enabled in perl. I will look into it later... Thanks, Ilya