GNU bug report logs - #73805
[PATCH 2/2] gnu: fix emacs-exwm

Previous Next

Package: guix-patches;

Reported by: Adam Quandour <adam.quandour <at> gmail.com>

Date: Mon, 14 Oct 2024 18:31:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#73805: closed ([PATCH 2/2] gnu: fix emacs-exwm)
Date: Tue, 15 Oct 2024 07:23:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 15 Oct 2024 09:22:15 +0200
with message-id <87o73lygns.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#73805] [PATCH 2/2] gnu: fix emacs-exwm
has caused the debbugs.gnu.org bug report #73805,
regarding [PATCH 2/2] gnu: fix emacs-exwm
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
73805: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73805
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Adam Quandour <adam.quandour <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Adam Quandour <adam.quandour <at> gmail.com>
Subject: [PATCH 2/2] gnu: fix emacs-exwm
Date: Mon, 14 Oct 2024 21:30:03 +0300
* gnu/packages/emacs-xyz.scm (emacs-exwm): Fix the package.

EXWM project team removed exwm-config-example. Now exwm will not work if
the user doesn't have any configuration in ~/.emacs (or any other emacs init
file). I suggest leaving exwm-enable and a link to the project's wiki
page. So the user will have at least a fullscreen emacs window to work with.
---
 gnu/packages/emacs-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4726657..f2a52d3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20446,10 +20446,12 @@ (define-public emacs-exwm
                                (load-file "~/.exwm"))
                               ((not (featurep 'exwm))
                                (require 'exwm)
-                               (require 'exwm-config)
-                               (exwm-config-example)
+                               (exwm-enable)
                                (message (concat "exwm configuration not found. "
-                                                "Falling back to default configuration...")))))))
+                                                "Falling back to minimal configuration. "
+                                                "An example configuration can be found here "
+                                                "https://github.com/emacs-exwm/exwm"
+                                                "/wiki/Configuration-Example")))))))
                 (chmod exwm-executable #o555)))))))
     (home-page "https://github.com/ch11ng/exwm")
     (description
-- 
2.46.0



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Adam Quandour <adam.quandour <at> gmail.com>
Cc: 73805-done <at> debbugs.gnu.org
Subject: Re: [bug#73805] [PATCH 2/2] gnu: fix emacs-exwm
Date: Tue, 15 Oct 2024 09:22:15 +0200
Hello,

Adam Quandour <adam.quandour <at> gmail.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-exwm): Fix the package.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 270 days ago.

Previous Next


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