[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [h-e-w] Plot in Octave under Gnu Emacs on Windows XP doesn't work
From: |
Lars.Ericson |
Subject: |
RE: [h-e-w] Plot in Octave under Gnu Emacs on Windows XP doesn't work |
Date: |
Mon, 22 Oct 2012 14:39:33 -0400 |
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: address@hidden [mailto:address@hidden On Behalf Of Jordi Gutiérrez Hermoso
Sent: Monday, October 22, 2012 2:37 PM
To: Ericson, Lars
Cc: address@hidden; address@hidden; address@hidden; address@hidden
Subject: Re: [h-e-w] Plot in Octave under Gnu Emacs on Windows XP doesn't work
On 22 October 2012 14:27, <address@hidden> 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.