index
:
paredit
maint-23
maint-24
maint-25
master
release
paredit -- parenthetical editing in Emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paredit.el
Age
Commit message (
Expand
)
Author
2013-04-07
Improve indentation and column preservation in `paredit-splice'.
Taylor R Campbell
2013-04-07
Add `paredit-indent-region' and move indentation utilities around.
Taylor R Campbell
2013-04-07
Add some miscellaneous S-expression parsing utilities.
Taylor R Campbell
2013-04-07
Change `paredit-meta-doublequote' to avoid breaking the line.
Taylor R Campbell
2013-04-07
Preserve column better in `paredit-join'.
Taylor R Campbell
2013-04-07
Implement `paredit-preserving-column'.
Taylor R Campbell
2013-04-07
Make `paredit-forward' and `paredit-backward' move out of strings.
Taylor R Campbell
2013-04-07
Fix paredit-doublequote inside a string escape.
Taylor R Campbell
2013-04-07
Add clearer names for the enclosing string start/end points.
Taylor R Campbell
2013-04-07
Add a zillion paredit-kill tests. Fix a tiny bug they revealed.
Taylor R Campbell
2013-04-07
Update URI references: nix paredit-23.el, add Git repository.
Taylor R Campbell
2013-04-07
Bump version: 23 beta -> 24 beta.
Taylor R Campbell
2013-04-07
Remove unnecessarily nasty text about reporting bugs.
Taylor R Campbell
2013-04-07
Bump copyright year to 2013.
Taylor R Campbell
2011-05-08
Tweak `paredit-convolute-sexp' a little and add some tests for it.
Taylor R Campbell
2011-05-07
Fail early in `paredit-convolute-sexp'.
Taylor R Campbell
2011-04-11
Make `paredit-in-char-p' work recursively.
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
Fix `paredit-move-past-close' within a character escape.
Taylor R Campbell
2011-04-11
Fix logic in checking region deletion across comment boundaries.
Taylor R Campbell
2011-04-11
Tweak safe region deletion.
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
Fix `paredit-insert-pair' when buffer ends with no-newline comment.
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
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
Fix bug in change to check structure in backward-delete of comment end.
Taylor R Campbell
2011-03-23
In `paredit-recenter-on-sexp', handle S-expressions larger than screen.
Taylor R Campbell
2011-03-22
Handle scan errors in `paredit-scan-sexps-hack'.
Taylor R Campbell
2011-03-22
Reindent in `paredit-open-round' &c. like `paredit-wrap-round' &c.
Taylor R Campbell
2011-03-22
Use `?\ ' rather than `?\s' to appease GNU Emacs 21.
Taylor R Campbell
2011-03-22
Fix `imbalanced' -> `unbalanced' in `paredit-kill-region' docstring.
Taylor R Campbell
2011-03-22
Fix `imbalanced' -> `unbalanced' in `paredit-kill-ring-save' docstring.
Taylor R Campbell
2011-03-22
Fix typo: `imbalanced' -> `unbalanced' in `paredit-mode' docstring.
Taylor R Campbell
2011-03-22
Fix bug in recent change to more carefully delete comment ends.
Taylor R Campbell
2011-03-22
Be more careful about deleting comment starts & ends.
Taylor R Campbell
2011-03-22
Add `paredit-doublequote' examples at end of string and in comment.
Taylor R Campbell
2011-03-22
Omit needless line break in `paredit-join-sexps'.
Taylor R Campbell
2011-03-22
Avoid trailing space when `paredit-comment-dwim' inserts code comments.
Taylor R Campbell
2011-03-22
Fix end-of-line and end-of-buffer corner cases of `paredit-semicolon'.
Taylor R Campbell
2011-03-22
Show point in `paredit-splice-sexp-killing-forward' example.
Taylor R Campbell
2011-03-22
Show point in `paredit-splice-sexp-killing-backward' example.
Taylor R Campbell
[next]