Next Previous Up Top Contents Index

1 CAPI Reference Entries

call-editor

Generic Function

Summary

Thecall-editor generic function executes an editor command in an editor pane.
Syntax

call-editor editor-pane command

Description

This executes the editor command command in the current buffer in editor-pane.
Example

(setq editor (capi:contain
              (make-instance 'capi:editor-pane
                             :text "abc")))
(capi:call-editor editor "End Of Buffer")

See also

editor-pane

LispWorks CAPI Reference Manual - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker