bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Tab completion doesn't track )ERASE


From: David B. Lamkins
Subject: [Bug-apl] Tab completion doesn't track )ERASE
Date: Sun, 26 Jun 2016 22:05:26 -0700
User-agent: Mutt/1.6.1 (2016-04-27)

Tab completion doesn't know that a symbol has been removed.

In the following, <Tab> is the tab character.

      ⎕fx 'foo'
foo
      f<Tab>
      ⎕ex 'foo'
1
      ⎕nc 'foo'
0
      f<Tab>
VALUE ERROR
      foo
      ^



reply via email to

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