Ludovic Courtès (2016-03-21 12:38 +0300) wrote:
> Alex Kost skribis:
>
>> As you can see, "#F" is replaced with "nil". The problem is: we receive
>> a string with scheme expression from geiser, and it should be converted
>> into elisp expression. I don't see how to do it other than just to
>> r
Alex Kost skribis:
> As you can see, "#F" is replaced with "nil". The problem is: we receive
> a string with scheme expression from geiser, and it should be converted
> into elisp expression. I don't see how to do it other than just to
> replace scheme specific things (#t, #f, #) with elisp
> a