From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jelle Licht Newsgroups: gmane.lisp.guile.bugs Subject: bug#32279: activate-readline interaction with git Date: Thu, 02 Feb 2023 15:19:44 +0100 Message-ID: <874js45ev3.fsf@fsfe.org> References: <874lgmrxa6.fsf@fsfe.org> <87r2jgvfbw.fsf@netris.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="10444"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 32279-done@debbugs.gnu.org To: Mark H Weaver Original-X-From: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Thu Feb 02 15:20:49 2023 Return-path: Envelope-to: guile-bugs@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 1pNaSF-0002Vc-Rx for guile-bugs@m.gmane-mx.org; Thu, 02 Feb 2023 15:20:47 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pNaRh-0000qS-8e; Thu, 02 Feb 2023 09:20:13 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pNaRX-0000o4-Pb for bug-guile@gnu.org; Thu, 02 Feb 2023 09:20:04 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pNaRW-0001Ih-Dm for bug-guile@gnu.org; Thu, 02 Feb 2023 09:20:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pNaRV-0003ZP-RT for bug-guile@gnu.org; Thu, 02 Feb 2023 09:20:01 -0500 In-Reply-To: <874lgmrxa6.fsf@fsfe.org> Resent-From: Jelle Licht Original-Sender: "Debbugs-submit" Resent-To: bug-guile@gnu.org Resent-Date: Thu, 02 Feb 2023 14:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 32279 X-GNU-PR-Package: guile Mail-Followup-To: 32279@debbugs.gnu.org, jlicht@fsfe.org, jlicht@fsfe.org Original-Received: via spool by 32279-done@debbugs.gnu.org id=D32279.167534759013695 (code D ref 32279); Thu, 02 Feb 2023 14:20:01 +0000 Original-Received: (at 32279-done) by debbugs.gnu.org; 2 Feb 2023 14:19:50 +0000 Original-Received: from localhost ([127.0.0.1]:32953 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pNaRK-0003Yo-GN for submit@debbugs.gnu.org; Thu, 02 Feb 2023 09:19:50 -0500 Original-Received: from mail1.fsfe.org ([217.69.89.151]:33820) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pNaRH-0003Ye-NG for 32279-done@debbugs.gnu.org; Thu, 02 Feb 2023 09:19:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1675347585; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=owJO5+p3v+BhjJ0C1+rea8Pnj+tG9iE5BX71hV7aDf4=; b=GF1K7b816RcUJQhxJcdgUAh1SE+KiDp/+UbISXoPhjhLCvxfmCeiwVDTSI7fjBVUdb1Y7q BkRtjIOUFlQUScYBpYunJhJlV4Lxljm6lfEt3VxOK4OHjdWkV80h+T0pdQd4bAKwg6cx0w 4bX0ayvKajdxsZKx0miODh+P7kcuiT4= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.bugs:10544 Archived-At: Hi Mark et all, I can no longer reproduce this issue, so I'll close the issue. - Jelle Mark H Weaver writes: > 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