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

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

[Octave-bug-tracker] [bug #60640] syntax error when tab autocomplete of


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #60640] syntax error when tab autocomplete of @classname folder inserts single quote
Date: Wed, 19 May 2021 15:54:13 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?60640>

                 Summary: syntax error when tab autocomplete of @classname
folder inserts single quote
                 Project: GNU Octave
            Submitted by: nrjank
            Submitted on: Wed 19 May 2021 03:54:12 PM EDT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: Nicholas Jankowski
        Originator Email: 
             Open/Closed: Open
                 Release: 6.2.0
         Discussion Lock: Any
        Operating System: Any

    _______________________________________________________

Details:

Tab autocomplete for a class folder starting with @ results in a folder name
with a ' at the front, producing a syntax error. 


>> pwd
ans = c:\temp\test2

>> mkdir('@testclass')

>> cd @test<Press tab for autocomplete>

Produces:

>> cd '@testclass/
error: parse error:

  syntax error

> cd '@testclass/
                  ^
>> cd @testclass/

>> pwd
ans = c:\temp\test2\@testclass







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60640>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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