Hrvoje Niksic <hniksic(a)srce.hr> writes:
The second problem is with GC -- any Lisp object storing a character
will then need to be GCPRO'ed. I don't know if this is a big problem
or not, but GCPRO troubles /are/ hard to debug so we should consider
them carefully.
I forgot about the damn GCPROs. There is bound to be code that assumes
characters and integers don't need to be GCPRO'ed.
Jan