[slime-devel] Character completion for cmucl
Raymond Toy
toy.raymond at gmail.com
Fri Sep 17 04:05:02 UTC 2010
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
More information about the slime-devel
mailing list