bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

auto-mode-alist entries for README etc?


From: Richard Kettlewell
Subject: auto-mode-alist entries for README etc?
Date: 13 Mar 2001 17:04:45 +0000

I have this entry in my ~/.emacs:

    (setq auto-mode-alist
          (cons '("README\\'" . text-mode)
                auto-mode-alist))

Perhaps Emacs should treat README (or README*, actually) as text by
default?

Similarly for other common text file names - COPYING, INSTALL, TODO,
CREDITS, THANKS, etc.

ttfn/rjk

In GNU Emacs 20.7.1 (i386-redhat-linux-gnu, X toolkit)
 of Wed Oct 11 2000 on porky.devel.redhat.com
configured using `configure  --mandir=/usr/share/man --infodir=/usr/share/info 
--prefix=/usr --libexecdir=/usr/lib --sharedstatedir=/var --with-gcc --with-pop 
--with-x-toolkit i386-redhat-linux-gnu'





reply via email to

[Prev in Thread] Current Thread [Next in Thread]