>>>> "SL" == SL Baur <steve(a)xemacs.org>
writes:
SL> nbecker <nbecker(a)fred.net> writes in xemacs-beta(a)xemacs.org:
> One of the coolest features of xemacs seems to be broken as of
> 21.2b10.
SL> I cannot duplicate this problem on either 21.0 or 21.2.
> I have (require 'crypt)
> If I visit a .tar.gz, it should not only ungzip, but will put me
in tar
> mode. That doesn't work anymore. Instead I get
> c½ÅOé
=i has size -59888002 - corrupted.
> parsing tar file...2%
> parsing tar file...1%
> parsing tar file...
SL> Are you sure you don't have a corrupted .tar.gz file?
I have seen this error before, but also am not sure how to reproduce
it. I suspect it might be dependent on order of loading and autoloads
and such.
Does it go away if you
(require 'tar-mode)
(require 'crypt)
Martin