emacs-w3m

;;; start emacs-w3m ;;;
(global-set-key "\C-cw" 'w3m)
(cond
    ((locate-library "w3m-load")
	(require 'w3m-load)
	(if (file-directory-p "/opt/QtPalmtop/share/emacs/22.0.50/etc/images/w3m/")
	    (setq w3m-icon-directory
		"/opt/QtPalmtop/share/emacs/22.0.50/etc/images/w3m/"))))
(setq w3m-home-page "http://www.google.co.jp")
(setq w3m-use-cookies t)
(setq w3m-cookie-accept-bad-cookies t)
;(setq w3m-weather-default-area "")
;;; end emacs-w3m ;;;

起動方法

emacsを起動してから、M-x w3m or Ctrl-c w で emacs-w3m 起動。もしくは

$ emacs -f w3m