tab completion behaves oddly
John W. Eaton
jwe at octave.org
Sat Feb 7 07:42:38 CST 2009
On 7-Feb-2009, Søren Hauberg wrote:
| Ok, I'll try to investigate. Where is the code that handles tab
| completion located?
The readline library plus the callback functions it uses and that are
defined in src/input.cc:
generate_possible_completions
generate_completion
quoting_filename
Also look at initialize_command_input to see what readling options are
set (the command_editor class wraps a C++ interface around readline).
jwe
More information about the Bug-octave
mailing list