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 sE2rEJMrQ2N+GQAAbAwnHQ (envelope-from ) for ; Sun, 09 Oct 2022 22:14:11 +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 SODMD5MrQ2PBTAAAG6o9tA (envelope-from ) for ; Sun, 09 Oct 2022 22:14:11 +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 915FD8D4D for ; Sun, 9 Oct 2022 22:14:10 +0200 (CEST) Received: from localhost ([::1]:33294 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ohcgb-0001K0-OR for larch@yhetil.org; Sun, 09 Oct 2022 16:14:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44266) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohcgU-0001Jk-OM for guix-patches@gnu.org; Sun, 09 Oct 2022 16:14:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45884) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ohcgU-0008FK-Dj for guix-patches@gnu.org; Sun, 09 Oct 2022 16:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ohcgU-0004zD-3P for guix-patches@gnu.org; Sun, 09 Oct 2022 16:14:02 -0400 Subject: bug#58222: [PATCH] elisp/guix-repl: remove reference of non existent variable Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 09 Oct 2022 20:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 58222 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Abhiseck Paira Cc: 58222-done@debbugs.gnu.org Mail-Followup-To: 58222@debbugs.gnu.org, ludo@gnu.org, abhiseckpaira@disroot.org Received: via spool by 58222-done@debbugs.gnu.org id=D58222.166534640219106 (code D ref 58222); Sun, 09 Oct 2022 20:14:01 +0000 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= 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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" 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=1665346451; 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=8YPE2mMklqVWSv6JEWAeB7Nhkxw1pBNwcRM0LrXl2uI=; b=ZKYhcXvyd5dAQ4eoIQavj2uGWM7DUjeBRrPBZpsTcyhEh/LPUqRvdi2wfqu8BwqzUBathE L3TeXr8+E38G86PjQRwYFHaE7LQ9PgR44dn798SxPytGqI4BYDptbbHJut1/UcdGm8U40q 9AwWRrxtuYgRhRjPIlNJQvecGw/BSsOUO9D3AP4clb2euA71p8QLpCK8F0pYtrS+t3gccn CbLKLLfbzY6MAZ4G/AUQ3zqelJPfNfFN8yl0CEaIvW5C15KuGTp+Pkzz+W1ioHaO+12rxD zE2Yn86Ei5Y5Jg+5atptoIPlUg2VRA3PWimhfmKV95J/ooBuewPRk6QQDq5uVA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665346451; a=rsa-sha256; cv=none; b=d/pcMeFldPpVIiz9DCo7fwagwB6mEK7jIyL4WK3PBd82FPGdKHdRZTRsnaQrpmNw4X0fU5 tB5HG0t3AN11+y4eaL5fX4+KN32lq/ga7jd3WGOUPQ1DFJp921RBUixr6wMgxVWatgUfeN qMRbUOeniKmiaC4+zleDRPd+f8DwlpEvyLKqANsOUSxE/Z4AcvpKnFkXukDBXFGaJQK4oP S/3TUhEMyhNYKVNM7sdD2cCKnl1yzkms7J19brRBfi6Pmni6RRxxrIuK290KUB4HIlJQaK R/ReJ05X6w/vWBXkapN0mqhxM4nt9Ftet1JRN6+hGzUhCmdlrjTAh8kry7C0CA== 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="W/AEXFHp"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.28 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="W/AEXFHp"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 915FD8D4D X-Spam-Score: -2.28 X-Migadu-Scanner: scn1.migadu.com X-TUID: QDj0P2K38tPn 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.