JD Smith writes: > --- /var/folders/by/19mt78cj63v5_tslqh826g7w0000gn/T/jka-comrWKsIJ 2024-06-21 13:08:59 > +++ /var/folders/by/19mt78cj63v5_tslqh826g7w0000gn/T/buffer-content-Q8dmID 2024-06-21 13:08:59 > @@ -4122,7 +4122,7 @@ > (let ((beg2 beg1) > (end2 end1)) > (when (= beg2 beg) > - (setq beg2 (field-beginning beg2))) > + (setq beg2 (field-beginning (1+ beg2)))) > (when (= end2 end) > (setq end2 (field-end end2))) > ;; Narrow to the whole field surrounding the region Thanks. Could you please check if this is related and possibly fixed in bug#59626 commit 949bc1c72d7. Best.