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

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

How to use function `insert' with wrapping?


From: Jean Louis
Subject: How to use function `insert' with wrapping?
Date: Sat, 12 Jun 2021 20:55:31 +0300

I would like to use the function `insert' so that it wraps at expected
`fill-column' is that possible?

(let ((count 0)
      (fill-column 1))
  (while (< count 100)
  (insert "hello ")
  (setq count (1+ count))))
     


Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

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