help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need help about octave integration on emacs 24.3


From: Stefan Monnier
Subject: Re: Need help about octave integration on emacs 24.3
Date: Tue, 25 Nov 2014 09:12:39 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> I think the file name is built in in emacs, and I have tried start emacs
> with -q. The same result.

It is: there's an autoload of the `octave-mode' function which fetches
the function from `octave-mod'.  So you either have to overwrite it with
your own autoload, or you can simply (load "octave") which will
overwrite the autoload with the actual function.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]