"Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
I think if you set the language environment correctly this will be
set properly. latin-unity will fix this up if-and-only-if your
original coding system handles everything in the buffer. Otherwise,
you need to reset language environment by hand.
Okay, I can't seem to get it work properly. Does it work for you?
See lisp/mule/european.el for examples of how this works, or
latin-unity-latin9.el.
I see the code which modifies the syntax tables, but how is one
supposed to use these?
xemacs -vanilla
then:
(set-language-environment 'Latin-1)
(string-match "\sw" (string (make-char 'latin-iso8859-1 223)))
=> nil
This should return non-nil, correct?
--
Josh Huber