w3-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[W3-dev] change w3-default-homepage?


From: John Paul Wallington
Subject: [W3-dev] change w3-default-homepage?
Date: Fri, 16 May 2008 14:44:51 +0100
User-agent: Microsoft Gnus Express, Build 513.230

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  <address@hidden>

        * 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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]