editors
¶The file editorstrans.lsp
contains some interactive editing
programs; it is a translation of the file editors.lsp
. One
useful editor is the color editor; after entering (wtesta)
(in
file dwtest.lsp
), enter (edit-color myw)
to edit a color.
The result is an rgb
list as used in window-set-color
.
A simple line editor and an Emacs-like text editor are described in sections 6.2 and 6.3 below.