From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: Re: guile-hall error on probably every command Date: Wed, 17 Jun 2020 08:47:44 +0200 Message-ID: <7f2c085a-6f8b-f53e-8503-f9e5f6bf8993@posteo.de> References: <99d059b1-925c-5cb6-8be6-708e172b8005@posteo.de> <87bllo2fcm.fsf@gnu.org> <47903f42-7c4f-5e17-fcfd-0bc5f3dcf3f4@posteo.de> <87o8pltnbq.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="125164"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Icedove/68.8.0 Cc: guile-user@gnu.org To: =?UTF-8?Q?Ludovic_Court=c3=a8s?= Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Wed Jun 17 08:48:07 2020 Return-path: Envelope-to: guile-user@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 1jlRrj-000WRS-7M for guile-user@m.gmane-mx.org; Wed, 17 Jun 2020 08:48:07 +0200 Original-Received: from localhost ([::1]:38156 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jlRri-0005h1-2a for guile-user@m.gmane-mx.org; Wed, 17 Jun 2020 02:48:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:32954) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlRrU-0005g4-Fb for guile-user@gnu.org; Wed, 17 Jun 2020 02:47:52 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:38129) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlRrR-0004q5-KR for guile-user@gnu.org; Wed, 17 Jun 2020 02:47:52 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 902522400FF for ; Wed, 17 Jun 2020 08:47:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1592376465; bh=qNmMXsY4rfVUEUp55YgsKofkoQEZ9R9AudIM9YVGgjI=; h=Subject:To:Cc:From:Date:From; b=iCPcG4wOwniTog7vQc09IVntAeyFADnmJhShZEXYCdDA0VbYY+DknuDQKsfHx5E1F OVAResn1+5NCpuOkM8kI3EScD0dEhNm7PaDm4KTL9Bt2/mOPDBHwbQYko96aYRw36S NAJeJx0rfX2E2J867/v/AHKqoJ3mDPe1lRNbyPQTOEDmIcoKofhHydIxqPRl54XwTo DGSYiNpQlZPV6NLHGQjNLO16i1lni9tO7u/KnHqWTjeIgGZD7f1g8qDcgIqDZsnevu mL/mUjzoDm7CMP2Zn9hxFfboIQHRkbuWEz1Y4fcf1Rdu38veLVvcrjwN0Qml5WNEhq FkrMw1Hwg0u1g== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49mwcJ6yxCz9rxQ; Wed, 17 Jun 2020 08:47:44 +0200 (CEST) In-Reply-To: <87o8pltnbq.fsf@gnu.org> Content-Language: en-US Received-SPF: pass client-ip=185.67.36.66; envelope-from=zelphirkaltstahl@posteo.de; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/17 02:47:45 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:16592 Archived-At: Thanks, I will look out for it! On 14.06.20 22:16, Ludovic Courtès wrote: > Hi, > > Zelphir Kaltstahl skribis: > >> That would be "MATE Terminal 1.12.1". > Thanks, hopefully it was fixed in the meantime: > > https://issues.guix.gnu.org/41811 > > Ludo’.