GNU bug report logs - #44052
[PATCH] gnu: emacs-symbol-overlay: Update to 4.2

Previous Next

Package: guix-patches;

Reported by: "Zhu Zihao" <all_but_last <at> 163.com>

Date: Sun, 18 Oct 2020 02:17: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#44052: closed ([PATCH] gnu: emacs-symbol-overlay: Update to 4.2)
Date: Mon, 19 Oct 2020 07:47:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 19 Oct 2020 09:46:13 +0200
with message-id <877drmacai.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#44052] [PATCH] gnu: emacs-symbol-overlay: Update to 4.2
has caused the debbugs.gnu.org bug report #44052,
regarding [PATCH] gnu: emacs-symbol-overlay: Update to 4.2
to be marked as done.

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


-- 
44052: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44052
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Zhu Zihao" <all_but_last <at> 163.com>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: emacs-symbol-overlay: Update to 4.2
Date: Sun, 18 Oct 2020 10:16:02 +0800 (CST)
[Message part 3 (text/plain, inline)]
From a50f9a3ac8e50c0fda0f18ce570e1a6a5f86ca20 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last <at> 163.com>
Date: Sun, 18 Oct 2020 10:13:15 +0800
Subject: [PATCH] gnu: emacs-symbol-overlay: Update to 4.2

* gnu/packages/emacs-xyz.scm(emacs-symbol-overlay): Update to 4.2
---
 gnu/packages/emacs-xyz.scm | 39 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 233b266be3..a7cc53c9ee 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -81,6 +81,7 @@
 ;;; Copyright © 2020 Niklas Eklund <niklas.eklund <at> posteo.net>
 ;;; Copyright © 2020 Marco Grassi <marco.au.grassi98 <at> protonmail.com>
 ;;; Copyright © 2020 Tomás Ortín Fernández <tomasortin <at> mailbox.org>
+;;; Copyright © 2020 Zhu Zihao <all_but_last <at> 163.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6682,27 +6683,25 @@ regardless of @code{highlight-symbol-idle-delay}.
       (license license:gpl2+))))
 
 (define-public emacs-symbol-overlay
-  (let ((commit "e40a7c407f24158c45eaa5f54ed41f5e416a51dc")
-        (revision "1"))
-    (package
-      (name "emacs-symbol-overlay")
-      (version (git-version "4.1" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/wolray/symbol-overlay")
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32 "0ibz3392d3jw1l8006h9kf8s7bg6vl7jc92bmqc031a433009ic7"))))
-      (build-system emacs-build-system)
-      (home-page "https://github.com/wolray/symbol-overlay")
-      (synopsis "Highlight symbols and perform various search operations on them")
-      (description
-       "This package provides functions for highlighting and navigating
+  (package
+    (name "emacs-symbol-overlay")
+    (version "4.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/wolray/symbol-overlay")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "10n0871xzycifyqp73xnbqmrgy60imlb26yhm3p6vfj3d84mg1b2"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/wolray/symbol-overlay")
+    (synopsis "Highlight symbols and perform various search operations on them")
+    (description
+     "This package provides functions for highlighting and navigating
 between symbols.")
-      (license license:gpl3+))))
+    (license license:gpl3+)))
 
 (define-public emacs-hl-todo
   (package
--
2.28.0


[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: "Zhu Zihao" <all_but_last <at> 163.com>
Cc: 44052-done <at> debbugs.gnu.org
Subject: Re: [bug#44052] [PATCH] gnu: emacs-symbol-overlay: Update to 4.2
Date: Mon, 19 Oct 2020 09:46:13 +0200
Hello,

"Zhu Zihao" <all_but_last <at> 163.com> writes:

> From a50f9a3ac8e50c0fda0f18ce570e1a6a5f86ca20 Mon Sep 17 00:00:00 2001
> From: Zhu Zihao <all_but_last <at> 163.com>
> Date: Sun, 18 Oct 2020 10:13:15 +0800
> Subject: [PATCH] gnu: emacs-symbol-overlay: Update to 4.2
>
> * gnu/packages/emacs-xyz.scm(emacs-symbol-overlay): Update to 4.2

I added a final full stop at the end of the sentences and applied your
patch. Thank you.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 4 years and 267 days ago.

Previous Next


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