File suse-start.el of Package w3m-el
(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-icon-directory "/usr/share/emacs/site-lisp/w3m")
(setq w3m-use-cookies t)
(setq w3m-display-inline-image t)
(setq w3m-use-mule-ucs t)
(setq w3m-key-binding 'info)