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

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

Re: How to use function `insert' with wrapping?


From: Eli Zaretskii
Subject: Re: How to use function `insert' with wrapping?
Date: Sat, 12 Jun 2021 21:00:37 +0300

> Date: Sat, 12 Jun 2021 20:55:31 +0300
> From: Jean Louis <bugs@gnu.support>
> 
> I would like to use the function `insert' so that it wraps at expected
> `fill-column' is that possible?

No.  'insert' just inserts the text in the buffer.

What you need is call fill-region or fill-region-as-paragraph after
the insertion.



reply via email to

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