unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39088] [Nicolò Balzarotti] [PATCH] gnu: emacs-undo-tree: Update to 0.7.1.
       [not found] <87pnfqktzd.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me>
@ 2020-01-11 13:32 ` Nicolò Balzarotti
  2020-01-11 13:52   ` David Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolò Balzarotti @ 2020-01-11 13:32 UTC (permalink / raw)
  To: 39088

[-- Attachment #1: Type: text/plain, Size: 266 bytes --]

Hello!
After recent emacs undo-tree.el update to 0.7 I've experienced some
problem.
(like: undo-tree-move-GC-elts-to-pool: Wrong type argument: hash-table-p, nil).
Hopefully those are fixed by the new 0.7.1 release!

Here's a patch for it,
Thanks, Nicolò


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-undo-tree-Update-to-0.7.1.patch --]
[-- Type: text/x-patch, Size: 1405 bytes --]

From c6804d14b20cb86a55c1f22c9cc6345b417224b6 Mon Sep 17 00:00:00 2001
From: nixo <nicolo@nixo.xyz>
Date: Sat, 11 Jan 2020 14:19:39 +0100
Subject: [PATCH] gnu: emacs-undo-tree: Update to 0.7.1.
To: guix-patches@gnu.org

* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.1.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 558f315d45..8b38a28cb2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2294,16 +2294,16 @@ in the center.")
 (define-public emacs-undo-tree
   (package
     (name "emacs-undo-tree")
-    (version "0.7")
+    (version "0.7.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "http://dr-qubit.org/git/undo-tree.git")
-                    (commit (string-append "release-" version))))
+                    (commit (string-append "release/" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1m02v7qhcbqv5gb0vdmf44vhqisf2pv6419dzjfpxcmwlmdm0z7a"))))
+                "1nr0149y2nvrxj56gc12jqnfl01g6z9ypfsgl6pfg85cw73hnggk"))))
     (build-system emacs-build-system)
     (home-page "http://www.dr-qubit.org/emacs.php")
     (synopsis "Treat undo history as a tree")
-- 
2.24.1


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

* [bug#39088] [Nicolò Balzarotti] [PATCH] gnu: emacs-undo-tree: Update to 0.7.1.
  2020-01-11 13:32 ` [bug#39088] [Nicolò Balzarotti] [PATCH] gnu: emacs-undo-tree: Update to 0.7.1 Nicolò Balzarotti
@ 2020-01-11 13:52   ` David Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: David Wilson @ 2020-01-11 13:52 UTC (permalink / raw)
  To: 39088; +Cc: 39088-done


Hi Nicolò!

Thanks for sending this patch, after building successfully I pushed it
to master with commit efc32ed8904ca1bbf2123ff1c64782329d7c9941.

Thanks!

David

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

end of thread, other threads:[~2020-01-11 13:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87pnfqktzd.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me>
2020-01-11 13:32 ` [bug#39088] [Nicolò Balzarotti] [PATCH] gnu: emacs-undo-tree: Update to 0.7.1 Nicolò Balzarotti
2020-01-11 13:52   ` David Wilson

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).