Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-26 | paredit-kill: Tweak rule for adding space if kill-whole-line is t. | Taylor R Campbell | |
For now, disable the yank part of the test -- with kill-whole-line, killing and then yanking is not always a noop and it's not clear making it a noop is the right approach. I don't use kill-whole-line so I'm not sure what expectations are and I'm reluctant to change it, except to fix obviously-wrong outcomes like (x|(y)) that should be (x| (y)). While here, document the effect of kill-whole-line on paredit-kill. | |||
2022-11-26 | paredit.el 26v26release | Taylor R Campbell | |
2022-11-26 | NEWS: Note bug and workaround with interactive modes. | Taylor R Campbell | |
Unfortunately there isn't obviously an easy way to address both Electric Indent Mode and interactive modes. (Some interactive modes like the default *scratch* buffer also define C-j, which paredit always did override.) | |||
2022-11-26 | Change some comments to xfail. | Taylor R Campbell | |
2022-11-26 | Fix column preservation in text fields like ielm after prompt. | Taylor R Campbell | |
Add a hacky one-off test to assemble buffer text with a field. | |||
2022-11-25 | Release paredit.el 25. | Taylor R Campbell | |
2022-11-25 | Note migration to paredit.org in NEWS. | Taylor R Campbell | |
2022-11-25 | Credit Sean Whitton for Electric Indent Mode interactions. | Taylor R Campbell | |
2022-11-25 | NEWS: Put dates on versions. | Taylor R Campbell | |
Some of these dates have limited precision because I didn't keep very good records 17 years ago. | |||
2022-11-24 | Move to paredit.org. | Taylor R Campbell | |
2022-11-24 | Work around Electric Indent Mode brokenness in newline keys. | Taylor R Campbell | |
2022-08-28 | News since paredit 24. | Taylor R Campbell | |
2017-04-10 | Switch http://mumble.net to https://mumble.net. | Taylor R Campbell | |
2014-12-06 | Remove beta marker from 24 in NEWS. | Taylor R Campbell | |
2013-07-09 | Note nicer slurpage into an empty list in NEWS. | Taylor R Campbell | |
2013-07-09 | Note omission of `backward-down-list' in NEWS. | Taylor R Campbell | |
2013-07-09 | Add news item about changes to HTML reference. | 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-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 | Bind M-[ to paredit-wrap-square. | Taylor R Campbell | |
2013-06-13 | Mention shift selection for motion commands in NEWS. | Taylor R Campbell | |
2013-06-13 | Note `backward-delete-char' lossage in NEWS. | Taylor R Campbell | |
2013-04-07 | Mark 24 as beta in NEWS. | Taylor R Campbell | |
2013-04-07 | Add some notes for version 24. | Taylor R Campbell | |
2013-04-07 | Add notes for paredit 23 to NEWS. | Taylor R Campbell | |
2013-04-07 | New file NEWS from paredit.release. | Taylor R Campbell | |