unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46205] [PATCH] gnu: emacs-imenu-list: Update to last commit
@ 2021-01-30 20:40 Alexandr Vityazev
  2021-02-02  8:15 ` bug#46205: " Nicolas Goaziou
  2021-02-02  8:51 ` [bug#46205] " Alexandr Vityazev
  0 siblings, 2 replies; 3+ messages in thread
From: Alexandr Vityazev @ 2021-01-30 20:40 UTC (permalink / raw)
  To: 46205


From 82e9597d5ef445a98ac1bd9550433a3a7fec8cf2 Mon Sep 17 00:00:00 2001
From: Alexandr Vityazev <avityazew@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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#46205: [PATCH] gnu: emacs-imenu-list: Update to last commit
  2021-01-30 20:40 [bug#46205] [PATCH] gnu: emacs-imenu-list: Update to last commit Alexandr Vityazev
@ 2021-02-02  8:15 ` Nicolas Goaziou
  2021-02-02  8:51 ` [bug#46205] " Alexandr Vityazev
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2021-02-02  8:15 UTC (permalink / raw)
  To: Alexandr Vityazev; +Cc: 46205-done

Hello,

Alexandr Vityazev <avityazew@gmail.com> writes:

> From 82e9597d5ef445a98ac1bd9550433a3a7fec8cf2 Mon Sep 17 00:00:00 2001
> From: Alexandr Vityazev <avityazew@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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#46205] [PATCH] gnu: emacs-imenu-list: Update to last commit
  2021-01-30 20:40 [bug#46205] [PATCH] gnu: emacs-imenu-list: Update to last commit Alexandr Vityazev
  2021-02-02  8:15 ` bug#46205: " Nicolas Goaziou
@ 2021-02-02  8:51 ` Alexandr Vityazev
  1 sibling, 0 replies; 3+ messages in thread
From: Alexandr Vityazev @ 2021-02-02  8:51 UTC (permalink / raw)
  To: 46205-done

Done.
-- 

AV




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-02  9:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-30 20:40 [bug#46205] [PATCH] gnu: emacs-imenu-list: Update to last commit Alexandr Vityazev
2021-02-02  8:15 ` bug#46205: " Nicolas Goaziou
2021-02-02  8:51 ` [bug#46205] " Alexandr Vityazev

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).