From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: perl-mode.el file in Mac OS X Date: Wed, 2 Feb 2005 19:05:03 +0100 Message-ID: <0f9536ea4bbf6f746194b1297ef93291@Web.DE> References: <87c8e99.0502011954.6e3ca099@posting.google.com> <87brb3vww1.fsf-monnier+gnu.emacs.help@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107367926 3906 80.91.229.6 (2 Feb 2005 18:12:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Feb 2005 18:12:06 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 02 19:11:57 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CwOyq-0003Bp-00 for ; Wed, 02 Feb 2005 19:11:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwPC0-0006PK-L7 for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Feb 2005 13:25:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CwPAM-0005kc-W3 for help-gnu-emacs@gnu.org; Wed, 02 Feb 2005 13:23:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CwPAD-0005gK-3n for help-gnu-emacs@gnu.org; Wed, 02 Feb 2005 13:23:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwPAC-0005cT-I3 for help-gnu-emacs@gnu.org; Wed, 02 Feb 2005 13:23:40 -0500 Original-Received: from [217.72.192.226] (helo=smtp08.web.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CwOsH-00026z-D3 for help-gnu-emacs@gnu.org; Wed, 02 Feb 2005 13:05:09 -0500 Original-Received: from [80.184.222.167] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.103 #192) id 1CwOsF-0005u0-00; Wed, 02 Feb 2005 19:05:07 +0100 In-Reply-To: <87brb3vww1.fsf-monnier+gnu.emacs.help@gnu.org> Original-To: Stefan Monnier X-Mailer: Apple Mail (2.619.2) X-Sender: Peter_Dyballa@web.de 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: main.gmane.org gmane.emacs.help:23869 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23869 Am 02.02.2005 um 15:58 schrieb Stefan Monnier: > Oh and BTW, while I'm posting a useless message, I might as well use > and point out that the above regexps should be "\\.xsl\\'", > "\\.plist\\'", ..., "\\.pl\\'", ..., "\\.tar\\.gz\\'" (i.e. replace $ > with > \\' because $ would also match an embedded newline in a file name > whereas > \\' really only matches the end of the file name). Ah, that's good news! I've seen a few times this "...\\'" and wondered what it might mean. Thank you for making my evening brighter! -- Greetings Pete