All of my other debian boxes work just fine, but Kubuntu on my laptop
makes me want to scream right now. My display table is nil on all
machines. What is going on here?
What version of Emacs is that?
In any case, I suggest to compare the values of these environment
variables on the systems that work and the one which doesn't: LC_ALL,
LC_MESSAGES, LC_CTYPE, and LANG; and the values of the variable
locale-coding-system inside Emacs. That should give you a hint about
what's going on.
Thanks! That's it. I had LC_ALL set to en_US.utf8 on the system that
wasn't working, whereas it was set to C everywhere else. Now the
question is: how much do I care about why using unicode interferes
with the display of multibyte characters? If anyone knows, I guess
I'd like to know, but I'm not going to lose any sleep over it.
It shouldn't, at least not with the latest Emacs.
I'm using Emacs 22.2
Anyway, everything is working now. Thanks again.