comparison etc/NEWS @ 75006:a8f469237c7e

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 31 Dec 2006 00:48:53 +0000
parents 091a17e8cb83
children b4934b436020 bc10a33dd40b
comparison
equal deleted inserted replaced
75005:eda5cae57c32 75006:a8f469237c7e
5542 of multiline constructs so that such constructs get properly recognized. 5542 of multiline constructs so that such constructs get properly recognized.
5543 5543
5544 ** Major mode mechanism changes: 5544 ** Major mode mechanism changes:
5545 5545
5546 +++ 5546 +++
5547 *** If new variable `auto-mode-case-fold' is set to a non-nil value,
5548 Emacs will perform a second case-insensitive search through
5549 `auto-mode-alist' if the first case-sensitive search fails.
5550 This means that a file FILE.TXT is opened in text-mode, and a file PROG.PY
5551 is opened in python-mode. Note however, that independent of this
5552 setting, *.C files are usually recognized as C++ files.
5553 It also has no effect on systems with case-insensitive file names.
5554
5555 +++
5547 *** New variable `magic-mode-alist' determines major mode for a file by 5556 *** New variable `magic-mode-alist' determines major mode for a file by
5548 looking at the file contents. It takes precedence over `auto-mode-alist'. 5557 looking at the file contents. It takes precedence over `auto-mode-alist'.
5549 5558
5550 +++ 5559 +++
5551 *** An interpreter magic line (if present) takes precedence over the 5560 *** An interpreter magic line (if present) takes precedence over the