GNU bug report logs - #48237
[PATCH] gnu: emacs-consult: Add ‘emacs-ve

Previous Next

Package: guix-patches;

Reported by: Xinglu Chen <public <at> yoctocell.xyz>

Date: Wed, 5 May 2021 13:27:02 UTC

Severity: normal

Tags: moreinfo, patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Xinglu Chen <public <at> yoctocell.xyz>
Subject: bug#48237: closed (Re: bug#48237: [PATCH] gnu: emacs-consult: Add
 ‘emacs-ve)
Date: Sun, 16 Feb 2025 02:18:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#48237: [PATCH] gnu: emacs-consult: Add ‘emacs-ve

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 48237 <at> debbugs.gnu.org.

-- 
48237: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=48237
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Olivier Rojon <o.rojon <at> posteo.net>
Cc: Arun Isaac <arunisaac <at> systemreboot.net>, Xinglu Chen <public <at> yoctocell.xyz>,
 48237-done <at> debbugs.gnu.org, Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: Re: bug#48237: [PATCH] gnu: emacs-consult: Add
 ‘emacs-ve
Date: Sun, 16 Feb 2025 11:17:14 +0900
Hi,

Olivier Rojon <o.rojon <at> posteo.net> writes:

> Xinglu Chen <public <at> yoctocell.xyz> writes:
>
> Hello everyone,
>
> I am trying to clean up orphaned or old issues.  I've read the discussion but I am not
> sure if that which has been discussed is still of relevance about 3,5 years later.  Can
> any one of you give an update and/or close the issue?
>
> Have a good day :)

Thanks Olivier, keeping our list of opened issues relevant is very
valuable.

Since there was no concensus on what to do, and it was not clear the
suggested changes would have improved the status quo, I think it's fair
to close it now.

Done!

-- 
Thanks,
Maxim

[Message part 3 (message/rfc822, inline)]
From: Xinglu Chen <public <at> yoctocell.xyz>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-consult: Add ‘emacs-ve
Date: Wed, 05 May 2021 15:26:12 +0200
* gnu/packages/emacs-xyz.scm (emacs-consult)[propagated-inputs]: Add
emacs-vertico.
---
emacs-vertico is an optional dependency so maybe there is a better way
deal with this.  Splitting the package into multiple outputs might be a
better idea, but I don’t know how we would do that.

 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1a640a53f3..92b3e6ce37 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7579,7 +7579,8 @@ style, or as multiple word prefixes.")
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-flycheck" ,emacs-flycheck)
-       ("emacs-selectrum" ,emacs-selectrum)))
+       ("emacs-selectrum" ,emacs-selectrum)
+       ("emacs-vertico" ,emacs-vertico)))
     (home-page "https://github.com/minad/consult")
     (synopsis "Consulting completing-read")
     (description "This package provides various handy commands based on the

base-commit: 56e4d7204b0d4f83ab8cf4aab24199a9f8dc082c
-- 
2.31.1





This bug report was last modified 92 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.