The function display-message displays a message on the current CAPI screen.
display-message
display-message format-string &rest format-args
The function display-message creates a message from the arguments using format , and then displays it on the current CAPI screen.
format
(capi:display-message "Current screen = ~S"
(capi:convert-to-screen))
display-message-for-pane display-dialog