GNU bug report logs - #77209
[PATCH] gnu: Add emacs-elastic-modes.

Previous Next

Package: guix-patches;

Reported by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Date: Sun, 23 Mar 2025 15:37:03 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

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 77209 in the body.
You can then email your comments to 77209 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, csantosb <at> inventati.org, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#77209; Package guix-patches. (Sun, 23 Mar 2025 15:37:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Sun, 23 Mar 2025 15:37:03 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: guix-patches <at> gnu.org
Cc: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Subject: [PATCH] gnu: Add emacs-elastic-modes.
Date: Sun, 23 Mar 2025 16:36:13 +0100
* gnu/packages/emacs-xyz.scm (emacs-elastic-modes): New variable.

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2e8270c667..4dfe6a33f3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10040,6 +10040,30 @@ (define-public emacs-el-job
 not hang at all.")
     (license license:gpl3+)))
 
+(define-public emacs-elastic-modes
+  (let ((commit "ea49bb03b78cb9fd17655990223e3095f137a3ce")
+        (revision "1"))
+    (package
+      (name "emacs-elastic-modes")
+      (version "1.0.0")
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/jyp/elastic-modes")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1dkigkjw4i9nz5rl0dnic16ljdnp5cyz2xic3hc2myqnjlqnc6z6"))))
+      (build-system emacs-build-system)
+      (arguments (list #:tests? #false)) ;no tests
+      (propagated-inputs (list emacs-dash))
+      (home-page "https://github.com/jyp/elastic-modes")
+      (synopsis "Text and code alignment for variable-width fonts")
+      (description
+       "This is an Emacs package for text and code alignment for
+variable-width (i.e., proportional, or variable pitch) fonts.")
+      (license license:gpl3+))))
 
 (define-public emacs-elisp-demos
   (package

base-commit: 4ea012fc6ddcb32574fbd4a854b11808c34fbca8
-- 
2.48.1







Information forwarded to guix-patches <at> gnu.org:
bug#77209; Package guix-patches. (Sun, 23 Mar 2025 16:52:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: GNU bug tracker automated control server <control <at> debbugs.gnu.org>
Cc: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>, Ian Eure <ian <at> retrospec.tv>,
 77209 <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>,
 Divya Ranjan Pattanaik <divya <at> subvertising.org>
Subject: control message for bug #77209
Date: Sun, 23 Mar 2025 17:51:32 +0100
user guix
usertag 77209 + reviewed-looks-good
thanks

Items marked as checked:

- commit messages
- package builds
- lint warnings
- package style
- no dependent package build
- synopsis and descriptions
- no package tests
- licenses
- synopsis and descriptions




Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Sun, 23 Mar 2025 17:04:03 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
bug acknowledged by developer. (Sun, 23 Mar 2025 17:04:03 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>, Ian Eure <ian <at> retrospec.tv>,
 Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>,
 Divya Ranjan Pattanaik <divya <at> subvertising.org>, 77209-done <at> debbugs.gnu.org
Subject: Re: control message for bug #77209
Date: Sun, 23 Mar 2025 18:03:13 +0100
Am Sonntag, dem 23.03.2025 um 16:36 +0100 schrieb Nicolas Goaziou:
> * gnu/packages/emacs-xyz.scm (emacs-elastic-modes): New variable.
> 
> Change-Id: I41f0b6cdb9ad4a2a6c7a178229c791b6499e77c3

Am Sonntag, dem 23.03.2025 um 17:51 +0100 schrieb Cayetano Santos:
> user guix
> usertag 77209 + reviewed-looks-good
> thanks
> 
> Items marked as checked:
> 
> - commit messages
> - package builds
> - lint warnings
> - package style
> - no dependent package build
> - synopsis and descriptions
> - no package tests
> - licenses
> - synopsis and descriptions
And pushed.

Thanks




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

This bug report was last modified 55 days ago.

Previous Next


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