emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56715: closed ((no subject))


From: GNU bug Tracking System
Subject: bug#56715: closed ((no subject))
Date: Sat, 23 Jul 2022 06:45:03 +0000

Your message dated Sat, 23 Jul 2022 14:44:45 +0800
with message-id <y76r12c1g6a.wl-hako@ultrarare.space>
and subject line Re: bug#56715: Acknowledgement ((no subject))
has caused the debbugs.gnu.org bug report #56715,
regarding (no subject)
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56715: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56715
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Date: Sat, 23 Jul 2022 01:50:23 -0400
>From 11b44d08268012d4b251b4b204193b477faa7c1f Mon Sep 17 00:00:00 2001
Message-Id: 
<11b44d08268012d4b251b4b204193b477faa7c1f.1658555222.git.hako@ultrarare.space>
From: Hilton Chain <hako@ultrarare.space>
To: guix-patches@gnu.org
Date: Sat, 23 Jul 2022 13:44:57 +0800
Subject: [PATCH] gnu: Add emacs-vundo.
User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue)
 FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Gojò?=) APEL-LB/10.8 EasyPG/1.0.0
 Emacs/28.1.90 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

* gnu/packages/emacs-xyz.scm (emacs-vundo): New variable.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 312cb58b28..8438ef3101 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -115,6 +115,7 @@
 ;;; Copyright © 2022 Thomas Albers Raviola <thomas@thomaslabs.org>
 ;;; Copyright © 2022 Haider Mirza <haider@haider.gq>
 ;;; Copyright © 2022 Jose G Perez Taveras <josegpt27@gmail.com>
+;;; Copyright © 2022 Hilton Chain <hako@ultrarare.space>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -31946,3 +31947,23 @@ (define-public emacs-bitbake-modes
 be useful when working with the bitbake files in Yocto and OpenEmbedded
 projects.")
    (license license:gpl3+)))
+
+(define-public emacs-vundo
+  (package
+    (name "emacs-vundo")
+    (version "2.0.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://elpa.gnu.org/packages/vundo-";
+                                  version ".tar"))
+              (sha256
+               (base32
+                "032aqcqq2xhh12qcpp8p3qldv0r9cnqr2y11jk1m5cvgal1cbb68"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/casouri/vundo";)
+    (synopsis " Visualize the undo tree.")
+    (description
+     "Vundo (visual undo) displays the undo history as a tree and lets you 
move in the
+tree to go back to previous buffer states.  To use vundo, type M-x vundo RET in
+the buffer you want to undo.  An undo tree buffer should pop up.")
+    (license license:gpl3+)))

base-commit: 32a00363435ac8c1bc93ef1281b2c2afc28a8877
--
2.36.1



--- End Message ---
--- Begin Message --- Subject: Re: bug#56715: Acknowledgement ((no subject)) Date: Sat, 23 Jul 2022 14:44:45 +0800
wrong subject


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]