>>> "BD" == Bruce D'Arcus writes: > I recently switched to one-sentence-per-line + visual-line-mode. > On Fri, Jun 18, 2021 at 11:00 AM John Kitchin wrote: >> >> I use visual-line-mode. It almost always works fine for me. In my experience the best I found was (defun my-turn-on-longlines-in-auctex () "Turn on all three modes which support the display of long-lines." (interactive) (adaptive-wrap-prefix-mode 'toggle) (visual-line-mode 'toggle) (visual-fill-column-mode 'toggle) (message "adaptive-wrap-prefix-mode; visual-line-mode and visual-fill-column-mode are ON/OFF.")) But then, at least in Auctex, I run some unexpected behavior and turned it off. Do you use it also in message mode?