>>>> "nbecker" == nbecker 
<nbecker(a)fred.net> writes: 
    nbecker> One of the coolest features of xemacs seems to be broken
    nbecker> as of 21.2b10.
    nbecker> I have (require 'crypt)
    nbecker> If I visit a .tar.gz, it should not only ungzip, but will
    nbecker> put me in tar mode.  That doesn't work anymore.  Instead
    nbecker> I get c½ÅOé
=i has size -59888002 - corrupted.  parsing
    nbecker> tar file...2% parsing tar file...1% parsing tar file...
 It works for me by just doing:
(require 'jka-compr)
(toggle-auto-compression 1)
(require 'tar-mode)