diff options
author | asami <asami@FreeBSD.org> | 1996-12-18 13:26:32 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-18 13:26:32 +0800 |
commit | 85b0b80e456ed704aa8798e6127f90d2e3b501d3 (patch) | |
tree | 6ea2970168c7a6913b511221a10d50d68ebd8bc7 /www/w3-4/pkg-descr | |
parent | a105e523732e3d7ceea832b3ec98c7177c460870 (diff) | |
download | freebsd-ports-gnome-85b0b80e456ed704aa8798e6127f90d2e3b501d3.tar.gz freebsd-ports-gnome-85b0b80e456ed704aa8798e6127f90d2e3b501d3.tar.zst freebsd-ports-gnome-85b0b80e456ed704aa8798e6127f90d2e3b501d3.zip |
Web browser based on emacs/mule.
Submitted by: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
Diffstat (limited to 'www/w3-4/pkg-descr')
-rw-r--r-- | www/w3-4/pkg-descr | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/w3-4/pkg-descr b/www/w3-4/pkg-descr new file mode 100644 index 000000000000..98848a562c48 --- /dev/null +++ b/www/w3-4/pkg-descr @@ -0,0 +1,27 @@ +w3-2.2.26 package is WWW browser package for emacs. + +Info path and elisp load path would be set as follows : + + Info path - /usr/local/info + load path - /usr/local/share/emacs/site-lisp/mew + +You may be happy by adding following lines to your .emacs file: + + (setq url-keep-history t) + (setq url-be-asynchronous t) + (setq w3-default-homepage + "file://localhost/usr/share/doc/handbook/handbook.html") + +and copying .mosaic-hotlist-default file from /usr/local/share/doc/w3 +directory to your home directory. + +Setting above user environment would be only executed by +/usr/local/share/doc/mew/user-install on your home directory. + +If you want to get an typesetting manual, copy Makefile and w3.texi from +/usr/local/share/doc/w3 and 'make w3.dvi'. + +If you have installed correctly, type "M-x w3". Enjoy! + +- Kiriyama Kazuhiko +kiri@kiri.toba-cmt.ac.jp |