From: Stephen Eglen Date: Mon, 6 Sep 1999 19:20:29 +0000 (+0000) Subject: add --no-line-editing to inferior-octave-startup-args so that TABs in source X-Git-Tag: emacs-pretest-21.0.90~6874 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48495f0fd6afc6aa45f87116552629df39268336;p=emacs.git add --no-line-editing to inferior-octave-startup-args so that TABs in source files are not interpreted as completion requests. --- diff --git a/lisp/progmodes/octave-inf.el b/lisp/progmodes/octave-inf.el index 3c8f0e81e91..6f235c0f02f 100644 --- a/lisp/progmodes/octave-inf.el +++ b/lisp/progmodes/octave-inf.el @@ -52,7 +52,7 @@ startup." file) :group 'octave-inferior) -(defcustom inferior-octave-startup-args '("-i") +(defcustom inferior-octave-startup-args '("-i" "--no-line-editing") "*List of command line arguments for the inferior Octave process. For example, for suppressing the startup message and using `traditional' mode, set this to (\"-q\" \"--traditional\")."