emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [longlines]


From: Uwe Brauer
Subject: Re: [longlines]
Date: Fri, 18 Jun 2021 18:30:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>>> "BD" == Bruce D'Arcus <bdarcus@gmail.com> writes:

> I recently switched to one-sentence-per-line + visual-line-mode.
> On Fri, Jun 18, 2021 at 11:00 AM John Kitchin <jkitchin@andrew.cmu.edu> 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?

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]