All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

listener-pane-insert-value Function

Summary

Evaluates a form and inserts the result in a listener-pane.

Package

capi

Signature

listener-pane-insert-value pane form

Arguments
pane
form
A Lisp form.
Description

The function listener-pane-insert-value evaluates the form form and inserts the result in the listener-pane pane, as if it resulted from user input. The result is printed, and the values of the history variables *, **, ***, /, //, and /// are set.

listener-pane-insert-value may be called in any process.

Multiple values in the result of evaluating form are not supported: only the first value is inserted in pane.

See also

interactive-pane-execute-command


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57