From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-orgmode@gnu.org
Subject: Re: [longlines]
Date: Fri, 18 Jun 2021 18:30:29 +0200 [thread overview]
Message-ID: <87sg1fb0ey.fsf@mat.ucm.es> (raw)
In-Reply-To: CAF-FPGPVx-5poauKzTwN2cb5Oo7J3h8Dutr7M4z4g=2xHkQLpw@mail.gmail.com
[-- Attachment #1: Type: text/plain, Size: 780 bytes --]
>>> "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 #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5673 bytes --]
next prev parent reply other threads:[~2021-06-18 16:32 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-17 12:06 example paper written in org completely Eric S Fraga
2021-06-17 12:51 ` Juan Manuel Macías
2021-06-17 13:38 ` Greg Minshall
2021-06-17 15:06 ` Eric S Fraga
2021-06-17 15:11 ` Eric S Fraga
2021-06-17 16:33 ` Uwe Brauer
2021-06-17 16:40 ` Eric S Fraga
2021-06-17 19:54 ` Uwe Brauer
2021-06-18 8:02 ` Eric S Fraga
2021-06-18 11:55 ` Uwe Brauer
2021-06-18 12:46 ` Eric S Fraga
2021-06-18 14:38 ` [longlines] (was: example paper written in org completely) Uwe Brauer
2021-06-18 15:00 ` John Kitchin
2021-06-18 15:19 ` Bruce D'Arcus
2021-06-18 16:30 ` Uwe Brauer [this message]
2021-06-24 22:09 ` [longlines] Haider Rizvi
2021-06-18 16:38 ` [longlines] Uwe Brauer
2021-06-18 15:23 ` [longlines] Eric S Fraga
2021-06-18 23:26 ` example paper written in org completely Tim Cross
2021-06-19 9:58 ` Jeremie Juste
2021-06-19 13:12 ` Eric S Fraga
2021-06-19 15:58 ` Samuel Banya
2021-06-17 14:40 ` Samuel Banya
2021-06-17 16:31 ` Christopher Dimech
2021-06-17 16:42 ` Eric S Fraga
2021-06-17 17:04 ` Christopher Dimech
2021-06-17 17:19 ` Christopher Dimech
2021-06-18 8:04 ` Eric S Fraga
2021-06-18 13:45 ` Christopher Dimech
2021-06-18 23:02 ` Tim Cross
2021-06-19 0:21 ` Christopher Dimech
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sg1fb0ey.fsf@mat.ucm.es \
--to=oub@mat.ucm.es \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.