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.bugs Subject: bug#32279: activate-readline interaction with git Date: Thu, 02 Aug 2018 13:38:43 -0400 Message-ID: <87r2jgvfbw.fsf@netris.org> References: <874lgmrxa6.fsf@fsfe.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1533231728 17321 195.159.176.226 (2 Aug 2018 17:42:08 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 2 Aug 2018 17:42:08 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cc: 32279@debbugs.gnu.org To: Jelle Licht Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Aug 02 19:42:03 2018 Return-path: Envelope-to: guile-bugs@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 1flHbu-0004PT-Ud for guile-bugs@m.gmane.org; Thu, 02 Aug 2018 19:42:03 +0200 Original-Received: from localhost ([::1]:47162 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1flHe1-0006ml-OE for guile-bugs@m.gmane.org; Thu, 02 Aug 2018 13:44:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1flHaz-0004UB-Gf for bug-guile@gnu.org; Thu, 02 Aug 2018 13:41:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1flHaw-0003ey-6r for bug-guile@gnu.org; Thu, 02 Aug 2018 13:41:05 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:34210) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1flHaw-0003e6-25 for bug-guile@gnu.org; Thu, 02 Aug 2018 13:41:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1flHav-0001xT-ME for bug-guile@gnu.org; Thu, 02 Aug 2018 13:41:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Thu, 02 Aug 2018 17:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32279 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Original-Received: via spool by 32279-submit@debbugs.gnu.org id=B32279.15332316167471 (code B ref 32279); Thu, 02 Aug 2018 17:41:01 +0000 Original-Received: (at 32279) by debbugs.gnu.org; 2 Aug 2018 17:40:16 +0000 Original-Received: from localhost ([127.0.0.1]:39228 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1flHaB-0001wR-RS for submit@debbugs.gnu.org; Thu, 02 Aug 2018 13:40:16 -0400 Original-Received: from world.peace.net ([64.112.178.59]:52730) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1flHaA-0001wB-5G for 32279@debbugs.gnu.org; Thu, 02 Aug 2018 13:40:14 -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 1flHa3-0000wF-GW; Thu, 02 Aug 2018 13:40:07 -0400 In-Reply-To: <874lgmrxa6.fsf@fsfe.org> (Jelle Licht's message of "Thu, 26 Jul 2018 14:34:09 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.org gmane.lisp.guile.bugs:9102 Archived-At: Hi Jelle, Jelle Licht writes: > Loading the (git) module after a call to (activate-readline) from > (ice-9 readline) stalls my repl, in most (9 out of 10) cases. The (git) module is not part of core Guile, and is not maintained by the Guile developers. Am I correct in guessing that it's part of the 'guile-git' project? If so, I suggest reporting the problem here: https://gitlab.com/guile-git/guile-git/issues I'd be glad to discuss the issue with the 'guile-git' developers, but I think the investigation will need to start with them, given that I have zero knowledge of 'guile-git' internals and wouldn't know where to begin looking for the source of this problem. Regards, Mark