emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/exwm eee5c6f: * exwm-input.el (exwm-input--on-KeyPress-


From: Chris Feng
Subject: [elpa] externals/exwm eee5c6f: * exwm-input.el (exwm-input--on-KeyPress-char-mode): No need to
Date: Tue, 12 Jul 2016 12:09:44 +0000 (UTC)

branch: externals/exwm
commit eee5c6fa4dd776c1604e5ec7db34bc5401d8dea6
Author: Chris Feng <address@hidden>
Commit: Chris Feng <address@hidden>

    * exwm-input.el (exwm-input--on-KeyPress-char-mode): No need to
    force events to be added to `this-command-keys' (and it causes problems).
---
 exwm-input.el |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/exwm-input.el b/exwm-input.el
index 2622253..1c711b3 100644
--- a/exwm-input.el
+++ b/exwm-input.el
@@ -319,9 +319,7 @@ It's updated in several occasions, and only used by 
`exwm-input--set-focus'.")
           (setq exwm-input--temp-line-mode t
                 exwm-input--during-key-sequence t)
           (exwm-input--grab-keyboard))  ;grab keyboard temporarily
-        ;; Feed this event to command loop.  Also force it to be added to
-        ;; `this-command-keys'.
-        (push (cons t event) unread-command-events))))
+        (push event unread-command-events))))
   (xcb:+request exwm--connection
       (make-instance 'xcb:AllowEvents
                      :mode xcb:Allow:AsyncKeyboard



reply via email to

[Prev in Thread] Current Thread [Next in Thread]