mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
add --no-line-editing to inferior-octave-startup-args so that TABs in source
files are not interpreted as completion requests.
This commit is contained in:
parent
6340679d44
commit
48495f0fd6
@ -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\")."
|
||||
|
Loading…
Reference in New Issue
Block a user