Gnus development mailing list
 help / color / mirror / Atom feed
* nightly snapshot url doesn't work
@ 2001-03-13 12:38 Bill White
  0 siblings, 0 replies; only message in thread
From: Bill White @ 2001-03-13 12:38 UTC (permalink / raw)


The nightly snapshot url hasn't been available for the last couple of
days:

<url:ftp://ftp.gnus.org/pub/gnus/snapshots/>

Handy tip (when ftp.gnus.org is up): I run this code every morning
when I arrive at work:

(defun get-gnus ()
  (interactive)
  (let ((filename (format-time-string "/anonymous@ftp.gnus.org:/pub/gnus/snapshots/gnus-CURRENT-%Y%m%d.tar.gz")))
    (find-file-at-point "/mnt/disk2/billw/emacs/emacs-lisp-21")
    (copy-file filename "/mnt/disk2/billw/emacs/emacs-lisp-21")
    (revert-buffer)
    (dired-mark-files-regexp "^gnus-CURRENT.*")))


bw
-- 
Bill White      billw@wolfram.com     http://members.wri.com/billw
Emacs is my GUI                   nunc scripsi totum da mihi potum


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-03-13 12:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-13 12:38 nightly snapshot url doesn't work Bill White

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).