all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Abhiseck Paira via Guix-patches via <guix-patches@gnu.org>
To: 58222@debbugs.gnu.org
Subject: [bug#58222] [PATCH] elisp/guix-repl: remove reference of non existent variable
Date: Sat, 01 Oct 2022 18:00:12 +0530	[thread overview]
Message-ID: <87r0zr4t1z.fsf@disroot.org> (raw)


* 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




             reply	other threads:[~2022-10-01 12:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-01 12:30 Abhiseck Paira via Guix-patches via [this message]
2022-10-09 20:13 ` bug#58222: [PATCH] elisp/guix-repl: remove reference of non existent variable Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r0zr4t1z.fsf@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=58222@debbugs.gnu.org \
    --cc=abhiseckpaira@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.