[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:08157] Re: Can't find Elisp-jp and Emacs-lisp-intro-jp in info.



的井です。

emacs-lisp-intro-ja
elisp-manual-ja
skk
mew

の日本語 info を xemacs で利用できました。

xemacs の設定は↓

(set-language-environment "Japanese")
(set-default-file-coding-system 'euc-jp-unix)
(modify-coding-system-alist 'process "" 'euc-japan)
(if (not window-system)
    (set-terminai-coding-system 'euc-jp-unix))

(auto-compression-mode 1)

emacs-lisp-intro-ja と elisp-manual-ja はソースパッケージ展開後、
debian/rules で emacs を呼び出しているところの記述を xemacs に変更し、

# debian/rules binary-indep 

してやると .deb ファイルが出来ました。dpkg -i でインストールすれば、その
まま xemacs 上で読めます。他のパッケージは、地道に
M-x texinfo-format-buffer しました。

ところで、こうして作成した info ファイルは emacs20 で読めるんでしょうか。
xemacs と emacs20 を両方インストールしている場合、どちらかで日本語
info を読むのを諦めるしかない?

# emacs20 をインストールしてないので確かめられません。

そもそも、xemacs で英語の info ファイルは何の問題もなく読めるのに、日本
語になると emacs20 との間で不整合となるのはどうも納得いきません。仕様っ
てやつでしょうか?それとも、設定により、共用できるものなのでしょうか?

あと、lookup-el では makeinfo を使用して info ファイルを生成するようです
が、info ファイルを作り直してみても、xemacs 上では Node 間の移動ができま
せんでした。(あたりまえ)

では失礼します。

----
的井 範華