# HG changeset patch # User Stephen Eglen # Date 936645629 0 # Node ID df3d0e102b5aec5326938ac56819b5d70c4f8823 # Parent c6181e97cf1595c4d1f064e8568e0c38f84b0d91 add --no-line-editing to inferior-octave-startup-args so that TABs in source files are not interpreted as completion requests. diff -r c6181e97cf15 -r df3d0e102b5a lisp/progmodes/octave-inf.el --- a/lisp/progmodes/octave-inf.el Mon Sep 06 16:07:27 1999 +0000 +++ b/lisp/progmodes/octave-inf.el Mon Sep 06 19:20:29 1999 +0000 @@ -52,7 +52,7 @@ 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\")."