GNU bug report logs -
#77209
[PATCH] gnu: Add emacs-elastic-modes.
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 23 Mar 2025 18:03:13 +0100
with message-id <f5f48fd04c1a86d4a91a388254a705d7e3a6e1c1.camel <at> gmail.com>
and subject line Re: control message for bug #77209
has caused the debbugs.gnu.org bug report #77209,
regarding [PATCH] gnu: Add emacs-elastic-modes.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77209: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77209
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
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
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.