Uwe Brauer <o...@mat.ucm.es> writes:

> 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."))

Nice. Didn't know about adaptive-wrap mode. I had tried visual-fill-column-mode 
but it clobbered wide tables badly, adaptive-wrap fixes that problem.

Thanks for mentioning it :-) 
-- 


Reply via email to