Jay Belanger wrote:
>Hm, putting
>(autoload 'book-mode "bookmode" "" t)
>(setq auto-mode-alist (cons '("\\.bk" . book-mode) auto-mode-alist))
>in your .emacs file should work, but doesn't for me right now.
>Putting
(>load "bookmode")
>in your .emacs file will work, though.
It also does not work for me.
Ok, actually this is not a big problem. I can use the maxima and octave modes
separately
Thanks, Valerij.