If you include the LispWorks editor (via
capi:editor-pane
or its subclasses) in an application, then by default your interfaces will use MS Windows emulation on Windows, Mac OS editor emulation on Cocoa, and Emacs emulation on Unix and Linux.
To override this behavior in your interface classes, define a method on
capi:interface-keys-style
. See the LispWorks
CAPI Reference Manual
for details.
To override this behavior in your delivered application, use the delivery keyword
:editor-style
. See the LispWorks
Delivery User Guide
for details.