[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Orgmode and filling
From: |
Giovanni Ridolfi |
Subject: |
Re: [Orgmode] Orgmode and filling |
Date: |
Wed, 06 Oct 2010 17:22:10 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) |
Guy Wiener <address@hidden> writes:
Hi, Guy,
> When the cursor crosses the edge of the
> frame, instead of placing a "long line" marker and moving to the next
> line, the entire buffer is shifted to the left and the cursor remains
> on the same line.
> Can this behavior be disabled, and replaced the the same behavior as
> in fundamental text editing? It is really annoying, especially when
> using auto-fill mode.
M-x toggle-truncate-lines does help?
so that "Truncate long lines disabled".
Or place in your .emacs:
(setq truncate-lines t)
cheers,
Giovanni