Yuri D'Elia <[email protected]> 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.)
  [email protected] * Lars Magne Ingebrigtsen
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to