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

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

Re: how to insert a line


From: Jesper Harder
Subject: Re: how to insert a line
Date: Fri, 07 Mar 2003 02:59:37 +0100
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 (gnu/linux)

Zimmen Gnauh <yah00204052@yahoo.com> writes:

> I need to do something like the following:
>
> (insert-string "line to be inserted")
>
> But I don't see anything like insert-string. Any way to do this? 

Hmm, `insert-string' exists[1] and inserts a string in the current
buffer.  In what way doesn't it work?

[1] It's an ancient compatibility function -- use `insert' instead.


reply via email to

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