poke-devel
[Top][All Lists]
Advanced

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

Re: repl broken in poke


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

    
        +  /* 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 for fixing this.





reply via email to

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