From owner-bug-octave at bevo dot che dot wisc dot edu Wed Nov 22 12:14:06 1995 Subject: ?bug in octave-mode for emacs? From: Ferdinand Schinagl To: bug-octave at che dot utexas dot edu Date: Wed, 22 Nov 1995 19:13:27 +0100 Hi I've installed octave-mode.el and matlab-mode.el on my system (emacs 19.29). The 'Describe Octave mode' menu says that I should add (setq octave-mode-hook (list 'turn-on-abbrevs 'turn-on-auto-fill (lambda () (if (eq window-system 'x) (progn (font-lock-mode)))))) into my .emacs file, but when I try to load an .m file I always get the message File mode specification error: (void-function turn-on-abbrevs) I've searched for this function through my .el emacs files and couldn't find it. What should I do? Ferdinand