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

[PATCH] w3m-uri-replace-alist



While reviewing, `w3m-uri-replace-alist' I noticed:

1] google groups is included, but the site now requires javascript

2] altacista is included, but it now forwards to yahoo

3] iij-archie is included, but it now returns a 404 error

--
hkp://keys.gnupg.net
CA45 09B5 5351 7C11 A9D1  7286 0036 9E45 1595 8BC0
--- w3m.el	2017-05-30 02:44:58.824734061 -0400
+++ w3m-new.el	2017-05-30 04:12:11.963121054 -0400
@@ -1932,12 +1932,9 @@
 
 (defcustom w3m-uri-replace-alist
   '(("\\`gg:" w3m-search-uri-replace "google")
-    ("\\`ggg:" w3m-search-uri-replace "google groups")
     ("\\`ya:" w3m-search-uri-replace "yahoo")
-    ("\\`al:" w3m-search-uri-replace "altavista")
     ("\\`bts:" w3m-search-uri-replace "debian-bts")
     ("\\`dpkg:" w3m-search-uri-replace "debian-pkg")
-    ("\\`archie:" w3m-search-uri-replace "iij-archie")
     ("\\`alc:"  w3m-search-uri-replace "alc")
     ("\\`urn:ietf:rfc:\\([0-9]+\\)" w3m-pattern-uri-replace
      "http://www.ietf.org/rfc/rfc\\1.txt";))