[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 266/287: Make apps-copy test use C-a
From: |
Matthew Fidler |
Subject: |
[elpa] 266/287: Make apps-copy test use C-a |
Date: |
Wed, 02 Jul 2014 14:46:33 +0000 |
mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.
commit 47d95aed124657fbb12af357aae469947abd6535
Author: Matthew L. Fidler <address@hidden>
Date: Mon Jun 30 10:22:11 2014 -0500
Make apps-copy test use C-a
---
ergoemacs-test.el | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/ergoemacs-test.el b/ergoemacs-test.el
index 5332ec8..243cce8 100644
--- a/ergoemacs-test.el
+++ b/ergoemacs-test.el
@@ -509,20 +509,17 @@ Test next and prior translation."
(should ret)))
(ert-deftest ergoemacs-test-apps-copy ()
- "Tests <apps> c on QWERTY cutting a region, not just a line."
+ "Tests <apps> c on QWERTY copying a region, not just a line."
(ergoemacs-test-layout
- :macro (format "<%s> c"
+ :macro (format "C-a <%s> c"
(if (eq system-type 'windows-nt)
"apps" "menu"))
(save-excursion
(switch-to-buffer (get-buffer-create "*ergoemacs-test*"))
(insert ergoemacs-test-lorem-ipsum)
- (push-mark (point))
- (push-mark (point-max) nil t)
- (goto-char (point-min))
(execute-kbd-macro macro)
(goto-char (point-max))
- (ergoemacs-paste)
+ (call-interactively 'ergoemacs-paste)
(should (string= (concat ergoemacs-test-lorem-ipsum
ergoemacs-test-lorem-ipsum)
(buffer-string)))
- [elpa] 251/287: Modify copy-line-or-region to work with `org-mode`, (continued)
- [elpa] 251/287: Modify copy-line-or-region to work with `org-mode`, Matthew Fidler, 2014/07/02
- [elpa] 258/287: Silence customize save with batch emacs., Matthew Fidler, 2014/07/02
- [elpa] 252/287: sort layouts alphabetically, Matthew Fidler, 2014/07/02
- [elpa] 260/287: Make sure `ergoemacs-hook-functions` is non-nil, Matthew Fidler, 2014/07/02
- [elpa] 259/287: Move saving last closed buffer to ergoemacs-theme, Matthew Fidler, 2014/07/02
- [elpa] 254/287: Add test for begining and ending of line, Matthew Fidler, 2014/07/02
- [elpa] 264/287: fix a typo, Matthew Fidler, 2014/07/02
- [elpa] 268/287: Run all ergoemacs- tests, Matthew Fidler, 2014/07/02
- [elpa] 265/287: More Robust ergoemacs-end-of-line-or-what (passes noninteractive test), Matthew Fidler, 2014/07/02
- [elpa] 269/287: Add autoload cookie to ergoemacs-test-layout, Matthew Fidler, 2014/07/02
- [elpa] 266/287: Make apps-copy test use C-a,
Matthew Fidler <=
- [elpa] 267/287: Move ergoemacs-hook-functions to prevent warnings, Matthew Fidler, 2014/07/02
- [elpa] 263/287: Remove condition-case handler, Matthew Fidler, 2014/07/02
- [elpa] 261/287: Make sure to include the ending new-line when copying an empty line, Matthew Fidler, 2014/07/02
- [elpa] 273/287: Slight bug fix for beginning-of-line-or-what, Matthew Fidler, 2014/07/02
- [elpa] 274/287: add eo and eo-displaced, Matthew Fidler, 2014/07/02
- [elpa] 262/287: Make paste is calling pre/post commands, Matthew Fidler, 2014/07/02
- [elpa] 270/287: Make test string smaller/easier to debug for apps-copy, Matthew Fidler, 2014/07/02
- [elpa] 276/287: Fix Issue #258, Matthew Fidler, 2014/07/02
- [elpa] 278/287: Fix Issue #256, Matthew Fidler, 2014/07/02
- [elpa] 279/287: Merge branch 'master' of github.com:ergoemacs/ergoemacs-mode, Matthew Fidler, 2014/07/02