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

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

Re: Inserting n instances (multiple) of the same character


From: Joost Kremers
Subject: Re: Inserting n instances (multiple) of the same character
Date: 17 Sep 2009 13:04:58 GMT
User-agent: slrn/0.9.9 (Linux)

Nordlöw wrote:
> Is there a specific way to insert n number of characters, in my case
> space?

(insert (make-string 5 ?\s))

see:

(info "(elisp) Creating Strings")

HTH


-- 
Joost Kremers                                      joostkremers@yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)


reply via email to

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