[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:22004] w3 Cannot open load file: x-mouse
井上裕寿です。
emacs で w3 を起動しようとしましたが、
x-mouse のエラーになります。
w3 は以下のように展開してます。
x-mouse はどこにどうすればいいでしょうか。
何かヒントでもあればいいのですが。
hiro@hiro:~$ ls /usr/local/share/w3
Makefile md5.el w3-beta.el w3-parse.el w3.elc
THIS-IS-VERSION-2.2.26 mm.el w3-beta.elc w3-print.el w3.info
W3.ad mm.elc w3-draw.el w3-srch.el w3.info-1
base64.el ssl.el w3-e19.el w3-style.el w3.info-2
clean-cache url-hash.el w3-emacs.el w3-sysdp.el w3.info-3
custom-1.9960 url-hash.elc w3-epoch.el w3-toolbar.el w3.info-4
descrip.mms url.el w3-hot.el w3-vars.el w3.txi
docomp.el url.elc w3-mac.el w3-wemac.el xbm-button.el
font.el urlauth.el w3-mule.el w3-xemac.el xpm-button.el
makediff w3-about.el w3-next.el w3.el
hiro@hiro:~$ ls /usr/local/share/w3
.emacs の定義
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; W3
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(setq load-path
(cons "/usr/local/share/w3" load-path))
(autoload 'w3-preview-this-buffer "w3" "WWW Previewer" t)
(autoload 'w3-follow-url-at-point "w3" "Find document at pt" t)
(autoload 'w3 "w3" "WWW Browser" t)
(autoload 'w3-open-local "w3" "Open local file for WWW browsing" t)
(autoload 'w3-fetch "w3" "Open remote file for WWW browsing" t)
(autoload 'w3-use-hotlist "w3" "Use shortcuts to view WWW docs" t)
(autoload 'gopher-dispatch-object "gopher" "Fetch gopher dir" t)