From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Christine Lemmer-Webber Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile 3 and wip-elisp/Emacs Date: Fri, 22 Oct 2021 12:17:06 -0400 Message-ID: <8735ot58za.fsf@dustycloud.org> References: <87mtogpwvi.fsf@elephly.net> <47-61683200-11-6332ae00@255428996> <875ytx5wvg.fsf@dustycloud.org> <875yts7jcp.fsf@dustycloud.org> <87tuhc642o.fsf@gnu.org> <874k9c5ulu.fsf@dustycloud.org> <87pmrz4q5x.fsf@dustycloud.org> <87cznx5940.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33198"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.6.6; emacs 27.2 Cc: Andy Wingo , Ludovic =?utf-8?Q?Court=C3=A8s?= , Gregg Sangster , guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Fri Oct 22 18:19:23 2021 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mdxGN-0008OM-6F for guile-devel@m.gmane-mx.org; Fri, 22 Oct 2021 18:19:23 +0200 Original-Received: from localhost ([::1]:46908 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdxGL-0000LA-5M for guile-devel@m.gmane-mx.org; Fri, 22 Oct 2021 12:19:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40474) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdxFO-0000Go-GG for guile-devel@gnu.org; Fri, 22 Oct 2021 12:18:22 -0400 Original-Received: from dustycloud.org ([50.116.34.160]:38588) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdxFL-0006Ag-Ml; Fri, 22 Oct 2021 12:18:22 -0400 Original-Received: from twig (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id 5C5A326600; Fri, 22 Oct 2021 12:18:18 -0400 (EDT) In-reply-to: <87cznx5940.fsf@dustycloud.org> Received-SPF: pass client-ip=50.116.34.160; envelope-from=cwebber@dustycloud.org; helo=dustycloud.org X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) BAYES_00=-1.9, MISSING_HEADERS=1.021, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:20930 Archived-At: Christine Lemmer-Webber writes: > Christine Lemmer-Webber 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?