bug-apl
[Top][All Lists]
Advanced

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

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


From: Juergen Sauermann
Subject: Re: [Bug-apl] Tab completion doesn't track )ERASE
Date: Mon, 27 Jun 2016 13:58:07 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi David,

⎕EX only deletes the current-referent of a name (= the name at the
top of the )SI stack) but not its global-referent.

If you use )ERASE instead of ⎕EX then tab-completion will recognize this.

/// Jürgen


On 06/27/2016 07:05 AM, David B. Lamkins wrote:
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]