unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#27543] gnu: emacs-exwm-x: Update to 1.6.
@ 2017-07-01  5:50 Feng Shu
  2017-07-01  7:06 ` Jan Nieuwenhuizen
  2017-07-01 14:55 ` [bug#27543] gnu: emacs-exwm-x: Update to 1.6.2 Feng Shu
  0 siblings, 2 replies; 4+ messages in thread
From: Feng Shu @ 2017-07-01  5:50 UTC (permalink / raw)
  To: 27543

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-emacs-exwm-x-Update-to-1.6.patch --]
[-- Type: text/x-patch, Size: 1175 bytes --]

From 4d177e829723fed06504f914b560c81851ab9ae6 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu@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


[-- Attachment #2: Type: text/plain, Size: 6 bytes --]



-- 

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#27543] gnu: emacs-exwm-x: Update to 1.6.
  2017-07-01  5:50 [bug#27543] gnu: emacs-exwm-x: Update to 1.6 Feng Shu
@ 2017-07-01  7:06 ` Jan Nieuwenhuizen
  2017-07-01 14:55 ` [bug#27543] gnu: emacs-exwm-x: Update to 1.6.2 Feng Shu
  1 sibling, 0 replies; 4+ messages in thread
From: Jan Nieuwenhuizen @ 2017-07-01  7:06 UTC (permalink / raw)
  To: Feng Shu; +Cc: 27543

Feng Shu writes:

Hi Feng Shu,

> From 4d177e829723fed06504f914b560c81851ab9ae6 Mon Sep 17 00:00:00 2001
> From: Feng Shu <tumashu@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@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#27543] gnu: emacs-exwm-x: Update to 1.6.2.
  2017-07-01  5:50 [bug#27543] gnu: emacs-exwm-x: Update to 1.6 Feng Shu
  2017-07-01  7:06 ` Jan Nieuwenhuizen
@ 2017-07-01 14:55 ` Feng Shu
  2017-07-04 20:09   ` bug#27543: " Jan Nieuwenhuizen
  1 sibling, 1 reply; 4+ messages in thread
From: Feng Shu @ 2017-07-01 14:55 UTC (permalink / raw)
  To: 27543

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]


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



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-exwm-x-Update-to-1.6.2.patch --]
[-- Type: text/x-patch, Size: 1181 bytes --]

From 88418100e39399d0f38ecb87b47d61da3e7d24f5 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu@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


[-- Attachment #3: Type: text/plain, Size: 7 bytes --]




-- 

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#27543: gnu: emacs-exwm-x: Update to 1.6.2.
  2017-07-01 14:55 ` [bug#27543] gnu: emacs-exwm-x: Update to 1.6.2 Feng Shu
@ 2017-07-04 20:09   ` Jan Nieuwenhuizen
  0 siblings, 0 replies; 4+ messages in thread
From: Jan Nieuwenhuizen @ 2017-07-04 20:09 UTC (permalink / raw)
  To: Feng Shu; +Cc: 27543-done

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@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@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-04 20:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-01  5:50 [bug#27543] gnu: emacs-exwm-x: Update to 1.6 Feng Shu
2017-07-01  7:06 ` Jan Nieuwenhuizen
2017-07-01 14:55 ` [bug#27543] gnu: emacs-exwm-x: Update to 1.6.2 Feng Shu
2017-07-04 20:09   ` bug#27543: " Jan Nieuwenhuizen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).