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: Fri, 16 Oct 2009 19:00:58 -0700 (PDT) Organization: http://groups.google.com Message-ID: <56361e2c-5c21-414a-b07d-65c26f0767ff@g19g2000yqo.googlegroups.com> References: <6d2cb724-900e-4e8a-9145-8b271037c8e2@z24g2000yqb.googlegroups.com> <5397B484-241E-4DF2-AA2C-F2AA26C464E0@web.de> <4681fb35-bcea-4553-af4c-8621af25055d@11g2000yqp.googlegroups.com> <6c3419ad-8de9-4e56-bab0-23ab0d7d8135@x37g2000yqj.googlegroups.com> 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 1255747365 16940 80.91.229.12 (17 Oct 2009 02:42:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Oct 2009 02:42:45 +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 17 04:42:34 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 1MyzFY-0001y0-1k for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Oct 2009 04:42:32 +0200 Original-Received: from localhost ([127.0.0.1]:37623 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyzFX-0007Ii-M4 for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Oct 2009 22:42:31 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!news.glorb.com!news2.glorb.com!postnews.google.com!g19g2000yqo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 84.59.67.209 Original-X-Trace: posting.google.com 1255744859 22209 127.0.0.1 (17 Oct 2009 02:00:59 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 17 Oct 2009 02:00:59 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g19g2000yqo.googlegroups.com; posting-host=84.59.67.209; posting-account=W9fpQwoAAADZYmkl-8sXk1VPxG3rq-Pd 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:173965 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:69050 Archived-At: Hi > ??? =A0Myself, I see no difference between working with 1000 LOC and > 9000 LOC - as far as I can jump between functions without effort. Your certainly right! But I suppose that more than the half is used for parsing perl, making the rest smaller. 8) take a look at regex-tool.el with 180 lines I have no fear to add features. http://www.cims.nyu.edu/~stucchio/software/elisp/regex-tool.el.html But if you don't like the idea it's OK, do you mind if others try to modularize your code? (don't know if this is covered by the GPL) cheers rolf