GNU bug report logs -
#46205
[PATCH] gnu: emacs-imenu-list: Update to last commit
Previous Next
Reported by: Alexandr Vityazev <avityazew <at> gmail.com>
Date: Sun, 31 Jan 2021 08:58: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
[Message part 1 (text/plain, inline)]
Your message dated Tue, 02 Feb 2021 09:15:13 +0100
with message-id <87k0rqdgxa.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#46205] [PATCH] gnu: emacs-imenu-list: Update to last commit
has caused the debbugs.gnu.org bug report #46205,
regarding [PATCH] gnu: emacs-imenu-list: Update to last commit
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
46205: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46205
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From 82e9597d5ef445a98ac1bd9550433a3a7fec8cf2 Mon Sep 17 00:00:00 2001
From: Alexandr Vityazev <avityazew <at> gmail.com>
Subject: [PATCH] Update emacs-imenu-list to last commit.
Fixes in that commit adapt the display function
for changes in emacs 27.0.50.
---
gnu/packages/emacs-xyz.scm | 43 ++++++++++++++++++++------------------
1 file changed, 23 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 28c7b41d79..ddd8247aad 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2610,29 +2610,32 @@ using the DOT syntax, and use Graphviz to convert these files to diagrams.")
(license license:gpl2+)))
(define-public emacs-imenu-list
- (package
- (name "emacs-imenu-list")
- (version "0.8")
- (source
- (origin
- (method git-fetch)
- (uri
- (git-reference
- (url "https://github.com/bmag/imenu-list")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "13xh9bdl3k6ccfq83wjmkpi4269qahv4davki4wq18dr4amrzhlx"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/bmag/imenu-list")
- (synopsis
- "Automatically tracks the current buffer's imenu entries")
- (description
- "This Emacs minor mode creates an automatically updated buffer called
+ (let ((commit "46008738f8fef578a763c308cf6695e5b4d4aa77")
+ (revision "0")
+ (version "0.8"))
+ (package
+ (name "emacs-imenu-list")
+ (version (git-version version revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/bmag/imenu-list")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "14l3yw9y1nk103s7z5i1fmd6kvlb2p6ayi6sf9l1x1ydg9glrpl8"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/bmag/imenu-list")
+ (synopsis
+ "Automatically tracks the current buffer's imenu entries")
+ (description
+ "This Emacs minor mode creates an automatically updated buffer called
@code{*Ilist*} that is populated with the current buffer's imenu entries.
This buffer is typically shown as a sidebar (Emacs vertically splits the
window).")
- (license license:gpl3+)))
+ (license license:gpl3+))))
(define-public emacs-mmm-mode
(package
--
2.30.0
--
AV
[Message part 3 (message/rfc822, inline)]
Hello,
Alexandr Vityazev <avityazew <at> gmail.com> writes:
> From 82e9597d5ef445a98ac1bd9550433a3a7fec8cf2 Mon Sep 17 00:00:00 2001
> From: Alexandr Vityazev <avityazew <at> gmail.com>
> Subject: [PATCH] Update emacs-imenu-list to last commit.
I slightly modified the commit message and applied your patch. Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 4 years and 167 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.