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

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

[elpa] 102/117: Tell user that the global keys are overriding ergoemacs-


From: Matthew Fidler
Subject: [elpa] 102/117: Tell user that the global keys are overriding ergoemacs-keys
Date: Fri, 25 Jul 2014 13:24:36 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit b11bded0d2b8db7982ceb8688d2c7365faa6b82e
Author: Matthew L. Fidler <address@hidden>
Date:   Thu Jul 24 08:54:02 2014 -0500

    Tell user that the global keys are overriding ergoemacs-keys
---
 ergoemacs-theme-engine.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el
index 288be93..b1264f3 100644
--- a/ergoemacs-theme-engine.el
+++ b/ergoemacs-theme-engine.el
@@ -2237,6 +2237,8 @@ DONT-COLLAPSE doesn't collapse empty keymaps"
                      (not (member key '([remap] ))))
             (pushnew key ergoemacs-global-override-rm-keys
                      :test 'equal)
+            (message "Removing %s because of globally bound %s"
+                     (ergoemacs-pretty-key (key-description key)) lk)
             (throw 'found-global-command t)))
         (setq key (substring key 0 (- (length key) 1)))))))
 



reply via email to

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