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

Re: How to use form, button and etc?



坂本です。

From: MORI Kouji <mori@tri.asanuma.co.jp>
Subject: [emacs-w3m:00915] How to use form, button and etc?
Date: Fri, 25 May 2001 09:50:10 +0900 (JST)

>   ・google のページ (http://www.google.com/) は表示できる。

これですが、.emacsを

;;; emacs/w3m
(autoload 'w3m "w3m" "*Interface for w3m on Emacs." t)
(autoload 'w3m-find-file "w3m" "*w3m interface function for local file." t)
(autoload 'w3m-browse-url "w3m" "Ask a WWW browser to show a URL." t)
(autoload 'w3m-search "w3m-search" "*Search QUERY using SEARCH-ENGINE." t)
(autoload 'w3m-weather "w3m-weather" "*Display weather report." t)
(autoload 'w3m-antenna "w3m-antenna" "*Report chenge of WEB sites." t)
(setq w3m-use-form t)

として
C-u M-x w3m-search ret
として、プロンプトでgoogleとすると検索することは可能です。

いかがでしょう?

--- Mitsugu