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: Suhail Singh <suhailsingh247 <at> gmail.com>
Cc: 72406 <at> debbugs.gnu.org, gemmaro.dev <at> gmail.com, cox.katherine.e+guix <at> gmail.com, andrew <at> trop.in
Subject: [bug#72406] [PATCH emacs-team WIP 0/4] Simplify creation of emacs package variants
Date: Thu, 01 Aug 2024 18:54:01 +0200
Am Donnerstag, dem 01.08.2024 um 02:02 -0400 schrieb Suhail Singh:
> I meant that it would be helpful to see an example of, say,
> package-with-emacs-pgtk in the patch series.
That's why I wrote that this is still left to do for the series.
There's a snippet included – starting at the top of emacs-xyz with
emacs-ac-ispell, it yields

#+begin_src scheme
(define-public emacs-next-ac-ispell
  (package-with-emacs-next emacs-ac-ispell))

(define-public emacs-minimal-ac-ispell
  (package-with-emacs-minimal emacs-ac-ispell))

(define-public emacs-pgtk-ac-ispell
  (package-with-emacs-pgtk emacs-ac-ispell))
#+end_src

without the org-mode code block.

Cheers




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.