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

Re: interupt while shimbun is fetching



>> On Thu, 10 Oct 2002 10:49:23 +0900
>> inoue@argv.org (Koichi INOUE) said as follows:

> gnus-group-get-new-newsなどでshimbunグループの記事を読み込み中にC-g
> で止めると、次に gnus-group-get-new-news した時に selecting deleted
> buffer のエラーになりますよね。

バグ報告有り難うございます.

w3m-process-with-wait-handler() で非同期プロセスの終了待ちをしている間
に quit signal が発生すると,適切に非同期プロセスの中断処理が行われず,
ご指摘のエラーが発生していたものと思われます.

とりあえず,w3m-process-with-wait-handler() の重要部分を 
condition-case で囲んで,必ず中断処理が行われるようにしてみました(CVS 
幹のみ).動作確認をお願いできないでしょうか.

-- 
土屋 雅稔 ( TSUCHIYA Masatoshi )