emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS,v
Date: Sun, 31 Dec 2006 00:48:53 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/12/31 00:48:53

Index: NEWS
===================================================================
RCS file: /cvsroot/emacs/emacs/etc/NEWS,v
retrieving revision 1.1426
retrieving revision 1.1427
diff -u -b -r1.1426 -r1.1427
--- NEWS        30 Dec 2006 21:38:21 -0000      1.1426
+++ NEWS        31 Dec 2006 00:48:53 -0000      1.1427
@@ -5544,6 +5544,15 @@
 ** Major mode mechanism changes:
 
 +++
+*** If new variable `auto-mode-case-fold' is set to a non-nil value,
+Emacs will perform a second case-insensitive search through
+`auto-mode-alist' if the first case-sensitive search fails.
+This means that a file FILE.TXT is opened in text-mode, and a file PROG.PY
+is opened in python-mode.  Note however, that independent of this
+setting, *.C files are usually recognized as C++ files.
+It also has no effect on systems with case-insensitive file names.
+
++++
 *** New variable `magic-mode-alist' determines major mode for a file by
 looking at the file contents.  It takes precedence over `auto-mode-alist'.
 




reply via email to

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