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

Re: Wrong type argument: stringp, ("Google 検索 ")



野宮です。

>>>>> In the Message: [emacs-w3m: No.00686]
>>>>>    with the date of Sat, 05 May 2001 07:06:22 +0900
>>>>> [中] == NAKAJIMA Mikio <minakaji@osaka.email.ne.jp> has written:

中> [1  <text/plain; ISO-2022-JP (7bit)>]
中>   http://www.google.com で検索しようとすると標題のようなエラーになりま
中> す。debug バッファを出力したものを添付します。

中川さんが流されたパッチを当てれば、問題が解消します。

--- ./w3m/w3m-form.el.ORG       Mon Apr  2 09:26:14 2001
+++ ./w3m/w3m-form.el   Fri Apr 20 12:05:18 2001
@@ -85,7 +85,9 @@
        (setq buf (cons
                   (format "%s=%s"
                           (w3m-url-encode-string (symbol-name (car plist)))
-                          (w3m-url-encode-string (nth 1 plist)))
+                          (if (listp (nth 1 plist))
+                              (mapcar (function w3m-url-encode-string) (nth 1 p
list))
+                            (w3m-url-encode-string (nth 1 plist))))
                   buf)
              plist (nthcdr 2 plist)))
       (if buf

Diff finished at Tue Apr 24 21:14:41

---
  野宮  賢       E-mail: nomiya@ttmy.ne.jp

       "No Windows, no gains!" ... "Why, I am wrong?"
                                           
                                          -- Bill --