bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Quad-quote doesn't echo on dumped files


From: Juergen Sauermann
Subject: Re: [Bug-apl] Quad-quote doesn't echo on dumped files
Date: Wed, 21 Oct 2015 16:10:46 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Blake,

I see. SVN 686.

/// Jürgen


On 10/21/2015 01:42 PM, Blake McBride wrote:
Juergen,

Yes, your example works on my machine too.  But my example still does not work.  One of the differences is that it is not echoing what _I_ am typing.

Thanks.

Blake


On Wed, Oct 21, 2015 at 5:41 AM, Juergen Sauermann <address@hidden> wrote:
Hi Blake,

interesting. It works on my machine:

      )WSID XXX
WAS CLEAR WS
      ⎕LX←'⍞←''Hello ⎕LX'''
      ⎕LX
⍞←'Hello ⎕LX'

      )SAVE XXX

2015-10-21  12:38:21 (GMT+2)

      )DUMP XXX

2015-10-21 12:38:27 (GMT+2)
           
      )LOAD XXX.apl
DUMPED 2015-10-21 12:38:27 (GMT+2)
Hello ⎕LX

      )LOAD XXX.xml

SAVED 2015-10-21 12:38:21 (GMT+2)
Hello ⎕LX

/// Jürgen


On 10/21/2015 02:07 AM, Blake McBride wrote:
The date is good now, but the dumped file still does not echo.

Thanks.

Blake


On Tue, Oct 20, 2015 at 6:08 AM, Juergen Sauermann <address@hidden> wrote:
Hi,

thanks, fixed in SVN 685.

Elias, this fix has caused a small change in emacs_mode. Please sync back.

/// Jürgen


On 10/19/2015 02:55 AM, Blake McBride wrote:
If I dump a file with quad-LX set, quad-quote doesn't echo.  It does if I save the file instead of dump though.   e.g.:


      )CLEAR
CLEAR WS
      ∇start;x
[1] x←⍞
[2] ∇
      ⎕LX←'start'
      )SAVE s1
2015-10-18  19:50:23 (GMT-5)
      )DUMP d1
2015-10-18 19:50:31 (GMT-5)
      )LOAD s1
SAVED 2015-10-18 19:50:23 (GMT-5)
aaaaa
      )LOAD d1
DUMPED 2015-10-19 00:50:45 (GMT-5)
      

s1 echoed the 'aaaaa' that I typed.  d1 did not!  (Having dump files support ⎕LX is a very good thing IMO.)

Thanks.

Blake McBride







reply via email to

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