[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem with end of lines (sometimes)
From: |
Kai Grossjohann |
Subject: |
Re: problem with end of lines (sometimes) |
Date: |
Tue, 07 Sep 2004 13:28:44 +0200 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
Uwe Brauer <oub@mat.ucm.es> writes:
> It seems that sometimes text like this
>
> First line \newline
> second line \newline
>
> Gets displayed as
>
>
> First line second line \newline
Is the message marked format=text/flowed? That format distinguishes
between hard and soft newlines. If a space precedes a newline, then
it's soft, else it's hard. Or vice versa; I can't remember.
The whole thing has nothing to do with the variable use-hard-newlines,
per se. Using hard newlines will cause MESSAGE-MODE to SEND
text/flowed, but the hard newlines feature is not involved for GNUS to
DISPLAY text/flowed.
I think.
Kai