From mboxrd@z Thu Jan 1 00:00:00 1970 From: sirgazil Subject: Geiser and Guile listening to a socket: No prompt found! Date: Mon, 13 May 2019 18:35:16 -0500 Message-ID: <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]:34351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQPrv-0004b7-4J for help-guix@gnu.org; Tue, 14 May 2019 01:20:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQPrr-0001b6-Ip for help-guix@gnu.org; Tue, 14 May 2019 01:20:49 -0400 Received: from sender-pp-092.zoho.com ([135.84.80.237]:25408) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hQKif-0002WC-0c for help-guix@gnu.org; Mon, 13 May 2019 19:50:57 -0400 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: Guix Help Hello, I'm getting a prompt error when I try to connect Geiser to Guile like this: 1. In a terminal, run "$ guile --listen=3D/tmp/guile-socket" 2. In Emacs, "M-x geiser-connect-local", then "guile", and finally "/tmp/gu= ile-socket" When the Guile REPL start in Emacs, I get a "No prompt found!" in the echo = area, and the prompt in the REPL looks like this: https://multimedialib.files.wordpress.com/2019/05/emacs-geiser-guile-repl-n= o-prompt-found-2019-05-13.png And then, the Guile REPL running in the terminal says: ########## > Backtrace: In ice-9/boot-9.scm: 829:9 7 (catch #t # # _) In system/repl/server.scm: 149:4 6 (serve-client # _) In unknown file: 5 (with-continuation-barrier #) 4 (apply-smob/1 #) In system/repl/server.scm: 156:11 3 (_) In system/repl/repl.scm: 142:4 2 (start-repl* _ _ _) 182:13 1 (run-repl* #< language: #< name: scheme title:= Scheme reader: # printer: #=E2=80=A6> =E2=80= =A6) In unknown file: 0 (newline #) ERROR: In procedure newline: In procedure fport_write: Tuber=C3=ADa rota Backtrace: In ice-9/boot-9.scm: 829:9 1 (catch #t # # _) In system/repl/server.scm: 149:4 0 (serve-client # _) system/repl/server.scm:149:4: In procedure serve-client: In procedure fport_write: Tuber=C3=ADa rota In thread: Wrong type to apply: #f ########## I'm using this system: $ LANG=3DC guix describe Generation 1=09May 06 2019 11:29:00=09(current) guix d6a68e9 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: d6a68e90483b35bdc2ea78afe2c81873be67ec95 Anyone experiencing the same behavior? Thanks, --- https://sirgazil.bitbucket.io/