diff options
author | Taylor R Campbell <campbell@paredit.org> | 2022-11-26 23:19:43 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@paredit.org> | 2022-11-26 23:42:35 +0000 |
commit | 45209275259c71b1f68cce4760747fa0ccc93b9b (patch) | |
tree | 866f72f794c4fc48c6e275eb18c9490142186962 /NEWS | |
parent | 4aed723112fb69e52b51b626ee1e4621ed03631b (diff) |
paredit-kill: Tweak rule for adding space if kill-whole-line is t.
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ https://paredit.org Latest release: https://paredit.org/paredit.el Current development version: https://paredit.org/paredit-beta.el +** Version 27 (beta) + +*** Improved some edge cases in paredit-kill with kill-whole-line enabled. +**** Many other edge cases are slightly broken; patches welcome! + ** Version 26 -- 2022-11-26 Minor bug fix release, mainly to set a new branch scheme: |