Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-15 | Fix some wording about paredit-space-for-delmiter-predicates. | Taylor R Campbell | |
This description is still bad and could use more work. Patches welcome! Noted by Leo Liu. | |||
2016-03-24 | Add email address. | Taylor R Campbell | |
2016-03-24 | Bump copyright year to 2016. | Taylor R Campbell | |
2015-02-17 | Make the mode line lighter a configurable variable. | Taylor R Campbell | |
From Mark Oteiza. | |||
2015-02-13 | Appease `version-to-list' syntax in Version: keyword. | Taylor R Campbell | |
Noted by Mark Oteiza. | |||
2015-01-26 | Quote M-mode-hook for add-hook in example .emacs fragment. | Taylor R Campbell | |
2015-01-26 | Bump copyright year to 2015. | Taylor R Campbell | |
2014-12-06 | Bump version number 24->25. | Taylor R Campbell | |
2014-01-28 | Let C-d and DEL delete the other spurious delimiters too. | Taylor R Campbell | |
2014-01-28 | Bump copyright date: 2013->2014. | Taylor R Campbell | |
2013-07-22 | Add autoload cookie for `enable-paredit-mode'. | Taylor R Campbell | |
From William Xu. | |||
2013-07-09 | Tweak comment about barfage error. | Taylor R Campbell | |
2013-07-09 | Make slurping and barfing support prefix arguments. | Taylor R Campbell | |
Positive numeric means slurp/barf that many forms. Negative numeric slurp means barf -that many forms, and vice versa. C-u means slurp/barf as many as possible before hitting end of list. Tests are currently pretty limited. Please help! | |||
2013-07-09 | If in a string, slurp into the enclosing list if necessary. | Taylor R Campbell | |
2013-07-09 | Allow slurping while in a character. | Taylor R Campbell | |
2013-07-09 | Suggest `M-x enable-paredit-mode RET'. | Taylor R Campbell | |
The fragment above suggests autoloading `enable-paredit-mode', not `paredit-mode', so `M-x paredit-mode RET' won't work too well... | |||
2013-07-09 | A little more HTML tweaking. Not perfect, but enough for the day. | Taylor R Campbell | |
2013-07-09 | Tweak HTML output a little more. | Taylor R Campbell | |
2013-07-09 | Rework HTML output to simplify and prettify everything. | Taylor R Campbell | |
2013-07-08 | Tweak whitespace in `paredit-split-sexp'. No functional change. | Taylor R Campbell | |
2013-07-08 | Fix reference to `backward-down-list', which is no more. | Taylor R Campbell | |
(Why doesn't GNU Emacs include this? Grmble.) | |||
2013-07-08 | Revert "Bind M-[ to paredit-wrap-square." | Taylor R Campbell | |
This reverts commit a26c148244962c1365c185dbe154118c88183575. `ESC [' is how various terminal escape sequences begin, so overriding this is a bad idea! | |||
2013-07-06 | Make slurping `(|) foo' yield `(|foo)', not `(| foo)'. | Taylor R Campbell | |
Likewise for backward slurping and slurping into strings. Add some tests. | |||
2013-07-06 | Bind M-[ to paredit-wrap-square. | Taylor R Campbell | |
2013-06-16 | Use `paredit-preserving-column' in `paredit-reindent-defun'. | Taylor R Campbell | |
2013-06-13 | Handle shift selection in motion commands in recent GNU Emacs. | Taylor R Campbell | |
Drop `backward-down-list'. All four {backward, forward} x {up, down} motion commands are done pareditishly now. | |||
2013-06-13 | Rework paredit-semicolon and add some tests for it. | Taylor R Campbell | |
2013-06-13 | Avoid `backward-delete-char', which GNU Emacs 24 broke. | Taylor R Campbell | |
Use `delete-char' instead with a negative argument, which doesn't behave randomly when the region is active and transient mark mode is enabled. While here, mark positive arguments to `delete-char' with a plus sign. | |||
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 | |
`paredit-enclosing-list-start' and `paredit-enclosing-list-end' give the start and end points of the enclosing list. `paredit-prefix-numeric-value' is like `prefix-numeric-value', but truncates numeric values to the number of S-expressions that can actually be moved over before hitting an enclosing delimiter. | |||
2013-04-07 | Change `paredit-meta-doublequote' to avoid breaking the line. | Taylor R Campbell | |
This way, default M-" behaves more like default M-). New command `paredit-meta-doublequote-and-newline' (no default key) behaves like the old `paredit-meta-doublequote'. | |||
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 | |
`paredit-kill' at the end of the line in a comment failed to put the string `\n' into the kill ring, as revealed by these tests. | |||
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 | |
Ignore-this: 61dbcae678e46499873949c68cc78fbf Thanks to Leo Liu for the nudge about some of its rough corners (and for pointing out the screw case recently fixed). It's still pretty rough around the edges. darcs-hash:20110508175637-00fcc-265b11688b79f4d01211d798fec7e9dd3fe4748f | |||
2011-05-07 | Fail early in `paredit-convolute-sexp'. | Taylor R Campbell | |
Ignore-this: 9262a1436f4dcda20711a80a776cddea darcs-hash:20110507210933-00fcc-65b52e19c6ab91c2e8a9ed93e03ede7a70e87a14 | |||
2011-04-11 | Make `paredit-in-char-p' work recursively. | Taylor R Campbell | |
Ignore-this: 32164dfb4309af09754d8a6ed0749f0d It's basically an alias for `paredit-in-string-escape-p' now. Replacing one by the other would make too big a diff. darcs-hash:20110411230056-00fcc-d2838af6bff48ed698f596abfc345453f1bfad63 | |||
2011-04-11 | Fix docstring of `paredit-check-region-for-delete'. | Taylor R Campbell | |
Ignore-this: 186d2611fcbd98479c898a8b756d01ee darcs-hash:20110411225827-00fcc-27d7a8defd057cb7640fa223e20e110e34f85db8 | |||
2011-04-11 | Fix `paredit-backslash' within a character literal. | Taylor R Campbell | |
Ignore-this: ce30323a4077d83acc1967af18604e40 Put the new escape after the one the point is on; don't split it. darcs-hash:20110411225316-00fcc-1c65c221a9878047104d5fed02a60f48f0641f7b | |||
2011-04-11 | Fix `paredit-move-past-close' within a character escape. | Taylor R Campbell | |
Ignore-this: ed55179d0138b72dbe408836bb9f9403 It should move past the close, not stay where it is. `paredit-move-past-close-and-newline' already did this; the two now share the common code. darcs-hash:20110411225030-00fcc-202b9f3f93aab76ddae1c8bb10f9f605fee949d4 | |||
2011-04-11 | Fix logic in checking region deletion across comment boundaries. | Taylor R Campbell | |
Ignore-this: ea283af1a5a27d8d3fe32647e8aa5910 darcs-hash:20110411190348-00fcc-7a8d049f8be17ea0ffec1070fe7ae7a58d0f47be | |||
2011-04-11 | Tweak safe region deletion. | Taylor R Campbell | |
Ignore-this: 51d8b01dc3a61efe5b0e0c651bf3a812 New command `paredit-delete-region' is to `delete-region' as `paredit-kill-region' is to `kill-region'. Deleting a region that starts or ends in a comment works a little better now. `paredit-kill-ring-save' is no more: paredit doesn't (and shouldn't) keep you from putting unbalanced text into the kill ring. What it should (but doesn't yet) do is keep you from yanking unbalanced text into the buffer. darcs-hash:20110411184530-00fcc-e20733f7a36482041cb9279030d66a9419fa4e9b |