Age | Commit message (Expand) | Author |
2011-05-07 | Fix error message in `paredit-test'. | Taylor R Campbell |
2011-05-07 | Fix `kill-line' tests now that `show-trailing-whitespace' is nil. | Taylor R Campbell |
2011-05-07 | Set `show-trailing-whitespace' to nil when running tests. | Taylor R Campbell |
2011-05-07 | Add regression test for `paredit-convolute-sexp' screw case. | Taylor R Campbell |
2011-05-07 | Fail early in `paredit-convolute-sexp'. | Taylor R Campbell |
2011-04-12 | Tweak a `paredit-reindent-defun' test slightly. | Taylor R Campbell |
2011-04-11 | Be explicit about Transient Mark Mode in `paredit-wrap-*' tests. | Taylor R Campbell |
2011-04-11 | Add character deletion tests to verify the new `paredit-in-char-p'. | Taylor R Campbell |
2011-04-11 | Make `paredit-in-char-p' work recursively. | Taylor R Campbell |
2011-04-11 | Expand `paredit-kill' tests a little. | Taylor R Campbell |
2011-04-11 | Replace `paredit-wrap-sexp' tests by `paredit-wrap-round' &c. tests. | Taylor R Campbell |
2011-04-11 | Fix docstring of `paredit-check-region-for-delete'. | Taylor R Campbell |
2011-04-11 | Fix `paredit-backslash' within a character literal. | Taylor R Campbell |
2011-04-11 | Add and fix some tests for `(' and `)' while in a character literal. | Taylor R Campbell |
2011-04-11 | Fix `paredit-move-past-close' within a character escape. | Taylor R Campbell |
2011-04-11 | Add tests for region deletion across comment boundaries. | Taylor R Campbell |
2011-04-11 | Fix logic in checking region deletion across comment boundaries. | Taylor R Campbell |
2011-04-11 | Add some trivial tests for region deletion/killing commands. | Taylor R Campbell |
2011-04-11 | Add some trivial tests for `paredit-wrap-sexp'. | Taylor R Campbell |
2011-04-11 | Support setting the mark in test cases, indicated by an underscore. | Taylor R Campbell |
2011-04-11 | Tweak safe region deletion. | Taylor R Campbell |
2011-04-11 | Add some tests for recent changes to deletion and killing commands. | Taylor R Campbell |
2011-04-11 | Check `paredit-kill' in a comment more carefully. | Taylor R Campbell |
2011-04-11 | Fix checks on deletion of comment boundaries. | Taylor R Campbell |
2011-04-11 | Tweak `paredit-check-region' and `paredit-region-ok-p'. | Taylor R Campbell |
2011-04-10 | Add brief docstring to `paredit-check-region-state'. | Taylor R Campbell |
2011-04-09 | Add test for C-u ( with trailing comment and no trailing newline. | Taylor R Campbell |
2011-04-09 | Fix `paredit-insert-pair' when buffer ends with no-newline comment. | Taylor R Campbell |
2011-04-09 | Add trivial tests for `paredit-open-...' with prefix arguments. | Taylor R Campbell |
2011-04-09 | Break page in test.el before indentation regression tests. | Taylor R Campbell |
2011-04-09 | Omit redundant `paredit-backward-delete' test. | Taylor R Campbell |
2011-04-09 | Omit redundant `paredit-forward-delete' test. | Taylor R Campbell |
2011-04-09 | Use `call-interactively' rather than `funcall' in `paredit-test'. | Taylor R Campbell |
2011-04-09 | Check for expected errors in `paredit-backward-delete'. | Taylor R Campbell |
2011-04-09 | Check for expected errors in `paredit-forward-delete'. | Taylor R Campbell |
2011-04-09 | Check for expected errors in `paredit-close-FOO'. | Taylor R Campbell |
2011-04-09 | Implement expected errors in test suite. | Taylor R Campbell |
2011-04-09 | Don't indent while the buffer is in intermediate broken states. | Taylor R Campbell |
2011-03-23 | Make the exhortation about bug reports slightly less harsh. | Taylor R Campbell |
2011-03-23 | Specify that paredit should work in XEmacs 21.5.28 or later. | Taylor R Campbell |
2011-03-23 | Omit vestigial unattached asterisk in summary at top. | Taylor R Campbell |
2011-03-23 | Make backslash escape prompt less confusing. | Taylor R Campbell |
2011-03-23 | Set `indent-tabs-mode' and `current-column' in `paredit-test'. | Taylor R Campbell |
2011-03-23 | Third argument to `indent-region' is not optional in GNU Emacs 21. | Taylor R Campbell |
2011-03-23 | Use `let*' rather than `let' in `paredit-indent-sexps'. | Taylor R Campbell |
2011-03-23 | Use `error', not `message', to report test failures in test.el. | Taylor R Campbell |
2011-03-23 | Fix bug in change to check structure in backward-delete of comment end. | Taylor R Campbell |
2011-03-23 | Omit vestigial debugging message from `paredit-test' in test.el. | Taylor R Campbell |
2011-03-23 | Fix docstring for `paredit-test-failure-function' in test.el. | Taylor R Campbell |
2011-03-23 | In `paredit-recenter-on-sexp', handle S-expressions larger than screen. | Taylor R Campbell |