>>>> "Raymond" == Raymond Toy
<toy(a)rtp.ericsson.se> writes:
>>>> "Jan" == Jan Vroonhof
<vroonhof(a)math.ethz.ch> writes:
Jan> You are running under Mule are you?
If then you need the ucs-conv
Jan> package and you need to (require 'ucs-conv). This loads the necessary
Jan> tables for Unicode support
Raymond> Yep. I didn't have the ucs-conv package. (I thought xemacs sumo and
Raymond> xemacs mule sumo had everything, but apparently not.)
Raymond> This fixes the problem I was seeing. However, I couldn't find a
Raymond> (provide 'ucs-conv), but so I did a (require 'xemacs-ucs) instead.
Or
Raymond> do I need to rebuild xemacs for it to see all of the autoload stuff?
Raymond> It's been a while....
Raymond> Thanks for you help!
(require 'xemacs-ucs) at runtime is fine.
I should probably do this require inside ldap.el but I am a little reluctant to
do so because as you will see loading xemacs-ucs takes ages (over 40 elisp
files to load). I will probably send a patch to default `ldap-coding-system'
to nil instead until UTF-8 support becomes more convenient to use.
Oscar