From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.user Subject: Re: Trouble trying to use some modules from the docs (Matt Wette) Date: Tue, 05 Jun 2018 15:36:41 -0400 Message-ID: <87wovd2fg6.fsf@netris.org> References: <166833aa-51f8-d00e-62e2-b5d7282354cc@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1528227381 32755 195.159.176.226 (5 Jun 2018 19:36:21 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 5 Jun 2018 19:36:21 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cc: guile-user@gnu.org To: Zelphir Kaltstahl Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jun 05 21:36:17 2018 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fQHke-0008Nz-RK for guile-user@m.gmane.org; Tue, 05 Jun 2018 21:36:16 +0200 Original-Received: from localhost ([::1]:48755 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQHmk-0006js-2u for guile-user@m.gmane.org; Tue, 05 Jun 2018 15:38:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQHmM-0006ih-DO for guile-user@gnu.org; Tue, 05 Jun 2018 15:38:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQHmJ-0003kl-Ec for guile-user@gnu.org; Tue, 05 Jun 2018 15:38:02 -0400 Original-Received: from world.peace.net ([64.112.178.59]:37116) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fQHmJ-0003kL-AT for guile-user@gnu.org; Tue, 05 Jun 2018 15:37:59 -0400 Original-Received: from mhw by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1fQHmI-0005Ym-Cj; Tue, 05 Jun 2018 15:37:58 -0400 In-Reply-To: <166833aa-51f8-d00e-62e2-b5d7282354cc@gmail.com> (Zelphir Kaltstahl's message of "Mon, 4 Jun 2018 18:35:04 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.112.178.59 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:14605 Archived-At: Hi, Zelphir Kaltstahl writes: > Something must be up with either the Guile REPL or the Guile REPL inside > Emacs' M-x shell. I tried to run socket in it and it could not find > that. I also ran other code before that, so maybe the issue was, that > that somehow prevented the REPL from finding the bindings. However, now > that I tried what you wrote in a completely new REPL in a XFCE terminal, > it works flawlessly. And such a thing has happened to me before with > another module inside Emacs M-x shell mode. Can you please post a transcript demonstrating the problem that you're seeing while trying to run 'socket' in Emacs shell mode, starting from the beginning of the REPL session? In general, it's much more useful to show us the precise commands you typed, and the precise error message, than to write "I tried to run socket in it and it could not find that". I'd like to understand what's going on here. I use the Guile REPL from within Emacs all the time, and it's far more convenient to use from within Emacs than within a bare terminal. It would be good to get to the bottom of this. Regards, Mark