unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68700] [PATCH] gnu: emacs-xyz: Add emacs-xref-union.
@ 2024-01-24 20:47 Daniel Ziltener via Guix-patches via
  2024-03-08  9:52 ` Daniel Ziltener via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2024-01-24 20:47 UTC (permalink / raw)
  To: 68700; +Cc: dziltener

---
 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





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

* [bug#68700] [PATCH] gnu: emacs-xyz: Add emacs-xref-union.
  2024-01-24 20:47 [bug#68700] [PATCH] gnu: emacs-xyz: Add emacs-xref-union Daniel Ziltener via Guix-patches via
@ 2024-03-08  9:52 ` Daniel Ziltener via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2024-03-08  9:52 UTC (permalink / raw)
  To: 68700; +Cc: control

close 68700
thanks





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

end of thread, other threads:[~2024-03-08  9:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-24 20:47 [bug#68700] [PATCH] gnu: emacs-xyz: Add emacs-xref-union Daniel Ziltener via Guix-patches via
2024-03-08  9:52 ` Daniel Ziltener via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).