[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 229/287: Fix order of operations
From: |
Matthew Fidler |
Subject: |
[elpa] 229/287: Fix order of operations |
Date: |
Wed, 02 Jul 2014 14:46:13 +0000 |
mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.
commit eb4af2ab5b380677581c57892c0e5419f87e6e79
Author: Matthew L. Fidler <address@hidden>
Date: Thu Jun 26 10:25:47 2014 -0500
Fix order of operations
---
ergoemacs-test.el | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ergoemacs-test.el b/ergoemacs-test.el
index 19322c9..ea88647 100644
--- a/ergoemacs-test.el
+++ b/ergoemacs-test.el
@@ -953,7 +953,7 @@ Selected mark would not be cleared after paste."
(insert (format "(define-key ergoemacs-test-major-mode-map (kbd \"C-c
C-c\") #'(lambda() (interactive (with-temp-file \"%s\" (insert \"Ok\")))))"
w-file))
(insert
"(setq ergoemacs-test-macro (edmacro-parse-keys \"C-c C-c\"
t))(ergoemacs-test-major-mode)")
- (insert "(with-timeout (1.5 nil) (execute-kbd-macro
ergoemacs-test-macro))")
+ (insert "(with-timeout (0.5 nil) (execute-kbd-macro
ergoemacs-test-macro))")
(insert (format "(if (file-exists-p \"%s\") (message \"Passed\")
(message \"Failed\"))" w-file))
(insert ") (error (message \"Error %s\" err)))")
(unless (boundp 'wait-for-me)
@@ -961,8 +961,8 @@ Selected mark would not be cleared after paste."
(message "%s"
(shell-command-to-string
(format "%s %s -Q -l %s"
- (if (boundp 'wait-for-me) "" "--batch")
- emacs-exe temp-file)))
+ emacs-exe (if (boundp 'wait-for-me) "" "--batch")
+ temp-file)))
(delete-file temp-file)
(should (file-exists-p w-file))
(when (file-exists-p w-file)
- [elpa] 212/287: modified ergoemacs-cut-all so it doesn't join previous cut., (continued)
- [elpa] 212/287: modified ergoemacs-cut-all so it doesn't join previous cut., Matthew Fidler, 2014/07/02
- [elpa] 216/287: Drop FIXME, Matthew Fidler, 2014/07/02
- [elpa] 223/287: Remove archive-mode and ses-mode from menus. Issue #246., Matthew Fidler, 2014/07/02
- [elpa] 217/287: Fix image generation and autohotkey generation, Matthew Fidler, 2014/07/02
- [elpa] 220/287: Partial Fix for Issue #243, Matthew Fidler, 2014/07/02
- [elpa] 222/287: Merge branch 'master' of github.com:ergoemacs/ergoemacs-mode, Matthew Fidler, 2014/07/02
- [elpa] 221/287: Be more careful with links. Issue #247, Matthew Fidler, 2014/07/02
- [elpa] 225/287: Added disabling to redo based on undo-tree-mode, Matthew Fidler, 2014/07/02
- [elpa] 218/287: Merge branch 'master' of github.com:ergoemacs/ergoemacs-mode, Matthew Fidler, 2014/07/02
- [elpa] 231/287: Change layout descriptions, Matthew Fidler, 2014/07/02
- [elpa] 229/287: Fix order of operations,
Matthew Fidler <=
- [elpa] 226/287: Remove default redo keys; Possibly Fix Issue #242, Matthew Fidler, 2014/07/02
- [elpa] 224/287: Make undo-tree the default undo method and installed when ergoemacs-mode is installed. Issue #242, Matthew Fidler, 2014/07/02
- [elpa] 228/287: Add `cua-rect` require so that tests pass, Matthew Fidler, 2014/07/02
- [elpa] 219/287: `ergoemacs-select-text-in-quote' can now deal with escaped quote in string., Matthew Fidler, 2014/07/02
- [elpa] 233/287: Change the default option back, Matthew Fidler, 2014/07/02
- [elpa] 230/287: Fix `ergoemacs-beginning-of-line-or-what` and `ergoemacs-end-of-line-or-what`, Matthew Fidler, 2014/07/02
- [elpa] 227/287: Be more careful of cua--rectangle, Matthew Fidler, 2014/07/02
- [elpa] 232/287: Fix beginning of line function again..., Matthew Fidler, 2014/07/02
- [elpa] 238/287: Fix warnings for cua-clear-rectangle-mark., Matthew Fidler, 2014/07/02
- [elpa] 240/287: Move the fixed bracket moving to the bracket theme component., Matthew Fidler, 2014/07/02