GNU bug report logs - #46205
[PATCH] gnu: emacs-imenu-list: Update to last commit

Previous Next

Package: guix-patches;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46205 in the body.
You can then email your comments to 46205 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#46205; Package guix-patches. (Sun, 31 Jan 2021 08:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alexandr Vityazev <avityazew <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 31 Jan 2021 08:58:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alexandr Vityazev <avityazew <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-imenu-list: Update to last commit
Date: Sat, 30 Jan 2021 23:40:46 +0300
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




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 02 Feb 2021 08:16:02 GMT) Full text and rfc822 format available.

Notification sent to Alexandr Vityazev <avityazew <at> gmail.com>:
bug acknowledged by developer. (Tue, 02 Feb 2021 08:16:02 GMT) Full text and rfc822 format available.

Message #10 received at 46205-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Alexandr Vityazev <avityazew <at> gmail.com>
Cc: 46205-done <at> debbugs.gnu.org
Subject: Re: [bug#46205] [PATCH] gnu: emacs-imenu-list: Update to last commit
Date: Tue, 02 Feb 2021 09:15:13 +0100
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




Information forwarded to guix-patches <at> gnu.org:
bug#46205; Package guix-patches. (Tue, 02 Feb 2021 08:52:01 GMT) Full text and rfc822 format available.

Message #13 received at 46205-done <at> debbugs.gnu.org (full text, mbox):

From: Alexandr Vityazev <avityazew <at> gmail.com>
To: 46205-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: emacs-imenu-list: Update to last commit
Date: Tue, 02 Feb 2021 11:51:46 +0300
Done.
-- 

AV




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 02 Mar 2021 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 49 days ago.

Previous Next


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