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: Leo Liu
Subject: Re: Need help about octave integration on emacs 24.3
Date: Tue, 25 Nov 2014 23:26:09 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (CentOS Linux 7 (Core))

On 2014-11-25 09:12 -0500, Stefan Monnier wrote:
> 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.

Indeed. In other words put (require 'octave) in your init file.

Leo




reply via email to

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