all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to insert a line
@ 2003-03-07  1:53 Zimmen Gnauh
  2003-03-07  1:59 ` Jesper Harder
  0 siblings, 1 reply; 2+ messages in thread
From: Zimmen Gnauh @ 2003-03-07  1:53 UTC (permalink / raw)



   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? Any
input is highly appreciated. 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: how to insert a line
  2003-03-07  1:53 how to insert a line Zimmen Gnauh
@ 2003-03-07  1:59 ` Jesper Harder
  0 siblings, 0 replies; 2+ messages in thread
From: Jesper Harder @ 2003-03-07  1:59 UTC (permalink / raw)


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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-07  1:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-07  1:53 how to insert a line Zimmen Gnauh
2003-03-07  1:59 ` Jesper Harder

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.