octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

octave, emacs, readline


From: Muhali
Subject: octave, emacs, readline
Date: Thu, 2 Feb 2012 20:22:31 -0800 (PST)

A while ago the --no-line-editing option was added to the inferior octave
mode of emacs, to avoid tab completion, see here:

https://mailman.cae.wisc.edu/pipermail/bug-octave/1999-September/002216.html

Without readline octave seems to have problems e.g. with plotting using
OpenGL, or with getting terminal size. It would be much easier to simply
disable word completion in an extra readline init file, e.g.
-------
# .inputrc_octave
set disable-completion on
-------
and call this in .octaverc
-------
# .octaverc
...
read_readline_init_file("~/.inputrc_octave") ;
-------

I am sure one can do this even simpler, but it works at least.

M.


--
View this message in context: 
http://octave.1599824.n4.nabble.com/octave-emacs-readline-tp4353634p4353634.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]