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

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

[elpa] externals/exwm 8e0c5ee327 3/3: Reduce logging verbosity


From: ELPA Syncer
Subject: [elpa] externals/exwm 8e0c5ee327 3/3: Reduce logging verbosity
Date: Tue, 22 Nov 2022 16:57:39 -0500 (EST)

branch: externals/exwm
commit 8e0c5ee327f4196c71395407f9084e68d7322c45
Author: Adrián Medraño Calvo <adrian@medranocalvo.com>
Commit: Adrián Medraño Calvo <adrian@medranocalvo.com>

    Reduce logging verbosity
    
    * exwm-input.el (exwm-input--on-echo-area-dirty)
    (exwm-input--on-echo-area-clear): Reduce logging verbosity.
---
 exwm-input.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/exwm-input.el b/exwm-input.el
index c27ee1b04f..8fd0af50d8 100644
--- a/exwm-input.el
+++ b/exwm-input.el
@@ -1121,16 +1121,16 @@ One use is to access the keymap bound to KEYS (as 
prefix keys) in char-mode."
 
 (defun exwm-input--on-echo-area-dirty ()
   "Run when new message arrives to grab keyboard if necessary."
-  (exwm--log)
   (when (and (not (active-minibuffer-window))
              (not (exwm-workspace--client-p))
              cursor-in-echo-area)
+    (exwm--log)
     (exwm-input--on-minibuffer-setup)))
 
 (defun exwm-input--on-echo-area-clear ()
   "Run in `echo-area-clear-hook' to release keyboard if necessary."
-  (exwm--log)
   (unless (current-message)
+    (exwm--log)
     (exwm-input--on-minibuffer-exit)))
 
 (defun exwm-input--init ()



reply via email to

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