GNU bug report logs - #75121
[PATCH] gnu: Add emacs-lucid.

Previous Next

Package: guix-patches;

Reported by: Divya Ranjan <divya <at> subvertising.org>

Date: Thu, 26 Dec 2024 18:24:02 UTC

Severity: normal

Tags: patch

Done: Cayetano Santos <csantosb <at> inventati.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75121 in the body.
You can then email your comments to 75121 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#75121; Package guix-patches. (Thu, 26 Dec 2024 18:24:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Divya Ranjan <divya <at> subvertising.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 26 Dec 2024 18:24:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Divya Ranjan <divya <at> subvertising.org>
To: guix-patches <at> gnu.org
Cc: Divya Ranjan <divya <at> subvertising.org>
Subject: [PATCH] gnu: Add emacs-lucid.
Date: Thu, 26 Dec 2024 18:20:48 +0000
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#75121; Package guix-patches. (Fri, 27 Dec 2024 08:48:02 GMT) Full text and rfc822 format available.

Message #8 received at 75121 <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: control <at> debbugs.gnu.org,75121 <at> debbugs.gnu.org
Subject: QA review for 75121
Date: Fri, 27 Dec 2024 09:47:42 +0100
[Message part 1 (text/plain, inline)]
user guix
usertag 75121 + waiting-on-contributor
thanks

Guix QA review form submission:

- Synopsys line is too long
- use "gtk+" for coherence with equivalent packages

Other than this, the package builds, I’m using it right now, thanks !

--
Cayetano Santos
GnuPG Key:   https://meta.sr.ht/~csantosb.pgp
FingerPrint: CCB8 1842 F9D7 058E CD67 377A BF5C DF4D F6BF 6682
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#75121; Package guix-patches. (Wed, 01 Jan 2025 15:23:02 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Divya Ranjan <divya <at> subvertising.org>
To: Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org>
Cc: control <at> debbugs.gnu.org, 75121 <at> debbugs.gnu.org,
 Cayetano Santos <csantosb <at> inventati.org>
Subject: Re: [bug#75121] QA review for 75121
Date: Wed, 01 Jan 2025 15:21:54 +0000
[Message part 1 (text/plain, inline)]
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,
[0001-gnu-Add-emacs-lucid.patch (text/x-patch, attachment)]
[Message part 3 (text/plain, inline)]
-- 
Divya Ranjan,
Philosophy, Mathematics, Libre Software.

Information forwarded to guix-patches <at> gnu.org:
bug#75121; Package guix-patches. (Wed, 01 Jan 2025 15:23:03 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#75121; Package guix-patches. (Thu, 02 Jan 2025 07:56:01 GMT) Full text and rfc822 format available.

Message #17 received at 75121 <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: Divya Ranjan <divya <at> subvertising.org>
Cc: control <at> debbugs.gnu.org, 75121 <at> debbugs.gnu.org
Subject: Re: [bug#75121] QA review for 75121
Date: Thu, 02 Jan 2025 08:55:10 +0100
[Message part 1 (text/plain, inline)]
user guix
usertag 75121 - waiting-on-contributor
usertag 75121 - reviewed-looks-good
thanks

>mer. 01 janv. 2025 at 15:21, Divya Ranjan <divya <at> subvertising.org> wrote:

> 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,
>
> [2. text/x-patch; 0001-gnu-Add-emacs-lucid.patch]...

--
Cayetano Santos
GnuPG Key:   https://meta.sr.ht/~csantosb.pgp
FingerPrint: CCB8 1842 F9D7 058E CD67 377A BF5C DF4D F6BF 6682
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#75121; Package guix-patches. (Thu, 23 Jan 2025 13:07:02 GMT) Full text and rfc822 format available.

Message #20 received at 75121 <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: 75121-done <at> debbugs.gnu.org
Cc: control <at> debbugs.gnu.org, 75121 <at> debbugs.gnu.org, divya <at> subvertising.org,
 csantosb <at> inventati.org
Subject: Re: [bug#75121] QA review for 75121
Date: Thu, 23 Jan 2025 14:06:39 +0100
[Message part 1 (text/plain, inline)]
Merged in #5e834c2.

--
Cayetano Santos
GnuPG Key:   https://meta.sr.ht/~csantosb.pgp
FingerPrint: CCB8 1842 F9D7 058E CD67 377A BF5C DF4D F6BF 6682
[signature.asc (application/pgp-signature, inline)]

Reply sent to Cayetano Santos <csantosb <at> inventati.org>:
You have taken responsibility. (Thu, 23 Jan 2025 13:07:02 GMT) Full text and rfc822 format available.

Notification sent to Divya Ranjan <divya <at> subvertising.org>:
bug acknowledged by developer. (Thu, 23 Jan 2025 13:07:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 21 Feb 2025 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 20 days ago.

Previous Next


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