[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: More on format=flowed
From: |
Lars Magne Ingebrigtsen |
Subject: |
Re: More on format=flowed |
Date: |
Sun, 02 Jan 2011 20:32:31 +0100 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) |
Yuri D'Elia <wavexx@users.sf.net> writes:
> (defun harden-newlines ()
> (save-excursion
> (goto-char (point-min))
> (while (search-forward "\n" nil t)
> (put-text-property (1- (point)) (point) 'hard t))))
So, basically, you make all the newlines hard. Isn't the point of
`use-hard-newlines' that you can mix and match hard and soft newlines?
That is:
[...]
> word-wrap t
> use-hard-newlines t))))
You're mixing `use-hard-newlines' with `word-wrap', and the two don't
really mix that well. I think.
(I've never used either.)
--
(domestic pets only, the antidote for overdose, milk.)
larsi@gnus.org * Lars Magne Ingebrigtsen