
I've really never seen this feature working, so I'm not sure it is even possible with Aquamacs 2.4. The following code seems to have no appreciable effect: (setq longlines-wrap-follows-window-size t) The following code gives me a pretty status bar indicator of vl WordWrap, but the words are still fragmented at the window boundary. (add-hook 'text-mode-hook 'set-word-wrap) (add-hook 'latex-mode-hook 'set-word-wrap) The following code gives me a fancy indicator in the status bar WordWrap, but words are still fragmented at the window boundary.

(remove-hook 'text-mode-hook 'auto-detect-wrap)

I've removed the built-in hooks of text mode to try and isolate the bug and come up with a workaround: (remove-hook 'text-mode-hook 'smart-spacing-mode) The modes I use most often are text-mode and latex-mode.

Has anyone found a workaround to the inability of Aquamacs 2.4 to correctly WordWrap at the window boundary?
