From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: vls@m-net.arbornet.org (V. L. Simpson) Newsgroups: gmane.emacs.help Subject: Re: problem with txt.gz files in emacs Date: 31 Jul 2003 08:09:12 -0500 Organization: Monster Island Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87k79y3ksn.fsf@godzilla.micro.net> References: <3f290da0$0$11352$3b214f66@usenet.univie.ac.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1059657179 6171 80.91.224.249 (31 Jul 2003 13:12:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2003 13:12:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 31 15:12:58 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19iDEo-0001bG-00 for ; Thu, 31 Jul 2003 15:12:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19iDCd-0001Nb-DI for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jul 2003 09:10:43 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!in.100proofnews.com!in.100proofnews.com!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.hal-pc.org!news.hal-pc.org!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Lines: 12 Original-NNTP-Posting-Host: 206.180.153.48.adsl.hal-pc.org Original-X-Trace: 1059656953 news.hal-pc.org 54850 206.180.153.48:1027 Original-X-Complaints-To: abuse@hal-pc.org Original-Xref: shelby.stanford.edu gnu.emacs.help:115584 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11502 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11502 Thomas Link writes: > > I tried to open a txt.gz file in vi, it unzipped itself and opened > > I think crypt++ or crypt do the job. Try to put "(require 'crypt++)" or > "(require 'crypt)" into your initialization file (~/.emacs or > ~/.xemacs/init.el). But maybe there are also other solutions? Turn on auto-compression-mode. Have fun vls