mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-19 18:13:55 +00:00
(auto-mode-alist): Add .odt (OpenOffice's open document) files. Mention in
the doc string the need to sync with auto-coding-alist.
This commit is contained in:
parent
20c65d0863
commit
d504040421
@ -1872,7 +1872,7 @@ in that case, this function acts as if `enable-local-variables' were t."
|
|||||||
;; `auto-coding-alist' with `no-conversion' coding system.
|
;; `auto-coding-alist' with `no-conversion' coding system.
|
||||||
("\\.\\(arc\\|zip\\|lzh\\|zoo\\|[jew]ar\\|xpi\\)\\'" . archive-mode)
|
("\\.\\(arc\\|zip\\|lzh\\|zoo\\|[jew]ar\\|xpi\\)\\'" . archive-mode)
|
||||||
("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|[JEW]AR\\|XPI\\)\\'" . archive-mode)
|
("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|[JEW]AR\\|XPI\\)\\'" . archive-mode)
|
||||||
("\\.sx[dmicw]\\'" . archive-mode) ; OpenOffice.org
|
("\\.\\(sx[dmicw]\\|odt\\)\\'" . archive-mode) ; OpenOffice.org
|
||||||
;; Mailer puts message to be edited in
|
;; Mailer puts message to be edited in
|
||||||
;; /tmp/Re.... or Message
|
;; /tmp/Re.... or Message
|
||||||
("\\`/tmp/Re" . text-mode)
|
("\\`/tmp/Re" . text-mode)
|
||||||
@ -1955,6 +1955,9 @@ REGEXP and search the list again for another match.
|
|||||||
If the file name matches `inhibit-first-line-modes-regexps',
|
If the file name matches `inhibit-first-line-modes-regexps',
|
||||||
then `auto-mode-alist' is not processed.
|
then `auto-mode-alist' is not processed.
|
||||||
|
|
||||||
|
The extensions whose FUNCTION is `archive-mode' should also
|
||||||
|
appear in `auto-coding-alist' with `no-conversion' coding system.
|
||||||
|
|
||||||
See also `interpreter-mode-alist', which detects executable script modes
|
See also `interpreter-mode-alist', which detects executable script modes
|
||||||
based on the interpreters they specify to run,
|
based on the interpreters they specify to run,
|
||||||
and `magic-mode-alist', which determines modes based on file contents.")
|
and `magic-mode-alist', which determines modes based on file contents.")
|
||||||
|
Loading…
Reference in New Issue
Block a user