Hi,
I would like to show you my code that I wrote for grepping through lisp code and for replacing stuff using cl-ppcre.
Personally, I find this quite useful - I am curious of course, what you think.
You find some informations here: http://www.cliki.net/SLIME-PPCRE
There is one thing to note for getting this to load: I had to change swank-loader.lisp:
(defvar *contribs* '(swank-fuzzy swank-ppcre) "List of names for contrib modules.")
I was doing this on OSX, so I hope it works at least over here... :)
Cheers, Kilian