Next Previous Up Top Contents Index

defcommand

5.3.6 Inserting text

editor:insert-string point string &optional start end

Function

editor:insert-string point string &optional start end 

Inserts string at point in the current buffer. The arguments start and end specify the indices within string of the substring to be inserted. The default values for start and end are 0 andlength string respectively.
editor:points-to-string

Function

editor:points-to-string start end

Returns the string between the points start and end.

LispWorks Editor User Guide - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker