2013年8月27日 21:21 <sugaht@zephyr.dti.ne.jp>:
From: 1xx <itsango@gmail.com> Subject: [opensuse-ja] tamagoのreviewとtestのお願い (was: FreeWnn 1.1.1-a22 testのお願い。) Date: Tue, 27 Aug 2013 20:36:15 +0900 Message-ID: <CANW2+isgxYtAF6zPjnY+qsVVmCXrv6ns4c8QZJRcVON3-N=T_Q@mail.gmail.com>
現在わかっている問題点は以下の通りです。 - Emacs起動後、初回の変換時に以下のmessageがmini bufferに出る。 Blocking call to accept-process-output with quit inhibited!!
accept-process-output 関数を使用しているところで, 以下の PROCESS が nil 以外なのに SECNDS が nil or 0 になっているところ がありませんか.
(accept-process-output PROCESS SECONDS)
以前紹介した以下のパッチの件と同様です (値は 200 ではなく 1000 を推奨 します).
From: sugaht@zephyr.dti.ne.jp Subject: Re: [opensuse-ja] Re: [opensuse-ja] Re: FreeWnn 1.1.1-a22 testのお願い。 Date: Sun, 25 Aug 2013 11:43:05 +0900 (JST) Message-ID: <20130825.114305.2119143108798722044.sugaht@zephyr.dti.ne.jp>
但しこのままでは jserver への接続, 切断時にワーニングがでるので以下 のパッチの通り, egg-com.el 中の comm-accept-timeout の値を適当に (こ の場合はタイムアウトまで 200秒) に変更しています.
================================================== --- egg-com.el.deb 2013-08-25 05:59:36.923904781 +0900 +++ egg-com.el 2013-08-25 11:00:51.232367129 +0900 @@ -822,7 +822,7 @@ V: Fixed length string (0x00 terminated) (error "comm-format %s: arguments mismatch" format)) result))
-(defvar comm-accept-timeout nil) +(defvar comm-accept-timeout 200)
;; Assume PROC is bound to the process of current buffer ;; Do not move the point, leave it where it was. ==================================================
ご指摘の通りでした。 (defvar comm-accept-timeout nil)を (defvar comm-accept-timeout 1000)に変更するpatchを 適用するのを忘れていました。 手で直に変更したらmessageが出なくなりました。 お恥ずかしい限りです、packageを作り直します。 -- 1xx <ItSANgo@gmail.com> <https://twitter.com/ItSANgo> <http://d.hatena.ne.jp/Itisango/> -- To unsubscribe, e-mail: opensuse-ja+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ja+owner@opensuse.org