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

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

[Octave-bug-tracker] [bug #34444] <TAB> complete does not work after tra


From: Rik
Subject: [Octave-bug-tracker] [bug #34444] <TAB> complete does not work after transpose operator and math operator
Date: Fri, 30 Sep 2011 20:33:22 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

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

                 Summary: <TAB> complete does not work after transpose
operator and math operator
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Fri 30 Sep 2011 01:33:21 PM PDT
                Category: Interpreter
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This is somewhat obscure but there seems to be a branch in the parser for
which <TAB> complete is not recognized.  The test example uses "hann<TAB>"
which should auto-complete to hanning.  Other examples with directories such
as "/hom<TAB>" also exhibit the same problem.

Sample code


x' * hann<TAB>   # Nothing completes
hann<TAB>        # Completes to "hanning"
x' hann<TAB>     # Completes to "x' hanning' " which may be a 
                   clue that the parser thinks sommething with
                   strings is going on.






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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