Hello Greg,
I believe I reported this in the past:
There seems to be breakage in your patch (others please comment).
Look for "Greg> \"" below. These lines are continuations of folded
lines. I don't know where along the way (Greg's MUA, xemacs-beta,
Adrian's MUA) this happened but I can definitely not apply this patch.
Regards,
Adrian
>>>> "Greg" == Greg Klanderman
<greg(a)alphatech.com> writes:
Greg> + ("sunsite.cnlab-switch.ch" "sunsite.cnlab-switch.ch"
Greg> "mirror/xemacs/packages")
Greg> + ("tu-darmstadt.de" "ftp.tu-darmstadt.de"
Greg> "pub/editors/xemacs/packages")
Greg> + ("sunsite.auc.dk" "sunsite.auc.dk"
"pub/emacs/xemacs/packages")
Greg> + ("pasteur.fr" "ftp.pasteur.fr"
"pub/computing/xemacs/packages")
Greg> + ("cenatls.cena.dgac.fr" "ftp.cenatls.cena.dgac.fr"
Greg> "pub/Emacs/xemacs/packages")
Greg> + ("kfki.hu" "ftp.kfki.hu"
"pub/packages/xemacs/packages")
Greg> + ("uniroma2.it" "ftp.uniroma2.it"
"unix/misc/dist/XEMACS/packages")
Greg> + ("icm.edu.pl" "ftp.icm.edu.pl"
"pub/unix/editors/xemacs/packages")
Greg> + ("sunet.se" "ftp.sunet.se"
"pub/gnu/xemacs/packages")
Greg> + ("doc.ic.ac.uk" "ftp.doc.ic.ac.uk"
"packages/xemacs/packages")
Greg> + ("srcc.msu.su" "ftp1.srcc.msu.su"
"mirror/ftp.xemacs.org/packages")
Greg> +
Greg> + ;; Asia
Greg> + ("usyd.edu.au" "ftp.usyd.edu.au"
"pub/Xemacs/packages")
Greg> + ("netlab.is.tsukuba.ac.jp"
"ftp.netlab.is.tsukuba.ac.jp"
Greg> "pub/GNU/xemacs/packages")
Greg> + ("jaist.ac.jp" "ftp.jaist.ac.jp"
"pub/GNU/xemacs/packages")
Greg> + ("ring.aist.go.jp" "ring.aist.go.jp"
"pub/text/xemacs/packages")
Greg> + ("ring.asahi-net.or.jp" "ring.asahi-net.or.jp"
Greg> "pub/text/xemacs/packages")
Greg> + ("SunSITE.sut.ac.jp" "SunSITE.sut.ac.jp"
Greg> "pub/archives/packages/xemacs/packages")
Greg> + ("dti.ad.jp" "ftp.dti.ad.jp"
"pub/unix/editor/xemacs/packages")
Greg> + ("kreonet.re.kr" "ftp.kreonet.re.kr"
Greg> "pub/tools/emacs/xemacs/packages")
Greg> + )
Greg> + "*List of remote sites available for downloading packages.
Greg> +List format is '(site-description site-name directory-on-site).
Greg> +SITE-DESCRIPTION is a textual description of the site. SITE-NAME
Greg> +is the internet address of the download site. DIRECTORY-ON-SITE
Greg> +is the directory on the site in which packages may be found.
Greg> +This variable is used to initialize `package-get-remote', the
Greg> +variable actually used to specify package download sites."
Greg> + :tag "Package download sites"
Greg> + :type '(repeat (list string string))
Greg> + :group 'package-get)
Greg> +