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

Re: w3m-view-previous-page での reload



From: Yuuichi Teranishi <teranisi@gohome.org> さん曰く
Subject: [emacs-w3m:03137] Re: w3m-view-previous-page での reload
Message-ID: <m3g02b7rh5.wl@gohome.org>
Date: Thu, 04 Apr 2002 18:17:26 +0900

> > `B'(w3m-view-previous-page)で必ずreloadされるようになってい
> > ます。

> すみません。直しました。
> 大きな間違いをしていました (if と unless をまちがえてた!!)。

このときの変更の

	(w3m-w3m-retrieve): Use cache if available after redirection.

で 'no-cache => no-cache になりましたが、そうすると、

http://www66.tcup.com/6629/yutopia.html
=> http://6629.teacup.com/yutopia/bbs

という redirect で

(1) (w3m-goto-url "http://www66.tcup.com/6629/yutopia.html")
   => redirect される。

(2) どこか他のところへ行く。

(3) 再度 (w3m-goto-url "http://www66.tcup.com/6629/yutopia.html")
   しても、process の終了が検知できない。" *w3m-work*" には正常
   に http://6629.. の redirect 先の内容が挿入されている。
   
となります。(なにが悪いのか全然わからない ^^;;;)

ついでに、現状だと http://www66.tcup.com/6629/yutopia.html  は
cache にたまらないので、サーバを毎回見に行くのですが、例えば、
attributes に redirect URL を保存しておく、のようにできるとうれ
しいと思われます。

-- 
白井秀行 (mailto:shirai@rdmg.mgcs.mei.co.jp)