Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 534276 - emacs 24.4-r1 is missing octave-mode
Summary: emacs 24.4-r1 is missing octave-mode
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-02 06:18 UTC by Jan Hrabe
Modified: 2015-01-02 18:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Hrabe 2015-01-02 06:18:59 UTC
I am not sure what version this problem starter at but the octave-mode that used to be included in emacs installation seems to be missing now, even after running emacs-updater.  After loading a *.m file, the error is "no such file or directory: octave-mod.
Comment 1 Jan Hrabe 2015-01-02 18:04:43 UTC
It turns out the emacs file was renamed from octave-mod.el to octave.el, so one simply has to change

(autoload 'octave-mode "octave-mod" nil t)

to

(autoload 'octave-mode "octave" nil t)

in user's .emacs file