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

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

Re: insert string into buffer


From: Kevin Rodgers
Subject: Re: insert string into buffer
Date: Thu, 03 Aug 2006 07:39:24 -0600
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

ken wrote:
Which function is used to insert a string, specified by its variable
name, into a buffer?

insert:
(insert string-variable)

Also, function is used to insert a list, specified by its variable name,
into a buffer?

A list of what?  If it's a list of strings:
(apply 'insert list-of-strings)

--
Kevin





reply via email to

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