mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7b0003204d
dot.{emacs,mosaic-hotlist-default}. Install sample files into share/examples/w3 instead of to share/doc/w3. Use PKG_PREFIX in the installation/deinstallation scripts. Some Makefile cleanup. Submitted by: (Kiriyama Kazuhiko) <kiri@kiri.toba-cmt.ac.jp>
28 lines
859 B
Plaintext
28 lines
859 B
Plaintext
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/examples/w3
|
|
directory to your home directory.
|
|
|
|
Setting above user environment would be only executed by
|
|
/usr/local/share/examples/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
|