Here is an updated version of character completion for cmucl. Major change is that the handling of Hangul syllables and CJK Unified Ideographs is much better and in addition to the Unicode names, the standard character names that were recognized by cmucl are still recognized.
The changes are attached. As before, the changes can be just added to the end of swank-cmucl.lisp.
* Raymond Toy [2010-09-20 01:27] writes:
Here is an updated version of character completion for cmucl. Major change is that the handling of Hangul syllables and CJK Unified Ideographs is much better and in addition to the Unicode names, the standard character names that were recognized by cmucl are still recognized.
The changes are attached. As before, the changes can be just added to the end of swank-cmucl.lisp.
You have commit rights for SLIME, right? It's probably the easiest if you commit this yourself.
Helmut
On 9/20/10 4:07 AM, Helmut Eller wrote:
- Raymond Toy [2010-09-20 01:27] writes:
Here is an updated version of character completion for cmucl. Major change is that the handling of Hangul syllables and CJK Unified Ideographs is much better and in addition to the Unicode names, the standard character names that were recognized by cmucl are still recognized.
The changes are attached. As before, the changes can be just added to the end of swank-cmucl.lisp.
You have commit rights for SLIME, right? It's probably the easiest if you commit this yourself.
No, I don't. (Or at least don't think so.)
But that's ok. I see that Stas has committed the changes.
Ray
On 9/20/10 2:41 PM, Helmut Eller wrote:
- Raymond Toy [2010-09-20 17:33] writes:
You have commit rights for SLIME, right? It's probably the easiest if you commit this yourself.
No, I don't. (Or at least don't think so.)
Just checked: you are in the slime group at cl.net. So you should be able to commit.
Huh. When did that happen? Well, thanks for letting have that awesome power! I promise to only use it for good!
Ray
Raymond Toy toy.raymond@gmail.com writes:
Here is an updated version of character completion for cmucl. Major change is that the handling of Hangul syllables and CJK Unified Ideographs is much better and in addition to the Unicode names, the standard character names that were recognized by cmucl are still recognized.
The changes are attached. As before, the changes can be just added to the end of swank-cmucl.lisp.
I've committed it, except for the large part of code for CMUCL internals for older versions of CMUCL.
On 9/20/10 12:08 PM, Stas Boukarev wrote:
Raymond Toy toy.raymond@gmail.com writes:
Here is an updated version of character completion for cmucl. Major change is that the handling of Hangul syllables and CJK Unified Ideographs is much better and in addition to the Unicode names, the standard character names that were recognized by cmucl are still recognized.
The changes are attached. As before, the changes can be just added to the end of swank-cmucl.lisp.
I've committed it, except for the large part of code for CMUCL internals for older versions of CMUCL.
Thanks! I'll stick the rest of the support code somewhere. It should run on any version of cmucl that supports unicode.
Ray