From mboxrd@z Thu Jan 1 00:00:00 1970 From: sirgazil Subject: Re: Geiser and Guile listening to a socket: No prompt found! Date: Tue, 14 May 2019 10:06:13 -0500 Message-ID: <16ab6e133a8.d23a924925720.8014349412558140881@zoho.com> References: <16ab38ce4c4.e5c47f7c15516.3869840363313110290@zoho.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:48903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQZ0o-0001q7-1t for help-guix@gnu.org; Tue, 14 May 2019 11:06:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQZ0m-00046N-U8 for help-guix@gnu.org; Tue, 14 May 2019 11:06:38 -0400 Received: from sender4-pp-o95.zoho.com ([136.143.188.95]:25528) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hQZ0l-0003wj-1V for help-guix@gnu.org; Tue, 14 May 2019 11:06:36 -0400 In-Reply-To: <16ab38ce4c4.e5c47f7c15516.3869840363313110290@zoho.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: sirgazil Cc: Guix Help Please ignore this message. It was not delivered on time. I already got hel= p on #guix, and reported the issue as a bug (https://debbugs.gnu.org/cgi/bu= greport.cgi?bug=3D35727). ---- On Mon, 13 May 2019 18:35:16 -0500 sirgazil wrote = ---- > Hello,=20 > =20 > I'm getting a prompt error when I try to connect Geiser to Guile like th= is:=20 > =20 > 1. In a terminal, run "$ guile --listen=3D/tmp/guile-socket"=20 > 2. In Emacs, "M-x geiser-connect-local", then "guile", and finally "/tmp= /guile-socket"=20 > =20 > When the Guile REPL start in Emacs, I get a "No prompt found!" in the ec= ho area, and the prompt in the REPL looks like this:=20 > =20 > https://multimedialib.files.wordpress.com/2019/05/emacs-geiser-guile-rep= l-no-prompt-found-2019-05-13.png=20 > =20 > And then, the Guile REPL running in the terminal says:=20 > =20 > ##########=20 > > Backtrace:=20 > In ice-9/boot-9.scm:=20 > 829:9 7 (catch #t # # _)=20 > In system/repl/server.scm:=20 > 149:4 6 (serve-client # _)=20 > In unknown file:=20 > 5 (with-continuation-barrier #)=20 > 4 (apply-smob/1 #)=20 > In system/repl/server.scm:=20 > 156:11 3 (_)=20 > In system/repl/repl.scm:=20 > 142:4 2 (start-repl* _ _ _)=20 > 182:13 1 (run-repl* #< language: #< name: scheme title= : Scheme reader: # printer: #=E2=80=A6> =E2=80= =A6)=20 > In unknown file:=20 > 0 (newline #)=20 > =20 > ERROR: In procedure newline:=20 > In procedure fport_write: Tuber=C3=ADa rota=20 > Backtrace:=20 > In ice-9/boot-9.scm:=20 > 829:9 1 (catch #t # # _)=20 > In system/repl/server.scm:=20 > 149:4 0 (serve-client # _)=20 > =20 > system/repl/server.scm:149:4: In procedure serve-client:=20 > In procedure fport_write: Tuber=C3=ADa rota=20 > In thread:=20 > Wrong type to apply: #f=20 > ##########=20 > =20 > I'm using this system:=20 > =20 > $ LANG=3DC guix describe=20 > Generation 1 May 06 2019 11:29:00 (current)=20 > guix d6a68e9=20 > repository URL: https://git.savannah.gnu.org/git/guix.git=20 > branch: master=20 > commit: d6a68e90483b35bdc2ea78afe2c81873be67ec95=20 > =20 > =20 > Anyone experiencing the same behavior?=20 > =20 > =20 > Thanks,=20 > =20 > =20 > ---=20 > https://sirgazil.bitbucket.io/=20 > =20 > =20 > =20 > =20 > =20 >