Christine Lemmer-Webber <cweb...@dustycloud.org> writes: > Christine Lemmer-Webber <cweb...@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?