help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How modify refill-mode's desire to remove hard returns from text???


From: Kevin Rodgers
Subject: Re: How modify refill-mode's desire to remove hard returns from text???
Date: Wed, 05 Feb 2003 10:21:50 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Christian Seberino wrote:

P.S. My main goal with refill-mode is the strengthen auto-fill-mode
so hard returns are *added* more often when necessary.  I never
want to *remove* hard returns however.


Does (setq use-hard-newlines t) help?

| use-hard-newlines's value is nil
|
| Documentation:
| Non-nil means to distinguish hard and soft newlines.
| When this is non-nil, the functions `newline' and `open-line' add the
| text-property `hard' to newlines that they insert.  Also, a line is
| only considered as a candidate to match `paragraph-start' or
| `paragraph-separate' if it follows a hard newline.  Newlines not
| marked hard are called "soft", and are always internal to
| paragraphs.  The fill functions always insert soft newlines.
|
| Each buffer has its own value of this variable.

--
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;";>Kevin Rodgers</a>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]