On 22 October 2012 14:27, <lars.eric...@wellsfargo.com> 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.