Evaluates a form and inserts the result in a listener-pane.
capi
listener-pane-insert-value pane form
pane⇩ | |
form⇩ |
A Lisp form. |
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.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42