You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I generalized #800 and #803 and came up with 8 tests about changing or undoing changes in processed comments, see #808. Except for one, all are currently failing. If the feature of changing comments without retracting had not been merged, I would vote for not introducing it, at least not in this state. PR #808 adds the following tests. Except 2. they all currently fail.
inserting *) inside a comment does not retract
inserting *) inside a comment and then some other character does retract - this is the only test that works
inside a processed comment, yank something terminating the comment, such as *) XXX (*
kill from the middle of one processed comment to the middle of some other processed comment, killing some stuff in between, outside of any comment
before processing, insert (* into a first comment and *) into a second comment, such that both comments are fused and some definition becomes part of the fused comment. Then process and undo twice.
create a new comment via comment-dwim from the middle of one comment to the middle of some other comment, then process, then undo
I generalized #800 and #803 and came up with 8 tests about changing or undoing changes in processed comments, see #808. Except for one, all are currently failing. If the feature of changing comments without retracting had not been merged, I would vote for not introducing it, at least not in this state. PR #808 adds the following tests. Except 2. they all currently fail.
*)
inside a comment does not retract*)
inside a comment and then some other character does retract - this is the only test that workscomment-dwim
withcomment-style
set to'extra-line
, then process, then undo; the undo retracts in Emacs before 27 but not in any later version*) XXX (*
(*
into a first comment and*)
into a second comment, such that both comments are fused and some definition becomes part of the fused comment. Then process and undo twice.comment-dwim
from the middle of one comment to the middle of some other comment, then process, then undoThe text was updated successfully, but these errors were encountered: