[PATCH] gnu: Add emacs-persistent-scratch.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ahmad Draidi
  • Liliana Marie Prikler
Owner
unassigned
Submitted by
Ahmad Draidi
Severity
normal

Debbugs page

Ahmad Draidi wrote 2 years ago
(address . guix-patches@gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
79da4d8cef1b2bda8160835accc0f1104f8d0cd6.1689363177.git.a.r.draidi@redscript.org
* gnu/packages/emacs-xyz.scm (emacs-persistent-scratch): New variable.
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

Toggle diff (36 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 480096fb50..7cfa8b84c2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34388,6 +34388,27 @@ (define-public emacs-persist
variables.")
(license license:gpl3+)))
+(define-public emacs-persistent-scratch
+ (package
+ (name "emacs-persistent-scratch")
+ (version "0.3.9")
+ (source (origin
+ (method git-fetch)
+ (file-name (git-file-name name version))
+ (uri (git-reference
+ (url "https://github.com/Fanael/persistent-scratch")
+ (commit version)))
+ (sha256
+ (base32
+ "187cyl005csmmmh292km1v3ffl8x49h5qyn87i4adz9l5sqnpdgj"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/Fanael/persistent-scratch")
+ (synopsis "Preserve the scratch buffer across Emacs sessions")
+ (description
+ "Preserve the state of scratch buffers across Emacs sessions by saving the
+state to and restoring it from a file, with auto-saving and backups.")
+ (license license:bsd-2)))
+
(define-public emacs-company-emoji
(package
(name "emacs-company-emoji")

base-commit: 917a299831361f253ea664f009176b4bbe06900a
--
2.41.0
Liliana Marie Prikler wrote 2 years ago
Re: Processed: Your Emacs patches
(name . GNU bug tracker automated control server)(address . control@debbugs.gnu.org)
a78ebab99dd7530ec864529c9119a9866e28c023.camel@gmail.com
Am Sonntag, dem 23.07.2023 um 04:01 -0400 schrieb GNU bug tracker automated control server:
Toggle quote (1 lines)
> bug marked as fixed in version 64560 ...
Welp, that didn't work as expected
close 64560 
close 64582
close 64585
close 64614
close 64624
close 64626
close 64627
close 64628
close 64657
thanks
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64628@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64628
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help