GNU bug report logs -
#44052
[PATCH] gnu: emacs-symbol-overlay: Update to 4.2
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44052 in the body.
You can then email your comments to 44052 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#44052
; Package
guix-patches
.
(Sun, 18 Oct 2020 02:17:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Zhu Zihao" <all_but_last <at> 163.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 18 Oct 2020 02:17:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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 2 (text/html, inline)]
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Mon, 19 Oct 2020 07:47:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Zhu Zihao" <all_but_last <at> 163.com>
:
bug acknowledged by developer.
(Mon, 19 Oct 2020 07:47:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 44052-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 16 Nov 2020 12:24:06 GMT)
Full text and
rfc822 format available.
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.