From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 01 08:39:20 2022 Received: (at submit) by debbugs.gnu.org; 1 Oct 2022 12:39:20 +0000 Received: from localhost ([127.0.0.1]:43873 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oebm4-0005lB-7z for submit@debbugs.gnu.org; Sat, 01 Oct 2022 08:39:20 -0400 Received: from lists.gnu.org ([209.51.188.17]:59124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oebm2-0005l2-NW for submit@debbugs.gnu.org; Sat, 01 Oct 2022 08:39:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43592) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oebm2-0005nT-Hv for guix-patches@gnu.org; Sat, 01 Oct 2022 08:39:18 -0400 Received: from knopi.disroot.org ([178.21.23.139]:39348) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oebm0-0006Yt-Fm for guix-patches@gnu.org; Sat, 01 Oct 2022 08:39:18 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 962944C284 for ; Sat, 1 Oct 2022 14:39:12 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DEiwf8a5Aauq for ; Sat, 1 Oct 2022 14:39:11 +0200 (CEST) From: Abhiseck Paira DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1664627950; bh=RelfHFGpMaaXqHjqBKGZqFlWx5Ea2nkfyyf6JbkNH2k=; h=From:To:Subject:Date; b=BVnnJFXF0ZDW4MKRIqbmCoDKhkNv8CrQzDLuRhOf36ih92Kl1BLFv9j9OUwgWDrPK HVpATRVkYHS8jmIDt5zNJbdUZN6oVDzGM2mws7ILSWCB2NkfWIiS4V3Ce+VyvZLxcE Y0tqtcW2PMs+QIYKrxcEkfF3Rawb62PILzXJ0L03fqn913i+Vmu7eypxDaVzsVzJRq UN0yFx1mzRJwIXod0n7r3Hbng3Z+FZV/2By5Np1s6JdslUEuIIKKIupfT6JO26TMhj 9NoHhc/q0W7/haMJHjxbVZ+nXrgT20VBXQW3EZq6HyFm5d0NCYL0SCo6JRjSpgSgZ1 EOohlco3ElxRQ== To: guix-patches@gnu.org Subject: [PATCH] elisp/guix-repl: remove reference of non existent variable Date: Sat, 01 Oct 2022 18:00:12 +0530 Message-ID: <87r0zr4t1z.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=178.21.23.139; envelope-from=abhiseckpaira@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * elisp/guix-repl.el (guix-start-repl): the variable `geiser-repl-company-p' is used but this variable was removed from geiser in the commit "18faa0b Suggestive patch for simplified completion". So remove its reference. --- This patch is for emacs-guix (guix.el, Emacs interface for Guix). I was told that Guix has taken over the development of this package. I hope this is the right place to send this patch, as I couldn't find a better place. elisp/guix-repl.el | 1 - 1 file changed, 1 deletion(-) diff --git a/elisp/guix-repl.el b/elisp/guix-repl.el index 5dd446f..bf1dc82 100644 --- a/elisp/guix-repl.el +++ b/elisp/guix-repl.el @@ -328,7 +328,6 @@ this address (it should be defined by geiser-guile--debugger-prompt-regexp)) (geiser-repl--startup impl address) (geiser-repl--autodoc-mode 1) - (geiser-company--setup geiser-repl-company-p) (add-hook 'comint-output-filter-functions 'guix-repl-output-filter nil t) -- 2.37.3 -- Abhiseck Paira E34E 825B 979E EB9F 8505 F80E E93D 353B 7740 0709 https://paira.in From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 09 16:13:22 2022 Received: (at 58222-done) by debbugs.gnu.org; 9 Oct 2022 20:13:22 +0000 Received: from localhost ([127.0.0.1]:44961 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohcfm-0004y2-LO for submit@debbugs.gnu.org; Sun, 09 Oct 2022 16:13:22 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37288) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohcfh-0004xk-DS for 58222-done@debbugs.gnu.org; Sun, 09 Oct 2022 16:13:17 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33276) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohcfb-0008CB-V6; Sun, 09 Oct 2022 16:13:07 -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=8YPE2mMklqVWSv6JEWAeB7Nhkxw1pBNwcRM0LrXl2uI=; b=W/AEXFHp9JBJN/yiHyys qHTrHmqAWplK6ANP2peUyuM9k3y597YvgAVR7+ypJ6+9FS1HRM4OIw3VhPSJXH82HynucpbkBN98r 7TZF/HBHiw1UyofpknqS3bPQB48iLM17V+N7tmsxsd+TFB8lMHdZo2JTH6olWBzQ243EX50TgoBbq JuNTqnPVqtQV6EHoqGD+aHQlwlvvMIW5nYPmNsobCtXgQ7d3u+bb73S2GFGUYDV4nXBivT9nJlWZy eq+73oBGPvHOZMbH6eRLt0TUoU85IR9r7gNtZsMrqkYzJ8nGamp8wJQTBWDF1IolbqURT9Lm/Ud7L GlYkiDa4P1kebg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:63036 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohcfb-00076L-9o; Sun, 09 Oct 2022 16:13:07 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Abhiseck Paira Subject: Re: bug#58222: [PATCH] elisp/guix-repl: remove reference of non existent variable References: <87r0zr4t1z.fsf@disroot.org> Date: Sun, 09 Oct 2022 22:13:04 +0200 In-Reply-To: <87r0zr4t1z.fsf@disroot.org> (Abhiseck Paira's message of "Sat, 01 Oct 2022 18:00:12 +0530") Message-ID: <87pmf04uy7.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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58222-done Cc: 58222-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Abhiseck Paira skribis: > * elisp/guix-repl.el (guix-start-repl): the variable > `geiser-repl-company-p' is used but this variable was removed from > geiser in the commit "18faa0b Suggestive patch for simplified > completion". So remove its reference. A similar patch was applied in commit 6f5c2c3a0161a4eb99585211e2934c5f7010f249 of Emacs-Guix on Savannah, thanks! Ludo=E2=80=99. From unknown Fri Jul 18 04:28:14 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 07 Nov 2022 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator