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")

Example File

capi/elements/editor-pane.lisp

See Also

editor-pane


CAPI Reference Manual, Liquid Common Lisp Version 5.0 - 3 OCT 1997

Generated with Harlequin WebMaker