>>>> "Jan" == Jan Vroonhof
<vroonhof(a)math.ethz.ch> writes:
Hi Jan,
I get this when I
Add Download Site
xemacs.org
and do List _ Install[1]
ing
/anonymous@ftp.xemacs.org:/pub/xemacs/packages/package-index.LATEST.pgp/...
/anonymous@ftp.xemacs.org:/pub/xemacs/packages/package-index.LATEST.pgp/...done
Listing /anonymous@ftp.xemacs.org:/pub/xemacs/packages/...
Listing /anonymous@ftp.xemacs.org:/pub/xemacs/packages/...done
ving
/anonymous@ftp.xemacs.org:/pub/xemacs/packages/package-index.LATEST.pgp...
us@ftp.xemacs.org:/pub/xemacs/packages/package-index.LATEST.pgp...50% (602 B/s)
us@ftp.xemacs.org:/pub/xemacs/packages/package-index.LATEST.pgp...75% (762 B/s)
s@ftp.xemacs.org:/pub/xemacs/packages/package-index.LATEST.pgp...100% (901 B/s)
/anonymous@ftp.xemacs.org:/pub/xemacs/packages/package-index.LATEST.pgp...done
Buffer does not contain package-get database entries
I guess it manifests the problem you report here. I had seen it
yesterday evening but attributed it to a weekend spent in front of my
computer.
So it wasn't me after all?
Jan> The package-get-index-1998-11-28.pgp (which is the current
Jan> package-get-index.LATEST.pgp) is much smaller and seems to
Jan> contain random binary junk. It does even see, to be
Jan> gzip/compress output. Did something go wrong?
Jan> Jan
Footnotes:
[1] Which reminds me: How about this little patch to make List &
Install show up under WindowsNT?
Index: menubar-items.el
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-20/lisp/menubar-items.el,v
retrieving revision 1.10
diff -u -r1.10 menubar-items.el
--- menubar-items.el 1998/11/26 11:36:34 1.10
+++ menubar-items.el 1998/12/01 01:42:39
@@ -235,13 +235,15 @@
("Manage Packages"
("Add Download Site"
- :filter (lambda (&rest junk)
- (package-get-download-menu)))
+ :filter (lambda (&rest junk)
+ (package-get-download-menu)))
["Update Package Index" package-get-update-base]
- ["List & Install" pui-list-packages]
+ ,(if (equal system-type 'windows-nt)
+ ["List && Install" pui-list-packages]
+ ["List & Install" pui-list-packages])
("Using Custom"
("Select" :filter (lambda (&rest junk)
- (cdr (custom-menu-create 'packages))))
+ (cdr (custom-menu-create 'packages))))
["Update" package-get-custom])
["Help" (Info-goto-node "(xemacs)Packages")])
--
Adrian Aichner
European Design Center
Teradyne GmbH
Semiconductor Test Group Telephone +49/89/41861(0)-208
Dingolfinger Strasse 2 Fax +49/89/41861-217 (What is a Fax?)
D-81673 MUENCHEN E-mail adrian.aichner(a)teradyne.com