Fortunately everything is working now and unfortunately I don't remember how I fixed it :) Maybe there was an error in my .emacs
earlier. This is the more correct code:
(add-to-list 'auto-mode-alist '("\.m$" . octave-mode))
Autoloading is unneeded in recent versions; if you do need to enable it, note that "octave-mode"
is not a typo.
(autoload 'octave-mode "octave-mod" nil t)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…