From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 8Ev1D0JwRWNyJAAAbAwnHQ (envelope-from ) for ; Tue, 11 Oct 2022 15:31:46 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id mA/CDkJwRWNRAAEAG6o9tA (envelope-from ) for ; Tue, 11 Oct 2022 15:31:46 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 8E84B9DC0 for ; Tue, 11 Oct 2022 15:31:45 +0200 (CEST) Received: from localhost ([::1]:45730 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oiFMG-0008EV-GE for larch@yhetil.org; Tue, 11 Oct 2022 09:31:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52640) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiDiw-0003Vd-Q8 for bug-guix@gnu.org; Tue, 11 Oct 2022 07:47:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52189) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oiDiw-0007HE-GM for bug-guix@gnu.org; Tue, 11 Oct 2022 07:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oiDiw-00007h-6d for bug-guix@gnu.org; Tue, 11 Oct 2022 07:47:02 -0400 Subject: bug#58399: [BUG] guix-emacs error - Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Tue, 11 Oct 2022 11:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 58399 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: florhizome Cc: 58399-done@debbugs.gnu.org Mail-Followup-To: 58399@debbugs.gnu.org, ludo@gnu.org, florhizome@posteo.net Received: via spool by 58399-done@debbugs.gnu.org id=D58399.1665488787424 (code D ref 58399); Tue, 11 Oct 2022 11:47:01 +0000 Received: (at 58399-done) by debbugs.gnu.org; 11 Oct 2022 11:46:27 +0000 Received: from localhost ([127.0.0.1]:51266 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiDiN-00006l-Gl for submit@debbugs.gnu.org; Tue, 11 Oct 2022 07:46:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45248) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiDiI-00006R-L9 for 58399-done@debbugs.gnu.org; Tue, 11 Oct 2022 07:46:26 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39288) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiDi7-00070H-Cm; Tue, 11 Oct 2022 07:46:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=XhjVb5G4xNiqyjUtBgyxNXAEljBFu6RSbVbioaRldGw=; b=SqjrQVrQJdxitMqgDyCl B1bilViOgrBlBcGQVp1C+q/LDIMqW4YJC1hjKUqpJhZ2idy74p0A5eLZRZWjVqhFFZRVGDKircoIO Dmn7rY67CsPNxfR03v+d9NLBKL5W1odVKpNn4iDbu95O8gDyE414mIEvttrcxASlQIKCJdfCQx2VY zZRETUd57bVtYvnrRWEUCMb1YoC4NknaBD6mYgo61CVaNXFo/J80aVFpcyCrB9XykaY1Y+ZFpJTJV IwfjO/fB3zpCpw9FSR2N6glJnKhpKN2jQERrKE5RcQBmB+iOHrna8Ey+AAknKYH6K4Q6cEOM7xfsv U4olFXvCcwnRtg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=36304 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiDi5-0001YT-Kx; Tue, 11 Oct 2022 07:46:10 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87zge5rm3f.fsf@posteo.net> Date: Tue, 11 Oct 2022 13:46:06 +0200 In-Reply-To: <87zge5rm3f.fsf@posteo.net> (florhizome@posteo.net's message of "Sun, 09 Oct 2022 16:35:48 +0000") Message-ID: <87h70ay45d.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1665495106; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=XhjVb5G4xNiqyjUtBgyxNXAEljBFu6RSbVbioaRldGw=; b=DGVxGomUR5vMPnU9h5G/vTCUnoZFmPeNizbXQNLL0pou/pMQDVM9gndkIMEUi77wd/j+I/ 7RdKYg9cLtgxdMvPPBD0O/FueJv5zdjtM2rqvdOSYtb6vq79X6MCIpDLbXeSWqzruHt2i/ fd+ODTMKUHkB7kivQJLznpWHZkJMYgsl9SnZSeJOiUrTjUHyjfwUZwsHSdgKGSCLqldOiV ZobNY7xfDGdPPl4BAZW/+TN/pEEajTInnllX4ov67gqZ7ZTvbuDVjOpqniM3os0RNp0ZSe sBa2J460BMjg6tV7RU94PcVCakCpOYIKZgiv/Ju8pGHz7ZI3PAOGqIrOEwwqJQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665495106; a=rsa-sha256; cv=none; b=oaDDxD7+cy/7NmnwtvIYcvpiUbrq+DIY99vERf1e3pkwTya42WalRWGNeq0I1zmwJzNWvd SZN3NgC+yNQcZyleZNT+0xe+idqWjujBNfgMgrBRl058YW4sfXZWE894gjZEHqwyW0vVoF PAlo++TwnQJsa9MYppYoGt1HJWMMCecR2Hta+j7nEUT+RaE1AKvIg8A7PxWzB4Ryk8L284 s+WYl9rVfvPKos1wUDin+iQuRvgKtPS9+4o5QEwaN2V5Z6DfA0IA3yuMxfuUBVNJ3wkx6R /P6srEytAV+nS2nQLtRgzgycky+Q14j0qSalB6Yv1wUYUyX+B+Xt0xEmLlgZmA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=SqjrQVrQ; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.90 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=SqjrQVrQ; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 8E84B9DC0 X-Spam-Score: -2.90 X-Migadu-Scanner: scn0.migadu.com X-TUID: PqLr7OkyOiHl Hi, florhizome skribis: > when trying to use guix' emacs UI recently, the minibuffer command > interface won't work. The issue and a possible fix (a one-line patch) > has already been described here: > https://gitlab.com/emacs-guix/emacs-guix/-/issues/30 > It comes from the newer geiser not containing a file for company support > anymore. Since the afroementioned gitlab-repo doesn't have commits since > a year, I think it's sensible to go ahead and patch it by ourselves > instead of waiting for a fix. But personally I am not very experienced > in doing such a thing. This is fixed in the (new) upstream repository: https://git.savannah.gnu.org/cgit/guix/emacs-guix.git/commit/?id=3D6f5c2c= 3a0161a4eb99585211e2934c5f7010f249 I guess we should update the =E2=80=98emacs-guix=E2=80=99 package in Guix t= o refer to that commit. Thanks, Ludo=E2=80=99.