Stephen J. Turnbull, XEmacs 21.4 Release Manager wrote:
* XEmacs 21.4.11 "Native Windows TTY Support" is
released.
-- New: Dynamic initialization of auto-mode-alist -- Ville Skyttä
So, how do I get this to work? Do I need a new Sumo? (My packages
directory was last updated Jul 1 2001; it worked fine for 21.4.4
through 21.4.10).
Currently (in 21.4.11/21.4.12) I have:
(cl-prettyprint auto-mode-alist)
(("\\.gz\\(~\\|\\.~[0-9]+~\\)?\\'" nil jka-compr)
("\\.bz2\\(~\\|\\.~[0-9]+~\\)?\\'" nil jka-compr)
("\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'" nil jka-compr)
("\\.hs$" . hugs-mode)
("\\.l$" . c-mode)
("\\.ad$" . xrdb-mode)
("\\.jar$" . archive-mode)
("\\.\\(xpm\\|XPM\\)\\'" . image-mode)
("\\.\\(xbm\\|XBM\\)\\'" . image-mode)
("\\.\\(tiff?\\|TIFF?\\)\\'" . image-mode)
("\\.\\(jpe?g\\|JPE?G\\)\\'" . image-mode)
("\\.\\(gif\\|GIF\\)\\'" . image-mode)
("\\.\\(png\\|PNG\\)\\'" . image-mode)
("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode)
("\\.tar$" . tar-mode)
("\\.te?xt\\'" . text-mode)
("\\.el\\'" . emacs-lisp-mode)
("\\.c?l\\(?:i?sp\\)?\\'" . lisp-mode)
("\\.article\\'" . text-mode)
("\\.letter\\'" . text-mode)
("\\`/tmp/Re" . text-mode)
("/Message[0-9]*\\'" . text-mode)
("^/tmp/fol/" . text-mode)
("[/\\][._].*emacs\\'" . emacs-lisp-mode)
("\\.ml\\'" . lisp-mode)
("\\.tgz\\'" . tar-mode))
In 21.4.10, it was 82 entries.
If I use -vanilla, I get basically the same thing, minus the stuff
which is due to ~/.emacs.
--
Glynn Clements <glynn.clements(a)virgin.net>