all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#58222] [PATCH] elisp/guix-repl: remove reference of non existent variable
@ 2022-10-01 12:30 Abhiseck Paira via Guix-patches via
  2022-10-09 20:13 ` bug#58222: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Abhiseck Paira via Guix-patches via @ 2022-10-01 12:30 UTC (permalink / raw)
  To: 58222


* 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58222: [PATCH] elisp/guix-repl: remove reference of non existent variable
  2022-10-01 12:30 [bug#58222] [PATCH] elisp/guix-repl: remove reference of non existent variable Abhiseck Paira via Guix-patches via
@ 2022-10-09 20:13 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-10-09 20:13 UTC (permalink / raw)
  To: Abhiseck Paira; +Cc: 58222-done

Hi,

Abhiseck Paira <abhiseckpaira@disroot.org> 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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-09 20:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-01 12:30 [bug#58222] [PATCH] elisp/guix-repl: remove reference of non existent variable Abhiseck Paira via Guix-patches via
2022-10-09 20:13 ` bug#58222: " Ludovic Courtès

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.