all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "William Payne" <mikas493_no_spam@student.liu.se>
Subject: Is this comment in my .emacs correct?
Date: Fri, 20 Aug 2004 02:09:38 +0200	[thread overview]
Message-ID: <cg3ffn$cpj$1@news.island.liu.se> (raw)

>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 

             reply	other threads:[~2004-08-20  0:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-20  0:09 William Payne [this message]
2004-08-20  0:53 ` Is this comment in my .emacs correct? Barry Margolin
2004-08-20 16:38   ` Stefan Monnier
2004-08-20 16:59     ` Eli Zaretskii
     [not found]     ` <mailman.2116.1093021754.2011.help-gnu-emacs@gnu.org>
2004-08-20 18:10       ` Stefan Monnier
2004-08-20 18:15         ` Eli Zaretskii
2004-08-20  9:58 ` maddog
2004-08-20 15:26 ` Kevin Rodgers
2004-08-20 16:18   ` William Payne

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='cg3ffn$cpj$1@news.island.liu.se' \
    --to=mikas493_no_spam@student.liu.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.