Le Sat, May 05, 2007 at 11:36:51PM +0200, Sven Joachim a écrit : > > > emacs does not work out of the box with unicode. If I have no .emacs > > file, typing either accentuated roman letters or chinese characters > > causes display and/or input problem. > > Reproducable here, I think that's because Emacs does not set up the > right keyboard encoding. Try putting > > (set-keyboard-coding-system 'mule-utf-8)
Hi Sven, In the end, the only way I managed to input accented and oriental characters at the same time is to use mule-ucs with the environment variable DEB_MULEUCS_UNICODE=on and the followign .emacs: (when (not window-system) (set-keyboard-coding-system locale-coding-system) (set-terminal-coding-system locale-coding-system) ) If this is not disruptive, any chance to get it fixed in Etch ? I really think that it is important that applications use unicode by default, or at least provide a simple way to do so. Have a nice day, -- Charles Plessy http://charles.plessy.org Wako, Saitama, Japan