poke-devel
[Top][All Lists]
Advanced

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

repl broken in poke


From: Jose E. Marchesi
Subject: repl broken in poke
Date: Thu, 05 Mar 2020 11:15:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi John.


    +  /* Due to readline's apparent inability to change the word break
    +     character in the middle of a line, we have to do some underhand
    +     skullduggery here.  Spaces are substituted with SPACE_SUBSTITUTE,
    +     and then substituted back again in various callback functions.  */

This broke poke:

(poke) 4 / 2
<stdin>:1:5: error: syntax error, unexpected INTEGER
4   2;
    ^

Note how '/' characters are transformed to whitespaces.
Can you please take a look ASAP?

Thanks!



reply via email to

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