tab completion behaves oddly

John W. Eaton jwe at octave.org
Sat Feb 7 07:24:17 CST 2009


On  7-Feb-2009, Søren Hauberg wrote:

| In a recent checkout I'm having some troubles with tab completion. Some
| functions appear, while others don't. Try the following
| 
|   ind<TAB><TAB>
| 
| I would expect to at least see the 'index' function listed, but nothing
| is listed. It should be noted that I can actually call the function, so
| it is in the path.

I can't reproduce this problem with the current sources.  I see

  octave:1> ind<TAB><TAB>
  ind2gray  ind2rgb   ind2sub   index     

Then typing e and one more TAB and it completes to "index ".

jwe



More information about the Bug-octave mailing list