GNU bug report logs - #61756
[PATCH 5/8] gnu: Add emacs-xcscope.

Previous Next

Package: guix-patches;

Reported by: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>

Date: Fri, 24 Feb 2023 14:20:03 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#61756: closed ([PATCH 5/8] gnu: Add emacs-xcscope.)
Date: Wed, 15 Mar 2023 23:29:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 16 Mar 2023 00:28:23 +0100
with message-id <87ttylbnmw.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#61756] [PATCH 5/8] gnu: Add emacs-xcscope.
has caused the debbugs.gnu.org bug report #61756,
regarding [PATCH 5/8] gnu: Add emacs-xcscope.
to be marked as done.

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


-- 
61756: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61756
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Rostislav Svoboda <Rostislav.Svoboda <at> gmail.com>
Subject: [PATCH 5/8] gnu: Add emacs-xcscope.
Date: Fri, 24 Feb 2023 15:18:16 +0100
---
 gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a024ddec6a..b444ab0da0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36086,6 +36086,26 @@ (define-public emacs-vertico-posframe
 a vertical completion UI.")
     (license license:gpl3+)))
 
+(define-public emacs-xcscope
+  (package
+    (name "emacs-xcscope")
+    (version "1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/dkogan/xcscope.el")
+             (commit "d228d7593d762e457340f678d14b663ef66d7cee")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0pr85ywp585imjzswm04647nb4iqqvg8jgmbcs5210qmr9kh0z8d"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/dkogan/xcscope.el")
+    (synopsis "cscope interface for (X)Emacs")
+    (description
+     "cscope interface for (X)Emacs")
+    (license license:gpl3+)))
+
 ;;;
 ;;; Avoid adding new packages to the end of this file. To reduce the chances
 ;;; of a merge conflict, place them above by existing packages with similar
-- 
2.39.1



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
Cc: 61756-done <at> debbugs.gnu.org
Subject: Re: [bug#61756] [PATCH 5/8] gnu: Add emacs-xcscope.
Date: Thu, 16 Mar 2023 00:28:23 +0100
Hello,

Rostislav Svoboda <rostislav.svoboda <at> gmail.com> writes:

>  I'm resending the patch yet again. See below. I missed that
> '(revision "0")' and didn't run `guix lint`. (Sorry, I'm learning)

Applied. Thank you.

> `guix style` makes this line too long. I guess I can ignore that,
> right?

Indeed.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 2 years and 68 days ago.

Previous Next


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