From: Mark Wooding Date: Thu, 23 Oct 2014 12:47:26 +0000 (+0100) Subject: dot/emacs: Point `rfcview' at roadstar's RFC mirror. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/73fcc0bfb7065039cc9a9ebbf808347b3e556489 dot/emacs: Point `rfcview' at roadstar's RFC mirror. --- diff --git a/dot/emacs b/dot/emacs index c0f4022..0eddaa1 100644 --- a/dot/emacs +++ b/dot/emacs @@ -293,6 +293,13 @@ (setq cltl2-root-url (mdw-config 'cltl-url)) (setq common-lisp-hyperspec-root (mdw-config 'hyperspec-url)) +(setq rfcview-rfc-location-pattern + "/ftp@mirror.distorted.org.uk:/pub/mirrors/rfc/rfc%s.txt" + rfcview-std-location-pattern + "/ftp@mirror.distorted.org.uk:/pub/mirrors/rfc/std/std%s.txt" + rfcview-index-location + "/ftp@mirror.distorted.org.uk:/pub/mirrors/rfc/rfc-index.txt") + ;;;-------------------------------------------------------------------------- ;;; W3 and URL fetching stuff.