From help-octave-request at bevo dot che dot wisc dot edu Thu Jan 30 18:35:40 2003 Subject: 'cd' and tab completion From: "John W. Eaton" To: ljacques at fyma dot ucl dot ac dot be Cc: help-octave at bevo dot che dot wisc dot edu Date: Thu, 30 Jan 2003 18:35:30 -0600 On 30-Jan-2003, Laurent Jacques wrote: | I used to push on tab for directory completion inside octave when I change of | current directory with 'cd'. | | Is-it normal that this completion doesn't work for more than one level of | subdirectory (like in bash) ? | Is-it normal also that it doesn't recognize the keyword '..' to go up of the | current dir ? Same for '~' ? | | I'm agree with you that this is a tiny problem for octavers, but it's a very | useful feature to travel through the directory tree specially when we have a | lot of data and scripts which are classified at various places. What version of Octave are you using? I think filename completion was broken for a long time in the development sources, but with 2.1.43, I think it is somewhat functional. There are still some problems, because Octave uses things like ./ and / as operators, so if we also want variable and function name completion to work, it is harder to know when to treat these as word separators. jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------