[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 70/117: Fix unbound keys test
From: |
Matthew Fidler |
Subject: |
[elpa] 70/117: Fix unbound keys test |
Date: |
Fri, 25 Jul 2014 13:24:20 +0000 |
mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.
commit 0e551a2015ba07ebc168256e0790c25f8b8b012c
Author: Matthew L. Fidler <address@hidden>
Date: Fri Jul 18 10:55:19 2014 -0500
Fix unbound keys test
---
ergoemacs-test.el | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ergoemacs-test.el b/ergoemacs-test.el
index 24467a3..f563ab0 100644
--- a/ergoemacs-test.el
+++ b/ergoemacs-test.el
@@ -1008,7 +1008,8 @@ Selected mark would not be cleared after paste."
(declare-function ergoemacs-real-key-binding "ergoemacs-advices.el" (key
&optional accept-default no-remap position) t)
(ert-deftest ergoemacs-test-unbind-commands-active ()
"Make sure the unbound keys work"
- (should (eq 'ergoemacs-undefined (ergoemacs-real-key-binding (read-kbd-macro
"C-x C-s")))))
+ (let (ergoemacs-shortcut-keys ergoemacs-mode ergoemacs-read-input-keys)
+ (should (eq 'ergoemacs-undefined (ergoemacs-real-key-binding
(read-kbd-macro "C-x C-s"))))))
(declare-function ergoemacs-shortcut-for-command "ergoemacs-menus.el")
(declare-function ergoemacs-kbd-to-key "ergoemacs-menus.el")
- [elpa] 57/117: Add first keyword, and use in minibuffer-setup-hook, (continued)
- [elpa] 57/117: Add first keyword, and use in minibuffer-setup-hook, Matthew Fidler, 2014/07/25
- [elpa] 60/117: Fix byte-compile warning, Matthew Fidler, 2014/07/25
- [elpa] 62/117: Update ergoemacs-mode-line custom description, Matthew Fidler, 2014/07/25
- [elpa] 61/117: Set ergoemacs-mode-line default to t, Matthew Fidler, 2014/07/25
- [elpa] 63/117: Attempt to fix Issue #278, Matthew Fidler, 2014/07/25
- [elpa] 67/117: Fix Issue #278, Matthew Fidler, 2014/07/25
- [elpa] 59/117: Add ergoemacs-mode-line option, Matthew Fidler, 2014/07/25
- [elpa] 64/117: Add run-hook property, Matthew Fidler, 2014/07/25
- [elpa] 66/117: Allow keymaps to be copied before modifying them, Matthew Fidler, 2014/07/25
- [elpa] 69/117: Fix Issue #279, Matthew Fidler, 2014/07/25
- [elpa] 70/117: Fix unbound keys test,
Matthew Fidler <=
- [elpa] 72/117: Add back emacs 23, Matthew Fidler, 2014/07/25
- [elpa] 71/117: Use flat keymaps (start supporting emacs 23?), Matthew Fidler, 2014/07/25
- [elpa] 73/117: Try to make compatible with emacs 23, Matthew Fidler, 2014/07/25
- [elpa] 74/117: Remove debugging for iswitch-buffer, Matthew Fidler, 2014/07/25
- [elpa] 65/117: Allow hooks to be run before modifying keymaps, Matthew Fidler, 2014/07/25
- [elpa] 75/117: Declare some of the package functions to compile cleanly on Emacs 23, Matthew Fidler, 2014/07/25
- [elpa] 76/117: Add toggle component, Matthew Fidler, 2014/07/25
- [elpa] 78/117: Fix visual line support, Matthew Fidler, 2014/07/25
- [elpa] 77/117: Take out the toggling of the themes, Matthew Fidler, 2014/07/25
- [elpa] 68/117: Use remaps more, Matthew Fidler, 2014/07/25