From 48495f0fd6afc6aa45f87116552629df39268336 Mon Sep 17 00:00:00 2001 From: Stephen Eglen Date: Mon, 6 Sep 1999 19:20:29 +0000 Subject: [PATCH] add --no-line-editing to inferior-octave-startup-args so that TABs in source files are not interpreted as completion requests. --- lisp/progmodes/octave-inf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\")." -- 2.39.5