Bill_Clementson@peoplesoft.com writes:
I am enclosing some functions that I use quite a bit in my Lisp programming. They might be useful to include in SLIME. The first 2 are based on functions originally written by Paul Foley. If you want to include them, I would suggest binding insert-balanced-comments to "C-c C-;" and remove-balanced-comments to "C-c C-:". The third function uses font-lock to visually transform the word "lambda" to the Greek lambda character.
I included them.
In general we'd like keep pure editing commands separated from SLIME. They belong to lisp-mode and should be send to the Emacs developers. We include some, because getting new functionality into the official Emacs distributions is a rather slow process.
Helmut.