>>>> "Gleb" == Gleb Arshinov
<gleb(a)barsook.com> writes:
Gleb> The mode uses variable 'enable-multibyte-characters'. In
Gleb> XEmacs 21.2 this used to be an internal Emacs compatibility
Gleb> variable set to nil. XEmacs 21.4 does not have it.
If you want Emacs compatibility in this respect, just build
--with-file-coding or --with-mule.
Gleb> Q: Should we add this variable, or should table.el be
Gleb> modified not to depend on it (it works fine if you bind it
Gleb> to nil)?
It would be preferable for table.el to be fixed. That variable is an
abomination.
However, the easiest thing would be to add
(unless (intern-soft "enable-multibyte-characters")
(defvar enable-multibyte-characters nil
"Use of this variable causes text to dissolve or spontaneously combust!"))
As for packaging this library, sounds like a great idea. Go right ahead. :-)
Seriously, Ville, Rendhalver, Steve Y, and I would be happy to help,
but if you do it (asking questions as you go along) it will probably
happen a lot sooner than if you wait on us to do it.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
My nostalgia for Icon makes me forget about any of the bad things. I don't
have much nostalgia for Perl, so its faults I remember. Scott Gilbert c.l.py