From unknown Fri Jul 18 04:34:00 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58222] [PATCH] elisp/guix-repl: remove reference of non existent variable Resent-From: Abhiseck Paira Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 01 Oct 2022 12:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 58222 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58222@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166462796022149 (code B ref -1); Sat, 01 Oct 2022 12:40:02 +0000 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== 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-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 unknown Fri Jul 18 04:34:00 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Abhiseck Paira Subject: bug#58222: closed (Re: bug#58222: [PATCH] elisp/guix-repl: remove reference of non existent variable) Message-ID: References: <87pmf04uy7.fsf@gnu.org> <87r0zr4t1z.fsf@disroot.org> X-Gnu-PR-Message: they-closed 58222 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 58222@debbugs.gnu.org Date: Sun, 09 Oct 2022 20:14:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1665346442-19163-1" This is a multi-part message in MIME format... ------------=_1665346442-19163-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #58222: [PATCH] elisp/guix-repl: remove reference of non existent variable which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 58222@debbugs.gnu.org. --=20 58222: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D58222 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1665346442-19163-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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. ------------=_1665346442-19163-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1665346442-19163-1--