23 Feb
2005
23 Feb
'05
5:04 p.m.
hi, today i decided to give cells a spin - and i am impressed. after a bit of fiddling around in config.lisp, i even got cells-gtk to work under lispworks personal. some minor points: - celtic (the tk-thing) does not work because a file "celtic2.lisp" is missing. forgotten to "cvs add" maybe? - when running with a utf-8 locale, at least sbcl has problems with the copyright sign (= unicode codepoint 0xA9) in the "(c) 1995,2004 by Kenny W. Tilton" lines. for i in $(find . -name '*.lisp') do perl -pi.bak -e 's/\xa9/(c)/g' $i done was my quick'n'dirty solution. i did not try with lispworks until after this cheers, juergen