emacs-w3m って何?

Emacs 上の Web ブラウザ。

auto-autoloads.el

(autoload 'w3m "w3m" "Interface for w3m on Emacs." t)
(autoload 'w3m-browse-url "w3m" "Interface for w3m on Emacs." t)
(autoload 'w3m-antenna "w3m-antenna" "*Report change of WEB sites." t)

(setq w3m-icon-directory (expand-file-name "etc/w3m" netinstall-pkg-dir))

~/.emacs

Info を読んだり、あとは M-x customize-group RET w3m RET から。

必要なもの

w3m.exe が必要になります。 Cygwin のパッケージになっているので setup.exe で Web -> w3m を 選択すれば入れることができます。

w3m.exeを自分でコンパイルする場合には

Cygwin によりコンパイルすることができます。 (cygwin1.dll とリンクするものは Meadow Porject では配布しません)

Cygwin の gcc, make, libgc, gettext-devel, openssl-devel 等のパッケージを 入れてコンパイルします。

$ ./configure
$ make
$ make install

だけでできあがります。途中エラーの場合は必要な Cywgin パッケージ が足りないのでしょう。適宜入れてください。

どなたか Cygwin ではない Windows Native なバイナリのコンパイル方法を あみだしてくれないかしらん。

スクリーンショット

emacs-w3m

Attachments