GNU bug report logs - #72476
[PATCH] fix emacs-exwm

Previous Next

Package: guix-patches;

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

Date: Mon, 5 Aug 2024 12:58:02 UTC

Severity: normal

Tags: patch

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

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 72476 in the body.
You can then email your comments to 72476 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#72476; Package guix-patches. (Mon, 05 Aug 2024 12:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adam Quandour <adam.quandour <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 05 Aug 2024 12:58:02 GMT) Full text and rfc822 format available.

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

From: Adam Quandour <adam.quandour <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Adam Quandour <adam.quandour <at> gmail.com>
Subject: [PATCH] fix emacs-exwm
Date: Mon,  5 Aug 2024 15:56:30 +0300
exwm devs removed exwm-config-default procedure. As a result anyone who uses
exwm with default config (like I do) will get this error "Symbol’s function
definition is void: exwm-config-default". The solution is to use
exwm-config-example instead.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2ff1ed4..a1eeeeb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20111,7 +20111,7 @@ (define-public emacs-exwm
                               ((not (featurep 'exwm))
                                (require 'exwm)
                                (require 'exwm-config)
-                               (exwm-config-default)
+                               (exwm-config-example)
                                (message (concat "exwm configuration not found. "
                                                 "Falling back to default configuration...")))))))
                 (chmod exwm-executable #o555)))))))
-- 
2.45.2





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Mon, 19 Aug 2024 18:06:01 GMT) Full text and rfc822 format available.

Notification sent to Adam Quandour <adam.quandour <at> gmail.com>:
bug acknowledged by developer. (Mon, 19 Aug 2024 18:06:01 GMT) Full text and rfc822 format available.

Message #10 received at 72476-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 72476-done <at> debbugs.gnu.org
Cc: Adam Quandour <adam.quandour <at> gmail.com>
Subject: Re: [PATCH] fix emacs-exwm
Date: Mon, 19 Aug 2024 20:04:52 +0200
Hello,

> exwm devs removed exwm-config-default procedure. As a result anyone who uses
> exwm with default config (like I do) will get this error "Symbol’s function
> definition is void: exwm-config-default". The solution is to use
> exwm-config-example instead.

Applied, after normalizing commit message. Thank you.

Regards,
-- 
Nicolas Goaziou






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 17 Sep 2024 11:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 276 days ago.

Previous Next


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