[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:06311] Re: ??? skk-current-10.47.3.1-unofficial-1 can't build
むつみさんから以前御報告のあった、skk-currentのinfoファイル
がEmacs 20.3でformatできないという問題ですが、原因がわかりま
した。
write-regionで、セーブするファイルのcoding-systemがわからず、
ユーザに問い合わせていたのです。つまり、入力待ちでじっと止まっ
ていたわけ。
emacs -batch --no-site-file \
--eval "(setq coding-system-for-write 'iso-2022-jp)" \
-l texinfmt -f batch-texinfo-format skk.texi
と、coding-system-for-writeを指定すればformatできました。現
行のskk-currentでは、Emacs 20.2であらかじめフォーマットして
おいたinfoファイルを入れていましたが、次回からはビルド時に作
ることにします。
# だけど、この問題が起こらない日本語のinfoファイルもあるんだ
# けど、それはどうしてなんだろう…?
--
川村 尚生