Pierre Albarede
pa.ne****@free*****
Mon Dec 12 02:33:14 JST 2005
Hi, GNU Emacs 22.0.50.1 (powerpc-apple-darwin7.9.0) of 2005-09-26 on trio.local I am trying to force html-helper instead of HTML. This is a FAQ, see for example, http://www.math.psu.edu/doc/emacs/html-helper-mode/ I put this in my .emacs (setq auto-mode-alist (cons '("\\.s?html?\\(\\.[a-zA-Z_]+\\)?\\'" . html-helper-mode) auto-mode-alist)) But emacs continues to open *.html in HTML mode. Did I miss something ? Thanks.