unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72078] [PATCH] gnu: Add emacs-palimpsest
@ 2024-07-12 14:57 Daniel Szmulewicz
  2024-07-21 12:11 ` bug#72078: " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Szmulewicz @ 2024-07-12 14:57 UTC (permalink / raw)
  To: 72078
  Cc: Daniel Szmulewicz, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

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

Change-Id: I6e87534db55dd6a03fbcfbc1b13c306c91926343
---
 gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 99e1d4c65c..0f5318a949 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1963,6 +1963,26 @@ (define-public emacs-pacfiles-mode
 files left by ArchLinux's pacman.")
     (license license:expat)))
 
+(define-public emacs-palimpsest
+  (package
+    (name "emacs-palimpsest")
+    (version "1.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/danielsz/Palimpsest.git")
+             (commit "f474b3ad706373d9953abdc401d683a2a023d28e")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0wzxl1zcbm3svspjpjzvx92is1k9sz7g0a99r8q066j2364la0zh"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/danielsz/Palimpsest")
+    (synopsis "A minor mode for Emacs that provides several strategies to remove text without permanently deleting it.")
+    (description
+     "Send selected text to the bottom of the buffer, or the top, or to a designated file. Useful in text mode when writing prose, articles, blog posts, academic papers, etc.")
+    (license license:gpl3+)))
+
 (define-public emacs-minions
   (package
     (name "emacs-minions")

base-commit: 2d6a3799fcda5c017f653c6e96b91964b07a7ee0
-- 
2.45.2





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

* bug#72078: [PATCH] gnu: Add emacs-palimpsest
  2024-07-12 14:57 [bug#72078] [PATCH] gnu: Add emacs-palimpsest Daniel Szmulewicz
@ 2024-07-21 12:11 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-07-21 12:11 UTC (permalink / raw)
  To: Daniel Szmulewicz
  Cc: 72078-done, Katherine Cox-Buday, Liliana Marie Prikler,
	Andrew Tropin

Hello,

Daniel Szmulewicz <daniel.szmulewicz@gmail.com> writes:

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

Applied, with a few changes.

> +             (url "https://github.com/danielsz/Palimpsest.git")

I removed the ".git" suffix.

> +             (commit "f474b3ad706373d9953abdc401d683a2a023d28e")))

I bound the commit hash to a `commit' variable.

> +    (synopsis "A minor mode for Emacs that provides several strategies to remove text without permanently deleting it.")

I reworded the synopsis so it doesn't start with an article and end with
a full stop.

> +    (description
> +     "Send selected text to the bottom of the buffer, or the top, or
> to a designated file. Useful in text mode when writing prose,
> articles, blog posts, academic papers, etc.")

I reworded the description so it consists of full sentences only.

Thank you!

Regards,
-- 
Nicolas Goaziou






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

end of thread, other threads:[~2024-07-21 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-12 14:57 [bug#72078] [PATCH] gnu: Add emacs-palimpsest Daniel Szmulewicz
2024-07-21 12:11 ` bug#72078: " Nicolas Goaziou via Guix-patches via

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