Thanks for the patch. I'll check this weekend: If I still have access I'll push
the change.
On Wed, Mar 23, 2016 at 11:21:40PM -0400, Christian Robert wrote:
> David,
>
> Do you still have access to the aplwrap GitHub login ?
>
> This evening I had tracked down why it sometime (aplwrap) abort
David,
Do you still have access to the aplwrap GitHub login ?
This evening I had tracked down why it sometime (aplwrap) abort/coredump on me.
this is a one line change into file src/txtbuf.c
since I made that change I can no longer make it abort on me.
int
handle_copy_down ()
{
GtkTextIt
Looks like “Bad number” is a different kind of error than other
syntax errors. If, say, lone ¯ is evaluated in ⎕EC¨ last then
it seems to abort the whole line ⎕EC¨ appears in.
I'm at r712.
⎕EC¨'1¯' ⍝ no result at all
⎕FX'f x' '⊣ ⎕EC¨x'
f
f'1¯' ⍝ unexpected output
1 0 0 1