GNU bug report logs -
#48237
[PATCH] gnu: emacs-consult: Add ‘emacs-ve
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Sun, 16 Feb 2025 11:17:14 +0900
with message-id <87cyfi7hw5.fsf_-_ <at> gmail.com>
and subject line Re: bug#48237: [PATCH] gnu: emacs-consult: Add ‘emacs-ve
has caused the debbugs.gnu.org bug report #48237,
regarding [PATCH] gnu: emacs-consult: Add ‘emacs-ve
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
* 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
[Message part 3 (message/rfc822, inline)]
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
This bug report was last modified 91 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.