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

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

Re: Filling a string?


From: Emanuel Berg
Subject: Re: Filling a string?
Date: Sat, 18 Jul 2015 01:42:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Marcin Borkowski <mbork@mbork.pl> writes:

> 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).

Can't you just enable/disable filling in the portions
where it is desired/undesired?

> , so my next bet is to have a filling function for
> a string (so that I can fill it before inserting
> into a buffer). Is there anything like that in Emacs
> or should I just use a temp buffer and the built-in
> filling functions?

Make a region and then `fill-region'!

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

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