From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: LanX Newsgroups: gmane.emacs.help Subject: Re: In emacs 23 compile-mode doesn't recognize (c)perl error messages Date: Sat, 10 Oct 2009 04:43:58 -0700 (PDT) Organization: http://groups.google.com Message-ID: <59cf05a1-f16d-49da-aef2-a419b18f8433@a21g2000yqc.googlegroups.com> References: <6d2cb724-900e-4e8a-9145-8b271037c8e2@z24g2000yqb.googlegroups.com> <271a1a36-c8db-414a-a329-72a903207334@c3g2000yqd.googlegroups.com> <1544A0C5-7D0B-4B56-BC70-C8684173706A@Web.DE> <5397B484-241E-4DF2-AA2C-F2AA26C464E0@web.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1255178590 11016 80.91.229.12 (10 Oct 2009 12:43:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Oct 2009 12:43:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 10 14:43:01 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 1MwbHo-0000mL-Gb for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Oct 2009 14:43:00 +0200 Original-Received: from localhost ([127.0.0.1]:38154 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwbHn-0000tU-QK for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Oct 2009 08:42:59 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!a21g2000yqc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 34 Original-NNTP-Posting-Host: 188.97.1.38 Original-X-Trace: posting.google.com 1255175039 26810 127.0.0.1 (10 Oct 2009 11:43:59 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 10 Oct 2009 11:43:59 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a21g2000yqc.googlegroups.com; posting-host=188.97.1.38; posting-account=zOOXDwgAAAAi0tA6rMyFDghoWI7QL8B_ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.14) Gecko/2009090216 Ubuntu/8.10 (intrepid) Firefox/3.0.14, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:173721 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:68811 Archived-At: Hi Of course Ilya is right, if a change produces a bug, in at least 95% of the cases the bug is in the changed code. The "external" modules didn't change, only the core emacs! Furthermore it was shown to depend on the OS (and maybe the localization) and tested on different machines. > Yes, for me this is helpful. It helps me strengthening my opinion. =A0 > LanX yesterday posted patches for compile-mode.el... Not exactly, I posted *workarounds* for mode-compile.el (!) and cperl- mode.el by altering regexes! Definitely plain emacs modules don't work on my system, running M-x compile "perl -w ~/tst.pl" in *perl-mode* Activates errors with emacs 22 and xemacs 21, but doesn't do so with emacs 23. Saying so I'm not sure if maybe the Ubuntu team or perl 5.10 messed it up, my bet is a strange interference between unicode and regexes. Anyway I'm tired of this Dogbert vs Kafka situation... My IDE-System is working again and everybody else has no problems. 8)