Emacsでw3m

  • ソフトウェアセンターから w3m-el-snapshot をインストール
(setq w3m-home-page "http://www.google.co.jp/")
(setq w3m-use-cookies t)

(autoload 'w3m-search "w3m-search" "Search QUERY using SEARCH-ENGIN." t)
(setq w3m-search-default-engin "google-ja")
(global-set-key "\C-cs" 'w3m-search)

(global-set-key "\C-xm" 'browse-url-at-point)
(autoload 'w3m-find-file "w3m" "w3m interface function for local file." t)