GNU bug report logs - #69618
[PATCH] gnu: emacs-xyz: Add emacs-xref-union.

Previous Next

Package: guix-patches;

Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>

Date: Thu, 7 Mar 2024 21:32:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#69618: closed ([PATCH] gnu: emacs-xyz: Add emacs-xref-union.)
Date: Mon, 06 May 2024 12:34:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 06 May 2024 14:32:19 +0200
with message-id <87wmo7xgrw.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#69618] [PATCH] gnu: emacs-xyz: Add emacs-xref-union.
has caused the debbugs.gnu.org bug report #69618,
regarding [PATCH] gnu: emacs-xyz: Add emacs-xref-union.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
69618: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69618
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Daniel Ziltener <dziltener <at> lyrion.ch>
To: guix-patches <at> gnu.org
Cc: dziltener <at> lyrion.ch
Subject: [PATCH] gnu: emacs-xyz: Add emacs-xref-union.
Date: Wed, 24 Jan 2024 21:47:41 +0100
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7d3e2dc17e..d9c4600f34 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37633,6 +37633,34 @@ (define-public emacs-xref
 commands, in particular @code{find-definition}.")
     (license license:gpl3+)))
 
+(define-public emacs-xref-union
+  (package
+    (name "emacs-xref-union")
+    (version "0.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/xref-union-"
+                           version ".tar"))
+       (sha256
+        (base32
+         "0kcmg9fm9gcpdxfwx7c6zz29krf69j5nh6knv2x3df65sbzwdj0b"))))
+    (build-system emacs-build-system)
+    (home-page "https://elpa.gnu.org/packages/xref-union.html")
+    (synopsis "Combine multiple Xref backends")
+    (description
+     "This package provides a way to combine multiple Xref source
+(e.g. Etags and Eglot) and have the results all at once.
+
+To enable, toggle the @code{xref-union-mode} minor mode.  If you want to
+exclude certain modes, take a look at the user option
+`xref-union-excluded-backends'.
+
+You can also manually make use of @code{xref-union} by adding an object
+of the form @code{(union XREF-BACKEND-1 XREF-BACKEND-2 ...)} to
+@code{xref-backend-functions}.")
+    (license license:gpl3+)))
+
 (define-public emacs-burly
   (package
     (name "emacs-burly")
-- 
2.43.0



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Daniel Ziltener via Guix-patches via <guix-patches <at> gnu.org>
Cc: Daniel Ziltener <dziltener <at> lyrion.ch>, 69618-done <at> debbugs.gnu.org
Subject: Re: [bug#69618] [PATCH] gnu: emacs-xyz: Add emacs-xref-union.
Date: Mon, 06 May 2024 14:32:19 +0200
Hello,

Daniel Ziltener via Guix-patches via <guix-patches <at> gnu.org> writes:

> +(define-public emacs-xref-union

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 1 year and 73 days ago.

Previous Next


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