Re: [Bug-apl] aplwrap: another problem with quad-quote

2014-10-02 Thread David Lamkins
;> -- Original message-- >> >> *From: *David Lamkins >> >> *Date: *Mon, 2014/09/22 09:41 >> >> *To: *bug-apl@gnu.org; >> >> *Cc: *Blake McBride;Chris Moller; >> >> *Subject:*Re: [Bug-apl] aplwrap: another problem with quad-qu

Re: [Bug-apl] aplwrap: another problem with quad-quote

2014-10-02 Thread Blake McBride
@gnu.org; > > *Cc: *Blake McBride;Chris Moller; > > *Subject:*Re: [Bug-apl] aplwrap: another problem with quad-quote > > > I see it. Thanks. I'll look into this tonight. > > > >> GNU APL (without aplwrap): >> >> x←⍞,0⍴⍞←0⍴' ' >>

Re: [Bug-apl] aplwrap: another problem with quad-quote

2014-09-26 Thread Blake McBride
Cc: *Blake McBride;Chris Moller; > > *Subject:*Re: [Bug-apl] aplwrap: another problem with quad-quote > > > I see it. Thanks. I'll look into this tonight. > > > >> GNU APL (without aplwrap): >> >> x←⍞,0⍴⍞←0⍴' ' >> abc >>

Re: [Bug-apl] aplwrap: another problem with quad-quote

2014-09-22 Thread dlamk...@gmail.com
Fixed. I forwarded the patch to Chris.  -- Original message-- From: David LamkinsDate: Mon, 2014/09/22 09:41To: bug-apl@gnu.org;Cc: Blake McBride;Chris Moller;Subject:Re: [Bug-apl] aplwrap: another problem with quad-quote I see it. Thanks. I'll look into this tonight.GNU APL (without aplwra

Re: [Bug-apl] aplwrap: another problem with quad-quote

2014-09-22 Thread David Lamkins
I see it. Thanks. I'll look into this tonight. > GNU APL (without aplwrap): > > x←⍞,0⍴⍞←0⍴' ' > abc > x > abc > ⍴x > 3 > > > APL WRAP: > > x←⍞,0⍴⍞←0⍴' ' > abc > [APLWRAP does something really strange here like repeating a prior line???] > ⍴x > 0 > > Something really