windows下gnu emaacs中国語の配置

1678 ワード

windows下gnu emaacs中国語の配置
mule-gbkをインストールすると、朱鎔基の「狆」など、多くの漢字が表示されます.mule-gbkを使わないと、正確には表示されません.
  • からですhttp://mule-gbk.sourceforge.net/mure-gbkをダウンロードして任意のディレクトリに解凍しますが、$HOMEディレクトリの下に解凍しないでください.ここでD:\mure-gbk-01.2004080701に解凍して、auctexのインストール方法を真似すればいいです.cygwinでインストールする手順は以下の通りです.
    $cd d: (  $cd /cygdrive/d)
    $cd mule-gbk-0.1.2004080701
    $./configure
    $make
    $make lispdir=d:/emacs-21.3.50.1/site-lisp install
    最後のコマンドの中で、lispdirで指定されているのは、elファイルインストールのディレクトリ
  • です.
  • 今.emaacsに
  • を加入しています.
        (set-terminal-coding-system'chinese-so-8 bit)
        (set-keyboard-coding-system'chinese-so-8 bit)
        (set-langage-environment'Chinese-GB)
        (setq locale-coding-system'chinese-so-8 bit)
        (setq current-langage-environment「Chinese-GB」)
        (if(not)(-*-tahoma-normal-r-*-16-*-*-c-*-fontset-chinese)
            . 「fontset-gbk」)fontset-alias-alist)
        (progn)
            (creat-fontset-from-fontset-spec
            「-*-tahoma-normal-r-*-16-*-c-*-fontset-gbk,
            ;ascii:-adobe-helvetica-medium-r-normal--16-*-*-*-iso 8859-1
            chinese-gb 2312:-*-simsun-medium-r-normal-*-16-160-*-*-gb 2312*-*,
            korean-ksc 5601:-*-medium-r-normal-*-ksc 5601*,
            chinese-cns 11643-5:-*-simsun-medium-r-normal-*-16-160-*-*-gbk*-0,
            chinese-cns 11643-6:-*-simsun-medium-r-normal-*-16-160-*-*-gbk*-0,
            chinese-cns 11643-7:-*-simsun-medium-r-normal-*-16-160-*-*-gbk*-0,
            chinese-big 5-1:-*-Ming(for ISO 10646)-*-16-160-*-*-big 5*-*,
            chinese-big 5-2:-*-Ming(for ISO 10646)-*-*-16-*-*-*-big 5*-*"*"t)
            )
        )