George V. Neville-Neil
gnn****@nevil*****
Tue Mar 21 17:22:06 JST 2006
OK, more information. If I put in: (set-language-environment 'Japanese) (set-default-coding-systems 'utf-8-unix) (set-keyboard-coding-system (if (eq window-system 'mac) 'sjis-mac 'utf-8)) (set-clipboard-coding-system 'utf-8) (set-terminal-coding-system 'utf-8) (when (eq window-system 'mac) (mac-setup-inline-input-method) (add-hook 'minibuffer-setup-hook 'mac-change-language-to-us) ) which is from this post: http://lists.sourceforge.jp/mailman/archives/macemacsjp-english/2006-March/000456.html then things work better, though I think that characters not in Japanese are still incorrectly rendered. Thoughts? Later, George