From: Divya Ranjan via Guix-patches via <guix-patches@gnu.org>
To: 75121@debbugs.gnu.org
Cc: Divya Ranjan <divya@subvertising.org>
Subject: [bug#75121] [PATCH] gnu: Add emacs-lucid.
Date: Thu, 26 Dec 2024 18:20:48 +0000 [thread overview]
Message-ID: <20241226182048.22575-1-divya@subvertising.org> (raw)
* gnu/packages/emacs.scm (emacs-lucid): New variable.
---
gnu/packages/emacs.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c5b57211dd..1628bde99c 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -525,6 +525,21 @@ (define-public emacs-pgtk-xwidgets
(modify-inputs (package-inputs emacs-pgtk)
(prepend gsettings-desktop-schemas webkitgtk-with-libsoup2)))))
+(define-public emacs-lucid
+ (package/inherit emacs-no-x
+ (name "emacs-lucid")
+ (synopsis
+ "The extensible, customizable, self-documenting text editor (with Lucid toolkit)")
+ (inputs (modify-inputs (package-inputs emacs)
+ (delete gtk+)
+ (prepend libxaw)))
+ (arguments
+ (substitute-keyword-arguments
+ (package-arguments emacs-no-x)
+ ((#:configure-flags flags #~'())
+ #~(cons "--with-x-toolkit=lucid"
+ #$flags))))))
+
(define-public emacs-motif
(package/inherit emacs-no-x
(name "emacs-motif")
--
2.46.0
next reply other threads:[~2024-12-26 18:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-26 18:20 Divya Ranjan via Guix-patches via [this message]
2024-12-27 8:47 ` [bug#75121] QA review for 75121 Cayetano Santos via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241226182048.22575-1-divya@subvertising.org \
--to=guix-patches@gnu.org \
--cc=75121@debbugs.gnu.org \
--cc=divya@subvertising.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.