summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-09Check for expected errors in `paredit-forward-delete'.Taylor R Campbell
2011-04-09Check for expected errors in `paredit-close-FOO'.Taylor R Campbell
2011-04-09Implement expected errors in test suite.Taylor R Campbell
2011-04-09Don't indent while the buffer is in intermediate broken states.Taylor R Campbell
2011-03-23Make the exhortation about bug reports slightly less harsh.Taylor R Campbell
2011-03-23Specify that paredit should work in XEmacs 21.5.28 or later.Taylor R Campbell
2011-03-23Omit vestigial unattached asterisk in summary at top.Taylor R Campbell
2011-03-23Make backslash escape prompt less confusing.Taylor R Campbell
2011-03-23Set `indent-tabs-mode' and `current-column' in `paredit-test'.Taylor R Campbell
2011-03-23Third argument to `indent-region' is not optional in GNU Emacs 21.Taylor R Campbell
2011-03-23Use `let*' rather than `let' in `paredit-indent-sexps'.Taylor R Campbell
2011-03-23Use `error', not `message', to report test failures in test.el.Taylor R Campbell
2011-03-23Fix bug in change to check structure in backward-delete of comment end.Taylor R Campbell
2011-03-23Omit vestigial debugging message from `paredit-test' in test.el.Taylor R Campbell
2011-03-23Fix docstring for `paredit-test-failure-function' in test.el.Taylor R Campbell
2011-03-23In `paredit-recenter-on-sexp', handle S-expressions larger than screen.Taylor R Campbell
2011-03-22Omit angled delimiters from the `paredit-open-...' tests.Taylor R Campbell
2011-03-22Handle scan errors in `paredit-scan-sexps-hack'.Taylor R Campbell
2011-03-22Reindent in `paredit-open-round' &c. like `paredit-wrap-round' &c.Taylor R Campbell
2011-03-22Use `?\ ' rather than `?\s' to appease GNU Emacs 21.Taylor R Campbell
2011-03-22Add rudimentary and preliminary test suite.Taylor R Campbell
2011-03-22Fix `imbalanced' -> `unbalanced' in `paredit-kill-region' docstring.Taylor R Campbell
2011-03-22Fix `imbalanced' -> `unbalanced' in `paredit-kill-ring-save' docstring.Taylor R Campbell
2011-03-22Fix typo: `imbalanced' -> `unbalanced' in `paredit-mode' docstring.Taylor R Campbell
2011-03-22Fix bug in recent change to more carefully delete comment ends.Taylor R Campbell
2011-03-22Be more careful about deleting comment starts & ends.Taylor R Campbell
2011-03-22Add `paredit-doublequote' examples at end of string and in comment.Taylor R Campbell
2011-03-22Omit needless line break in `paredit-join-sexps'.Taylor R Campbell
2011-03-22Avoid trailing space when `paredit-comment-dwim' inserts code comments.Taylor R Campbell
2011-03-22Fix end-of-line and end-of-buffer corner cases of `paredit-semicolon'.Taylor R Campbell
2011-03-22Show point in `paredit-splice-sexp-killing-forward' example.Taylor R Campbell
2011-03-22Show point in `paredit-splice-sexp-killing-backward' example.Taylor R Campbell
2011-03-22Fix spacing in `paredit-newline' example.Taylor R Campbell
2011-03-22Make `paredit-comment-dwim' code comment example work in isolation.Taylor R Campbell
2011-03-22Show point in `paredit-semicolon' example.Taylor R Campbell
2011-03-22Show point in `paredit-open-square' example.Taylor R Campbell
2011-03-22Permit joining adjacent lists without intervening whitespace.Taylor R Campbell
2011-03-20Count S-expressions more carefully in `paredit-insert-pair'.Taylor R Campbell
2011-03-20Use `scan-sexps' for noninteractive `check-parens'.Taylor R Campbell
2011-03-20Don't mask errors during `buffer-string' in `paredit-unescape-string'.Taylor R Campbell
2011-03-20Eliminate fboundp check for `check-parens' in `paredit-check-region'.Taylor R Campbell
2011-03-20Implement `paredit-override-check-parens-function'.Taylor R Campbell
2011-03-20Simplify definition of `paredit-count-sexps-forward'.Taylor R Campbell
2011-03-20Count carefully at end of buffer in `paredit-count-sexps-forward'.Taylor R Campbell
2011-03-20Preserve column in `paredit-reindent-defun'.Taylor R Campbell
2011-03-20Fix bounds checking in `paredit-find-next-string-start'.Taylor R Campbell
2011-03-20Bind M-? to `paredit-convolute-sexp'.Taylor R Campbell
2011-03-20Eliminate confusing comment over `paredit-splice-sexp'.Taylor R Campbell
2011-03-20Spell `paredit-recenter-on-sexp' to match convention in Emacs.Taylor R Campbell
2011-03-20Fix comment in `paredit-forward' on `up-list' vs `forward-char'.Taylor R Campbell