Useful Emacs functionality in the Lispworks Editor?
I'm trying to get used to the Lispworks Editor having come from Emacs. I wonder if anyone has been able to implement some of the mic-paren.el functionality in the Lispworks Editor? Particularly the following; - Place parenthesis around marked text using a single keystroke, eg. <mark>SETF a 100</mark>, becomes (SETF A 100). - Marking subsequent outer forms each time "Mark Form" is called (until the entire top-level form is marked). - Close all unmatched parenthesis with a single keystroke. - Placing the cursor on the beginning or end parenthesis will highlight the entire form in a different background color. - If part of a form is not displayed on the screen, then display the end of the form that is not matched in the minibuffer. Also, - Have a macroexpand display in a separate Window that is color-highlighted. - Bill Clementson's black background color theme. - Luke