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

Re: po-mode (Re: translation style)


たはら@会津大です.

>>> Sun, 07 Nov 1999 14:03:43 +0900 の刻に 「tahara」、すなわち
>>> m5021212@xxxxxxxxxxxx(Yuusuke Tahara) 氏曰く

>10) これ,emacs の po-mode で自動置換してくれないのでしょうか...
>    毎回変更するのは面倒くさいですね.

yasuhiro> q で終了すれば
yasuhiro> (setq po-auto-replace-revision-date t)
yasuhiro> になっていれば処理されます。(po-mode.el 参照)

tahara> なるほど.customize で設定していたのに反映されていないので不思議に思っ
tahara> ていたのですが,setq でやればちゃんと反映されますね.

yasuhiro> あとは
yasuhiro> (if (not (memq 'po-replace-revision-date write-file-hooks))
yasuhiro>     (setq write-file-hooks
yasuhiro>           (cons 'po-replace-revision-date write-file-hooks)))

yasuhiro> ですか?

tahara> これは必要なかったです.

失礼しました.

これは,ファイルを保存するときにも po-replace-revision-date を起動する
ための fook ですね? po-mode の時に限定しなくてもだいじょうぶなのでしょ
うか?

これは便利ですね.

--- Tahara Yuusuke <m5021212@xxxxxxxxxxxx>
-> The University of Aizu / Department of Computer Systems
-> http://www.u-aizu.ac.jp/~m5021212/
-> http://gehenna.u-aizu.ac.jp/~tahara/
-> ICQ: 38459330(@work), 35702748(@lab), 14439176(@home)