From bug-octave-request at bevo dot che dot wisc dot edu Thu Feb 12 01:57:24 1998 Subject: documentation glitch From: "PETER HOPFGARTNER" To: Date: Thu, 12 Feb 98 08:45:23 +0100 Hi, relative to the installing of the emacs-lisp files, the documentation says that you have to put some lines in the .emacs file to start octave-mode when reading an .m file: (...) (setq auto-mode-alist (cons '(\"\\\\.m\" . octave-mode) auto-mode-alist) Obviously there has been some escapeing backslash, because that should be: (setq auto-mode-alist (cons '("\\.m" . octave-mode) auto-mode-alist) Regards, Peter