GNU bug report logs - #75057
[PATCH] gnu: Add emacs-spacious-padding.

Previous Next

Package: guix-patches;

Reported by: Olivier Rojon <o.rojon <at> posteo.net>

Date: Tue, 24 Dec 2024 07:17: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: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#75057: closed ([PATCH] gnu: Add emacs-spacious-padding.)
Date: Fri, 03 Jan 2025 11:07:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 03 Jan 2025 12:06:30 +0100
with message-id <87pll49mx5.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#75057] [PATCH] gnu: Add emacs-spacious-padding.
has caused the debbugs.gnu.org bug report #75057,
regarding [PATCH] gnu: Add emacs-spacious-padding.
to be marked as done.

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


-- 
75057: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75057
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Olivier Rojon <o.rojon <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: hapster <o.rojon <at> posteo.net>
Subject: [PATCH] gnu: Add emacs-spacious-padding.
Date: Tue, 24 Dec 2024 07:16:37 +0000
From: hapster <o.rojon <at> posteo.net>

* gnu/packages/emacs-xyz.scm (emacs-spacious-padding): New package

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 65563bec24..b7da582f07 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -148,6 +148,7 @@
 ;;; Copyright © 2024 Spencer King <spencer.king <at> nursiapress.com>
 ;;; Copyright © 2024 emma thompson <bigbookofbug <at> proton.me>
 ;;; Copyright © 2024 Liam Hupfer <liam <at> hpfr.net>
+;;; Copyright © 2024 Olivier Rojon <o.rojon <at> posteo.net>
 
 ;;;
 ;;; This file is part of GNU Guix.
@@ -1447,6 +1448,27 @@ (define-public emacs-prism
 face properties and allows configuration of faces and colors.")
       (license license:gpl3+))))
 
+(define-public emacs-spacious-padding
+  (package
+    (name "emacs-spacious-padding")
+    (version "0.5.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/spacious-padding-"
+                           version ".tar"))
+       (sha256
+        (base32 "0x5bsyd6b1d3bzrsrpf9nvw7xj5ch114m2dilq64bg8y2db3452z"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/protesilaos/spacious-padding")
+    (synopsis "Increase the padding/spacing of frames and windows")
+    (description
+     "The spacious-padding-mode increases the space or padding around several
+elements of the Emacs interface, such as window dividers, the internal frame
+border, the padding of the mode line, and more.  The idea is to produce a more
+comfortable presentation.")
+    (license license:gpl3+)))
+
 (define-public emacs-project
   (package
     (name "emacs-project")
-- 
2.47.1



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Olivier Rojon <o.rojon <at> posteo.net>
Cc: 75057-done <at> debbugs.gnu.org
Subject: Re: [bug#75057] [PATCH] gnu: Add emacs-spacious-padding.
Date: Fri, 03 Jan 2025 12:06:30 +0100
Hello,

Olivier Rojon <o.rojon <at> posteo.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-spacious-padding): New package

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 137 days ago.

Previous Next


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