Stephen J. Turnbull wrote:
Christoph> (see `write-region' of XEmacs-21.4.5, sorry if that has
Christoph> been corrected)
No, I never heard of it before. It can probably be fixed, but
it's
unlikely that you'll be able to depend on people having a fixed
version of XEmacs for many months.
That's true. But I could state: if you want to use X-Symbol together
with latin-unity, you must upgrade to XEmacs-21.X.Y or newer.
Christoph> I see, latin-unity also includes the safe-encoding
Christoph> mechanism.
A _partial_ safe-encoding mechanism; it's not the same as
GNU's. I
like the interface better (FWIW, I'm the author, of course), but it is
admittedly not yet complete, nor is it embedded in the core as GNU's
is. (It will be in 21.5, in some form.)
For the fix, it's quite likely that it must be embedded (or the
write-region-pre-hook run from C), because the annotate / format-encode
functions are run from within C in write-region-internal.
- Christoph