GNU bug report logs - #72406
[PATCH emacs-team WIP 0/4] Simplify creation of emacs package variants

Previous Next

Package: guix-patches;

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

Date: Wed, 31 Jul 2024 21:02:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 72406 <at> debbugs.gnu.org
Cc: gemmaro.dev <at> gmail.com, andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com
Subject: [bug#72406] [PATCH emacs-team WIP v4 05/24] etc: Provide snippet for defining emacs variants.
Date: Sun, 11 Aug 2024 14:58:44 +0200
* etc/snippets/tempel/scheme-mode (emacs-variants...): New snippet.
---
 etc/snippets/tempel/scheme-mode | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/etc/snippets/tempel/scheme-mode b/etc/snippets/tempel/scheme-mode
index 249f4ce8e3..b8237d1ef5 100644
--- a/etc/snippets/tempel/scheme-mode
+++ b/etc/snippets/tempel/scheme-mode
@@ -14,6 +14,14 @@ scheme-mode
  n  > "(description \"" p "\")"
  n  > "(license license:" (p "unknown") ")))" n)
 
+(emacs-variants...
+ "(define-public emacs-minimal-" (s name)
+ n> "(package-with-emacs-minimal emacs-" (s name) "))" n n
+ "(define-public emacs-next-" (s name)
+ n> "(package-with-emacs-next emacs-" (s name) "))" n n
+ "(define-public emacs-pgtk-" (s name)
+ n> "(package-with-emacs-pgtk emacs-" (s name) "))")
+
 (origin...
  "(origin"
  n> "(method " (p "url-fetch" method) ")"
-- 
2.45.2





This bug report was last modified 284 days ago.

Previous Next


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