NextPrevUpTopContentsIndex

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

A listener-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: the first value only is inserted in pane

See also

interactive-pane-execute-command


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex