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

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

Re: Filling a string?


From: Vaidheeswaran C
Subject: Re: Filling a string?
Date: Fri, 17 Jul 2015 14:19:19 +0530
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.3.0

On Friday 17 July 2015 01:41 PM, Tassilo Horn wrote:
> Marcin Borkowski <mbork@mbork.pl> writes:
> 
> Hi Marcin,
> 
>> > so I want part of the buffer to have wrapped lines (preferably at word
>> > boundaries), and part to have not (like having toggle-truncate lines
>> > only for a region).  I suspect this is not possible
> Can't you just insert unwrapped lines and use `fill-region' on the parts
> you want to have wrapped?

I have a feeling that he wants the "fill" to be "soft" on certain
paragraphs of his choosing.  The only mode that I know of where in
Emacs "persists" text properties is "Enriched Mode".

    (info "(emacs) Hard and Soft Newlines")

In other words, the user wants to configure right/left margins and
importantly the width of the text area on per-paragraph basis. In the
actual file, a paragraph will have no newline at all howsoever it may
be displayed.

> Bye,
> Tassilo
> 
> 





reply via email to

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