By default the LispWorks Editor emulates GNU Emacs. This is often unusable for programmers familiar only with MS Windows keys and behaviour: for instance, they will expect Ctrl+X
to invoke a common command (Cut), but instead Ctrl+X
begins many of the Emacs key sequences.
The LispWorks editor can be switched to emulate the MS Windows model instead of Emacs.
When using MS Windows emulation the main differences are:
Esc
, not Ctrl+G
.