octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #34624] Tab completion of multiple directory l


From: anonymous
Subject: [Octave-bug-tracker] [bug #34624] Tab completion of multiple directory levels is broken.
Date: Sun, 23 Oct 2011 00:31:40 +0000
User-agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.9.168 Version/11.50

URL:
  <http://savannah.gnu.org/bugs/?34624>

                 Summary: Tab completion of multiple directory levels is
broken.
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 23 Oct 2011 12:31:39 AM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Brooks Moses
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.2
        Operating System: Other

    _______________________________________________________

Details:

(Note: Operating system is Cygwin; this is the standard Cygwin distribution of
Octave.)

Steps to reproduce:

  Create a directory tree: $pwd/foo/bar/.

  At the Octave command line in $pwd, type "cd f".

  Press tab; note that this completes to "cd foo/".

  Press tab again.

Expected result:

  Completion of the command line to "cd foo/bar/"

Actual result:

  Completion to "cd foo/foo/".  (Or, more generally, suggestion
  of "foo" and other items in $pwd.)

This can be repeated ad infinitum, tab-completing to "cd foo/foo/foo/foo/foo"
and so forth.


In addition, tab completion for "cd" is providing all items in the current
directory, not just subdirectories.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34624>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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