GNU bug report logs - #72078
[PATCH] gnu: Add emacs-palimpsest

Previous Next

Package: guix-patches;

Reported by: Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>

Date: Fri, 12 Jul 2024 14:59:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72078 in the body.
You can then email your comments to 72078 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#72078; Package guix-patches. (Fri, 12 Jul 2024 14:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Fri, 12 Jul 2024 14:59:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>
Subject: [PATCH] gnu: Add emacs-palimpsest
Date: Fri, 12 Jul 2024 17:57:51 +0300
* 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





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 21 Jul 2024 12:12:01 GMT) Full text and rfc822 format available.

Notification sent to Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>:
bug acknowledged by developer. (Sun, 21 Jul 2024 12:12:01 GMT) Full text and rfc822 format available.

Message #10 received at 72078-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>
Cc: 72078-done <at> debbugs.gnu.org,
 Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>
Subject: Re: [bug#72078] [PATCH] gnu: Add emacs-palimpsest
Date: Sun, 21 Jul 2024 14:11:12 +0200
Hello,

Daniel Szmulewicz <daniel.szmulewicz <at> 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






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 19 Aug 2024 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 59 days ago.

Previous Next


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