guile-devel
[Top][All Lists]
Advanced

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

Re: Guile 3 and wip-elisp/Emacs


From: Christine Lemmer-Webber
Subject: Re: Guile 3 and wip-elisp/Emacs
Date: Fri, 22 Oct 2021 12:17:06 -0400
User-agent: mu4e 1.6.6; emacs 27.2

Christine Lemmer-Webber <cwebber@dustycloud.org> writes:

> Christine Lemmer-Webber <cwebber@dustycloud.org> writes:
>
>> Well, *something* isn't ready to go:
>>
>> scheme@(guile-user)> (+ 1 2)
>> $3 = 3
>> scheme@(guile-user)> ,L elisp
>> Happy hacking with Emacs Lisp!  To switch back, type `,L scheme'.
>> elisp@(guile-user)> (+ 1 2)
>> $4 = 3
>> elisp@(guile-user)> (cons 'foo '())
>> $25 = (foo)
>> elisp@(guile-user) [10]> 
>>
>> Hoo, 10 levels deep!
>
> I missed earlier in the thread that Gregg said that we should use
> --disable-jit.  Once I did that it was fine.  So ignore this bit!
>
>  - Christine

It wasn't this either!  It turns out it's that ,L elisp and geiser don't
seem to get along (yet).  The same thing happens with me in Guile's
stable release.

Also notably, --disable-jit doesn't seem to have been the culprit for me
then; I got it to compile fine without it, I think?



reply via email to

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