From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ismael Valladolid Torres Newsgroups: gmane.emacs.help Subject: **Re: perl-mode.el file in Mac OS X Date: Wed, 2 Feb 2005 17:12:23 +0100 Message-ID: <20050202161223.GI1924@spma06> 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 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1107360930 11586 80.91.229.6 (2 Feb 2005 16:15:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Feb 2005 16:15:30 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Bcc: ismaeval@free.fr Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 02 17:15:24 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 1CwNA4-0002r6-00 for ; Wed, 02 Feb 2005 17:15:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwNND-0005BO-Ek for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Feb 2005 11:28:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CwNMu-00054X-Ct for help-gnu-emacs@gnu.org; Wed, 02 Feb 2005 11:28:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CwNMs-00053q-L4 for help-gnu-emacs@gnu.org; Wed, 02 Feb 2005 11:28:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwNMs-00053S-Cx for help-gnu-emacs@gnu.org; Wed, 02 Feb 2005 11:28:38 -0500 Original-Received: from [213.4.129.135] (helo=tnetsmtp2.mail.isp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CwN7T-0006Jd-7h; Wed, 02 Feb 2005 11:12:43 -0500 Original-Received: from spma06.frrs.oberthurcs.com ([80.24.49.234]) by tnetsmtp2.mail.isp (terra.es) with ESMTP id IBAL1401.MA0; Wed, 2 Feb 2005 17:12:41 +0100 Original-Received: by spma06.frrs.oberthurcs.com (sSMTP sendmail emulation); Wed, 2 Feb 2005 17:12:23 +0100 Original-To: David Kastrup Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i 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:23863 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23863 David Kastrup escribe: > Stefan Monnier writes: > > > If you feel like shortening such a list, you can also use things like: > > > > (setq auto-mode-alist > > (append > > '(("\\.\\(xsl\\|plist\\|id[de]\\)\\'" . sgml-mode) > > ("\\.\\(xml\\|xsl\\|fo\\)\\'" . xml-mode) > > ("\\.nw\\'" . noweb-mode) > > ("\\.f90\\'" . f90-mode) > > ("\\.\\(pl\\|pod\\)\\'" . perl-mode) > > ("\\.\\(tgz\\|tar.\\(gz\\|bz2\\)\\)\\'" . tar-mode)) > > auto-mode-alist)) > > I don't think a file named woozle.tarigz should trigger tar-mode. A file with such a stupid name would hang Emacs anyway. :o) Cordially, Ismael