all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: 43674@debbugs.gnu.org
Subject: [bug#43674] Acknowledgement ([PATCH 1/2] gnu: Add emacs-xelb-no-x-toolkit.)
Date: Mon, 28 Sep 2020 16:42:23 +0200	[thread overview]
Message-ID: <874knit12o.fsf@ambrevar.xyz> (raw)
In-Reply-To: <handler.43674.B.160130402930212.ack@debbugs.gnu.org>


[-- Attachment #1.1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0002-gnu-Add-emacs-exwm-no-x-toolkit.patch --]
[-- Type: text/x-patch, Size: 1186 bytes --]

From 28214d716f5ef1b08a3ce5d627c25614c294836c Mon Sep 17 00:00:00 2001
From: Pierre Neidhardt <mail@ambrevar.xyz>
Date: Mon, 28 Sep 2020 16:36:57 +0200
Subject: [PATCH 2/2] gnu: Add emacs-exwm-no-x-toolkit.

* gnu/packages/emacs-xyz.scm (emacs-exwm-no-x-toolkit): New variable.
---
 gnu/packages/emacs-xyz.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ef5ee91355..183443fb90 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11395,6 +11395,17 @@ of XELB.")
      (substitute-keyword-arguments (package-arguments emacs-xelb)
        ((#:emacs emacs) `,emacs-no-x-toolkit)))))
 
+(define-public emacs-exwm-no-x-toolkit
+  (package
+    (inherit emacs-exwm)
+    (name "emacs-exwm-no-x-toolkit")
+    (synopsis "Emacs X window manager (without an X toolkit)")
+    (propagated-inputs
+     `(("emacs-xelb-no-x-toolkit" ,emacs-xelb-no-x-toolkit)))
+    (arguments
+     (substitute-keyword-arguments (package-arguments emacs-exwm)
+       ((#:emacs emacs) `,emacs-no-x-toolkit)))))
+
 (define-public emacs-switch-window
   (package
     (name "emacs-switch-window")
-- 
2.28.0


  parent reply	other threads:[~2020-09-28 14:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-28 14:40 [bug#43674] [PATCH 1/2] gnu: Add emacs-xelb-no-x-toolkit Pierre Neidhardt
     [not found] ` <handler.43674.B.160130402930212.ack@debbugs.gnu.org>
2020-09-28 14:42   ` Pierre Neidhardt [this message]
2020-10-05  8:29     ` [bug#43674] Acknowledgement ([PATCH 1/2] gnu: Add emacs-xelb-no-x-toolkit.) Ludovic Courtès
2020-10-05 10:40 ` [bug#43674] [PATCH 1/2] gnu: Add emacs-xelb-no-x-toolkit zimoun
2020-10-05 14:49   ` Pierre Neidhardt

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=874knit12o.fsf@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=43674@debbugs.gnu.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.