[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] w3m-uri-replace-alist
- From: Boruch Baum <boruch_baum@xxxxxxx>
- Date: Tue, 30 May 2017 04:31:32 -0400
- X-ml-name: emacs-w3m
- X-mail-count: 12661
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"))