16 May 15:41
change w3-default-homepage?
From: John Paul Wallington <jpw <at> pobox.com>
Subject: change w3-default-homepage?
Newsgroups: gmane.emacs.w3.devel
Date: 2008-05-16 13:44:51 GMT
Subject: change w3-default-homepage?
Newsgroups: gmane.emacs.w3.devel
Date: 2008-05-16 13:44:51 GMT
Ahoy, The existing w3-default-homepage is a 404 at cs.indiana.edu. How about making it w3's page at www.gnu.org? 2008-05-16 John Paul Wallington <jpw <at> pobox.com> * lisp/w3.el (w3-do-setup): Fall back to http://www.gnu.org/software/w3/ instead of http://www.cs.indiana.edu/elisp/w3/docs.html when setting `w3-default-homepage'. diff --git a/lisp/w3.el b/lisp/w3.el index a23131f..af8c4fe 100644 --- a/lisp/w3.el +++ b/lisp/w3.el @@ -1852,11 +1852,11 @@ Emacs." (or w3-hotlist (w3-parse-hotlist)) ;; Set the default home page, honoring their defaults, then the - ;; standard WWW_HOME, then default to the documentation @ IU + ;; standard WWW_HOME, then default to the w3 page at www.gnu.org (or w3-default-homepage (setq w3-default-homepage (or (getenv "WWW_HOME") - "http://www.cs.indiana.edu/elisp/w3/docs.html"))) + "http://www.gnu.org/software/w3/"))) (run-hooks 'w3-load-hook)))(Continue reading)


RSS Feed