Re: [PATCH] emacs: Fix converting scheme into elisp expression.

2016-03-23 Thread Alex Kost
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

Re: [PATCH] emacs: Fix converting scheme into elisp expression.

2016-03-21 Thread Ludovic Courtès
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