;: -*- emacs-lisp -*-
;:* $Id: w3-sy.el,v 1.1 2003-10-18 01:22:50+10 steve Exp steve $
(setq 
 url-automatic-caching t
 url-be-asynchronous t
 url-keep-history t
;  url-news-server "localhost"
 url-news-use-article-mode t
 url-personal-mail-address "sryoungs@bigpond.net.au"
 url-privacy-level 'high
;  url-proxy-services 
;  '(("http" . "eicq.dnsalias.org:3128")
;    ("ftp" . "eicq.dnsalias.org:3128")
;    ("gopher" . "eicq.dnsalias.org:3128")
;    ("ssl" . "eicq.dnsalias.org:3128")
;    ("noproxy" . "192.168.123.51, 127.0.0.1, localhost, eicq.dnsalias.org"))
 w3-auto-image-alt nil
 w3-default-homepage "http://localhost/"
 w3-do-incremental-display t
 w3-do-scripting t
 w3-documentation-root "/home/steve/documents/XEmacs/w3/"
 w3-honor-stylesheets t
 w3-hotlist-file "~/.url/.mosaic-hotlist-default"
;  w3-java-vm-program "/usr/local/j2re1.4.0/bin/java_vm"
 w3-latex-print-links 'footnote
 w3-min-img-size 5
 w3-use-menus 
 '(file edit view go bookmark options buffers style search emacs nil help)
 w3-use-terminal-characters t
 w3-user-colors-take-precedence t 
 w3-user-fonts-take-precedence nil)
(autoload 'w3 "w3/w3" "WWW Browser" t)
;:*====================================================================
(message "W3 initialised")

Created with XEmacs Valid HTML 4.01! Valid CSS!
Copyright © 2003 Steve Youngs
Verbatim copying and distribution is permitted in any medium, providing this notice is preserved.
Last modified: Sat Oct 18 02:19:01 EST 2003