NextPrevUpTopContentsIndex

interactive-pane-execute-command

Generic Function
Summary

Simulates user entry of commands in an interactive-pane .

Package

capi

Signature

interactive-pane-execute-command interactive-pane command
&key
command-modification-function
&allow-other-keys

Arguments

interactive-pane

An interactive-pane.

command

A Lisp form.

command-modification-function

A function or nil .

Description

The generic function interactive-pane-execute-command has the same effect as the user typing the Lisp form command into the interactive-pane interactive-pane , and pressing Return .

interactive-pane-execute-command may be called from any process.

If command-modification-function is non- nil , it is a function of one argument. It is called with argument command in the process in which interactive-pane runs. The result of this call is used as the command to enter. The default value of command-modification-function is nil .

See also

interactive-pane
listener-pane-insert-value


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex