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

Re: Quicksearch support in Emacs-w3m



全然,話題についていけてませんが….

>> On Tue, 12 Nov 2002 16:09:08 +0900
>> 「山」== yamaoka@jpl.org (Katsumi Yamaoka) said as follows:

山> The following patch should be applied to the CVS HEAD:

interactive-p() は,何かとトラブルの元なのであまり使いたくないです.以
下の変更でどうでしょう?
--- w3m.el	14 Nov 2002 14:16:17 -0000	1.766
+++ w3m.el	15 Nov 2002 10:29:43 -0000
@@ -5832,11 +5837,14 @@
 			   w3m-current-url))))
     current-prefix-arg
     (w3m-static-if (fboundp 'universal-coding-system-argument)
-	coding-system-for-read)))
+	coding-system-for-read)
+    nil ; post-data
+    nil ; referer
+    nil ; handler
+    t)) ; qsearch
   (set-text-properties 0 (length url) nil url)
   (setq url (w3m-uri-replace url))
   (when (or qsearch
-	    (interactive-p)
 	    (equal referer "about://bookmark/"))
     ;; quicksearch
     (setq qsearch t
-- 
土屋 雅稔 ( TSUCHIYA Masatoshi )