From 45209275259c71b1f68cce4760747fa0ccc93b9b Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sat, 26 Nov 2022 23:19:43 +0000 Subject: 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. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 59659bb..29f9ca8 100644 --- a/NEWS +++ b/NEWS @@ -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: -- cgit v1.2.1