From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: maddog Newsgroups: gmane.emacs.help Subject: Re: Is this comment in my .emacs correct? Date: Fri, 20 Aug 2004 17:58:04 +0800 Organization: aller Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1092996661 26950 80.91.224.253 (20 Aug 2004 10:11:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Aug 2004 10:11:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 20 12:10:51 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1By6MF-0002fd-00 for ; Fri, 20 Aug 2004 12:10:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1By6QV-0008KO-Ne for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Aug 2004 06:15:16 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 61.149.240.224 Original-X-Trace: quimby.gnus.org 1092996043 23170 61.149.240.224 (20 Aug 2004 10:00:43 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Fri, 20 Aug 2004 10:00:43 +0000 (UTC) X-SampleHeader: maddog User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:9/g0oHXN/x1uXdUyt5F5Q303yTA= Original-Xref: shelby.stanford.edu gnu.emacs.help:124827 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20176 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20176 "William Payne" writes: > From my .emacs-file: > > (setq auto-mode-alist > (append > (list > ; Must use Makefile$ and not just Makefile or you will get makefile mode for > any > ; type of file in a directory with the string makefile in it > '("\\Makefile$" . makefile-mode) ) > auto-mode-alist > ) > ) > > Is the comment correct? > > / WP Why not give a test by your hand?