Octave is an interactive math language. I am following these instructions to run it under Emacs:
http://www.gnu.org/software/octave/doc/interpreter/Running-Octave-From-Within-Emacs.html -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jordi Gutiérrez Hermoso Sent: Monday, October 22, 2012 2:37 PM To: Ericson, Lars Cc: [email protected]; [email protected]; [email protected]; [email protected] Subject: Re: [h-e-w] Plot in Octave under Gnu Emacs on Windows XP doesn't work On 22 October 2012 14:27, <[email protected]> wrote: > If I want to fix "run-octave", it does not work to add the following to my > ~/.emacs file: > > (setq inferior-octave-startup-args '("--line-editing" "-i")) Why are you using run-octave? This script is for testing Octave in-place after you compiled it but before you install it, which is why it has its own set of compile options. You're working on your own compiled version of Octave? Then finish the installation procedure first. - Jordi G. H.
