Dear all,
If you are trying to use Japanese characters on neutrino,
please include the following lines in your .emacs file.
(If there is .emacs.el, please remove it. If you have
.xemacs file, please modify it at the same time.)
(set-terminal-coding-system 'iso-2022-jp-unix)
(set-buffer-file-coding-system 'iso-2022-jp-unix)
If you have problem in opening some text files with
Japanese character, you can add one line in the text
file which you want to edit.
If your file is in euc, please add
; -*- coding: euc-japan -*-
If in sjis,
; -*- coding: shift-jis -*-
//
Also, if you want to use mew, please include the configuration
lines in your .emacs file as follows:
(load-library "mew")
(setq mew-mail-domain-list '("neutrino.kek.jp"))
; ~~~~~~~~~~~~~~~ please change by yourself
Yoshinari
This archive was generated by hypermail 2.1.0 : Mon May 09 2005 - 14:53:45 JST