GNU bug report logs - #44767
[PATCH] gnu: Add emacs-undo-fu

Previous Next

Package: guix-patches;

Reported by: Niklas Eklund <niklas.eklund <at> posteo.net>

Date: Fri, 20 Nov 2020 17:00: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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Niklas Eklund <niklas.eklund <at> posteo.net>
Subject: bug#44767: closed (Re: [bug#44767] [PATCH] gnu: Add emacs-undo-fu)
Date: Sat, 21 Nov 2020 21:26:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#44767: [PATCH] gnu: Add emacs-undo-fu

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 44767 <at> debbugs.gnu.org.

-- 
44767: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44767
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Niklas Eklund <niklas.eklund <at> posteo.net>
Cc: 44767-done <at> debbugs.gnu.org
Subject: Re: [bug#44767] [PATCH] gnu: Add emacs-undo-fu
Date: Sat, 21 Nov 2020 22:25:26 +0100
Hello,

Niklas Eklund <niklas.eklund <at> posteo.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-undo-fu): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Niklas Eklund <niklas.eklund <at> posteo.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-undo-fu
Date: Fri, 20 Nov 2020 17:59:09 +0100
[0001-gnu-Add-emacs-undo-fu.patch (text/x-patch, attachment)]
From be0043d491a8dc57ad6cdd04b1dd2c228c6f5c89 Mon Sep 17 00:00:00 2001
From: Niklas Eklund <niklas.eklund <at> posteo.net>
Date: Fri, 20 Nov 2020 17:45:38 +0100
Subject: [PATCH] gnu: Add emacs-undo-fu.

* gnu/packages/emacs-xyz.scm (emacs-undo-fu): New variable.
---
 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ad8657df41..b30bc0da86 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3048,6 +3048,32 @@ graphical tree presentation of all previous states of buffer that
 allows easily move between them.")
     (license license:gpl3+)))
 
+(define-public emacs-undo-fu
+  ;; There are no tagged releases upstream on gitlab, instead we are using
+  ;; the most recent commit.
+  (let ((commit "c0806c1903c5a0e4c69b6615cdc3366470a9b8ca")
+        (revision "0"))
+    (package
+      (name "emacs-undo-fu")
+      (version (git-version "0.4" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://gitlab.com/ideasman42/emacs-undo-fu")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1n594aakmcgyl7qbda86v4wsx8clm62ypiv3h559xz3x72h7mr3j"))))
+      (build-system emacs-build-system)
+      (home-page "https://gitlab.com/ideasman42/emacs-undo-fu")
+      (synopsis "Simple, stable linear undo with redo for Emacs")
+      (description
+       "This is a light weight wrapper for Emacs built-in undo system,
+adding convenient undo/redo without losing access to the full undo history,
+allowing you to visit all previous states of the document if you need.")
+      (license license:gpl3+))))
+
 (define-public emacs-s
   (package
     (name "emacs-s")
-- 
2.28.0




This bug report was last modified 4 years and 241 days ago.

Previous Next


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