unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Divya Ranjan via Guix-patches via <guix-patches@gnu.org>
To: 75121@debbugs.gnu.org
Cc: control@debbugs.gnu.org, csantosb@inventati.org
Subject: [bug#75121] QA review for 75121
Date: Wed, 01 Jan 2025 15:21:54 +0000	[thread overview]
Message-ID: <87y0zuo8z1.fsf@subvertising.org> (raw)
In-Reply-To: <8734i9fr69.fsf@inventati.org> (Cayetano Santos via Guix-patches via's message of "Fri, 27 Dec 2024 09:47:42 +0100")

[-- Attachment #1: Type: text/plain, Size: 270 bytes --]

Hello Cayetano,

Fixed the indenting, find the formatted patch in the attachment.

> - use "gtk+" for coherence with equivalent packages

I don’t know what’s to do with this though, I’m just removing the gtk+ dependency since we just need libxaw.

Regards,

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-lucid.patch --]
[-- Type: text/x-patch, Size: 1308 bytes --]

From 7ef73062e137cb5945daafa32c20b8f3d5bae4ec Mon Sep 17 00:00:00 2001
From: Divya Ranjan <divya@subvertising.org>
Date: Wed, 1 Jan 2025 15:15:37 +0000
Subject: [PATCH] gnu: Add emacs-lucid.

* 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..4ac69527c5 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.47.1


[-- Attachment #3: Type: text/plain, Size: 60 bytes --]


-- 
Divya Ranjan,
Philosophy, Mathematics, Libre Software.

  reply	other threads:[~2025-01-01 15:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-26 18:20 [bug#75121] [PATCH] gnu: Add emacs-lucid Divya Ranjan via Guix-patches via
2024-12-27  8:47 ` [bug#75121] QA review for 75121 Cayetano Santos via Guix-patches via
2025-01-01 15:21   ` Divya Ranjan via Guix-patches via [this message]
2025-01-02  7:55     ` 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y0zuo8z1.fsf@subvertising.org \
    --to=guix-patches@gnu.org \
    --cc=75121@debbugs.gnu.org \
    --cc=control@debbugs.gnu.org \
    --cc=csantosb@inventati.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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).