all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Enriched Fill, and soft newlines
@ 2004-11-22 21:03 KKramsch
  2004-11-27 20:18 ` Kai Grossjohann
  0 siblings, 1 reply; 2+ messages in thread
From: KKramsch @ 2004-11-22 21:03 UTC (permalink / raw)






I would like to have Emacs automatically insert "soft newlines" to
wrap around the lines in a paragraph, and I would appreciate it
very much if someone could explain to me how to do this.

My understanding from the documentation was that all I had to do
was to load the Enriched and Fill modes, but when I do this the
filling appears to be done by inserting *hard* newlines, since when
I change the width of a window displaying a buffer in the Enriched
Fill mode, the positions of the breaks within the lines do not
change to reflect the new width.


Thanks!

	Karl

-- 
Sent from a spam-bucket account; I check it once in a blue moon.  If
you still want to e-mail me, cut out the extension from my address,
and make the obvious substitutions on what's left.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Enriched Fill, and soft newlines
  2004-11-22 21:03 Enriched Fill, and soft newlines KKramsch
@ 2004-11-27 20:18 ` Kai Grossjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Grossjohann @ 2004-11-27 20:18 UTC (permalink / raw)


KKramsch <karlUNDERSCOREkramsch@yahooPERIODcom.invalid> writes:

> I would like to have Emacs automatically insert "soft newlines" to
> wrap around the lines in a paragraph, and I would appreciate it
> very much if someone could explain to me how to do this.

There is longlines.el which can add soft newlines when the file is
read, and remove them again when the file is written.  Then end result
is that you see normal word-wrapped lines in Emacs, but the file on
disk uses the Windows-like "each paragraph a single very long line"
style.

> My understanding from the documentation was that all I had to do
> was to load the Enriched and Fill modes, but when I do this the
> filling appears to be done by inserting *hard* newlines, since when
> I change the width of a window displaying a buffer in the Enriched
> Fill mode, the positions of the breaks within the lines do not
> change to reflect the new width.

What you are looking for is not called soft newlines in the Emacs
world, it is called display word wrap.  The Emacs C code needs to be
changed to achieve this.  Perhaps there are experimental
implementations in some people's working copies, but afaik none of
them has been checked into the Emacs CVS repository.  Display word
wrap has been the subject of a number of heated discussions in the
Emacs devloper list.  I think the consensus is now that display word
wrap is a useful thing.

Kai

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-11-27 20:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-22 21:03 Enriched Fill, and soft newlines KKramsch
2004-11-27 20:18 ` Kai Grossjohann

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.