GNU bug report logs - #27543
gnu: emacs-exwm-x: Update to 1.6.

Previous Next

Package: guix-patches;

Reported by: "Feng Shu" <tumashu <at> 163.com>

Date: Sat, 1 Jul 2017 05:52:01 UTC

Severity: normal

Done: Jan Nieuwenhuizen <janneke <at> gnu.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 27543 in the body.
You can then email your comments to 27543 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#27543; Package guix-patches. (Sat, 01 Jul 2017 05:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Feng Shu" <tumashu <at> 163.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 01 Jul 2017 05:52:02 GMT) Full text and rfc822 format available.

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

From: "Feng Shu" <tumashu <at> 163.com>
To: guix-patches <guix-patches <at> gnu.org>
Cc: Feng Shu <tumashu <at> 163.com>
Subject: gnu: emacs-exwm-x: Update to 1.6.
Date: Sat, 01 Jul 2017 13:50:41 +0800
[0001-gnu-emacs-exwm-x-Update-to-1.6.patch (text/x-patch, inline)]
From 4d177e829723fed06504f914b560c81851ab9ae6 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu <at> 163.com>
Date: Sat, 1 Jul 2017 13:48:29 +0800
Subject: [PATCH] gnu: emacs-exwm-x: Update to 1.6.

* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.6.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index abd114d1a..0e6f6a044 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4659,7 +4659,7 @@ other operations.")
 (define-public emacs-exwm-x
   (package
     (name "emacs-exwm-x")
-    (version "1.1")
+    (version "1.6")
     (synopsis "Derivative window manager based on EXWM")
     (source (origin
               (method url-fetch)
@@ -4669,7 +4669,7 @@ other operations.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "06w6mp25prrlbr7p23rmnm4agdvjydw4c9dy32kzasgy0gplzbn7"))))
+                "1i3dh7y0d7x152kbj67xispk0999d2xnghykjp91v6dc9dwxmgbj"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-exwm" ,emacs-exwm)
-- 
2.12.2

[Message part 2 (text/plain, inline)]

-- 

Information forwarded to guix-patches <at> gnu.org:
bug#27543; Package guix-patches. (Sat, 01 Jul 2017 07:08:01 GMT) Full text and rfc822 format available.

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

From: Jan Nieuwenhuizen <janneke <at> gnu.org>
To: "Feng Shu" <tumashu <at> 163.com>
Cc: 27543 <at> debbugs.gnu.org
Subject: Re: [bug#27543] gnu: emacs-exwm-x: Update to 1.6.
Date: Sat, 01 Jul 2017 09:06:39 +0200
Feng Shu writes:

Hi Feng Shu,

> From 4d177e829723fed06504f914b560c81851ab9ae6 Mon Sep 17 00:00:00 2001
> From: Feng Shu <tumashu <at> 163.com>
> Date: Sat, 1 Jul 2017 13:48:29 +0800
> Subject: [PATCH] gnu: emacs-exwm-x: Update to 1.6.

Thanks for the update!

The package description looks fine, so I tried it and it broke my emacs.
Nothing worked: C-x b, M-x ... RET, C-x w, not even C-x C-c; I could not
exit emacs/my WM.  Ideas?

Greetings,
janneke

-- 
Jan Nieuwenhuizen <janneke <at> gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ® http://AvatarAcademy.com




Information forwarded to guix-patches <at> gnu.org:
bug#27543; Package guix-patches. (Sat, 01 Jul 2017 14:56:02 GMT) Full text and rfc822 format available.

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

From: "Feng Shu" <tumashu <at> 163.com>
To: 27543 <at> debbugs.gnu.org
Cc: Feng Shu <tumashu <at> 163.com>
Subject: gnu: emacs-exwm-x: Update to 1.6.2.
Date: Sat, 01 Jul 2017 22:55:06 +0800
[Message part 1 (text/plain, inline)]
I have updated the exwm-x to v1.6.2, make it work well with "emacs -q"


[0001-gnu-emacs-exwm-x-Update-to-1.6.2.patch (text/x-patch, inline)]
From 88418100e39399d0f38ecb87b47d61da3e7d24f5 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu <at> 163.com>
Date: Sat, 1 Jul 2017 13:48:29 +0800
Subject: [PATCH] gnu: emacs-exwm-x: Update to 1.6.2.

* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.6.2.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index abd114d1a..e10281613 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4659,7 +4659,7 @@ other operations.")
 (define-public emacs-exwm-x
   (package
     (name "emacs-exwm-x")
-    (version "1.1")
+    (version "1.6.2")
     (synopsis "Derivative window manager based on EXWM")
     (source (origin
               (method url-fetch)
@@ -4669,7 +4669,7 @@ other operations.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "06w6mp25prrlbr7p23rmnm4agdvjydw4c9dy32kzasgy0gplzbn7"))))
+                "0rki0vh01m0ywnz25r92f444x038l5cy9vwmpdqw9j92yl29hays"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-exwm" ,emacs-exwm)
-- 
2.12.2

[Message part 3 (text/plain, inline)]


-- 

Reply sent to Jan Nieuwenhuizen <janneke <at> gnu.org>:
You have taken responsibility. (Tue, 04 Jul 2017 20:10:02 GMT) Full text and rfc822 format available.

Notification sent to "Feng Shu" <tumashu <at> 163.com>:
bug acknowledged by developer. (Tue, 04 Jul 2017 20:10:02 GMT) Full text and rfc822 format available.

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

From: Jan Nieuwenhuizen <janneke <at> gnu.org>
To: "Feng Shu" <tumashu <at> 163.com>
Cc: 27543-done <at> debbugs.gnu.org
Subject: Re: [bug#27543] gnu: emacs-exwm-x: Update to 1.6.2.
Date: Tue, 04 Jul 2017 22:09:11 +0200
Feng Shu writes:

> I have updated the exwm-x to v1.6.2, make it work well with "emacs -q"

Thank you, that helped.

The problem was my exwmx-example.el that I copied from 0.8.1.  Using
that with 1.1 is a bit troublesome, but it breaks 1.6.

> From 88418100e39399d0f38ecb87b47d61da3e7d24f5 Mon Sep 17 00:00:00 2001
> From: Feng Shu <tumashu <at> 163.com>
> Date: Sat, 1 Jul 2017 13:48:29 +0800
> Subject: [PATCH] gnu: emacs-exwm-x: Update to 1.6.2.

Thanks, pushed to master as e208bf789c852ec2b4fed96e94cd1bada81ac503

Greetings,
janneke

-- 
Jan Nieuwenhuizen <janneke <at> gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ® http://AvatarAcademy.com




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 02 Aug 2017 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 17 days ago.

Previous Next


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