chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e9dd659
)
dot/emacs: Point `rfcview' at roadstar's RFC mirror.
author
Mark Wooding
<mwooding@good.com>
Thu, 23 Oct 2014 12:47:26 +0000
(13:47 +0100)
committer
Mark Wooding
<mwooding@good.com>
Thu, 23 Oct 2014 12:50:00 +0000
(13:50 +0100)
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index c0f4022f75df0219cd38a4f4f36118e1c3e690c7..0eddaa18050f794cdd3e29ae4338ad3c46017689 100644
(file)
--- 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 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.
;;;--------------------------------------------------------------------------
;;; W3 and URL fetching stuff.