On 9/16/10 11:58 PM, Raymond Toy wrote:
Here is support for character name completion for cmucl. The attached file can be placed at the end of swank-cmucl.lisp. This code will go
Oops. I got the conditionalization backwards. It should say:
#+(and unicode #.(cl:if (cl:find-symbol "UNICODE-COMPLETE" "LISP") '(or) '(and)))
Sorry about that.
Ray