[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cannot render the site of rpg japan
## わかった :-)
From: SHINYA Akihiko <shinya@sonicteam.com> さん曰く
Subject: [emacs-w3m:04302] Re: cannot render the site of rpg japan
Message-ID: <20021114134814.2B1C.SHINYA@sonicteam.com>
Date: Thu, 14 Nov 2002 14:02:20 +0900
> Document Type: text/html; charset=euc-jp
> Title: が取れてないのと、Document Type: に charset
> が入っているのと、proxy から下が違いますね。
これでわかりました。
SHINYA さんは case-fold-search が nil なんですね。とりあえず、
case-fold-search を t で使っていただくか、または、
(少々行がずれているかもしれないですが)以下のパッチで直ると思いま
す。
--- w3m.el.~1.678.~ Wed Nov 13 09:39:50 2002
+++ w3m.el Thu Nov 14 17:58:56 2002
@@ -3268,7 +3268,8 @@
(w3m-process-do
(header (w3m-w3m-get-header url no-cache handler))
(when header
- (let (alist type charset moved)
+ (let ((case-fold-search t)
+ alist type charset moved)
(setq w3m-current-redirect nil)
(dolist (line (split-string header "[\t ]*\n"))
(when (string-match "^\\([^ \t:]+\\):[ \t]*" line)
--
白井秀行 (mailto:shirai@rdmg.mgcs.mei.co.jp)