From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: Putting auto-image-file-mode in Options menu Date: Wed, 16 Mar 2005 10:10:06 -0700 Message-ID: References: <87acp8i6f1.fsf@jurta.org> <87wtsbbrlt.fsf-monnier+emacs@gnu.org> <87ll8qap2h.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110995760 30011 80.91.229.2 (16 Mar 2005 17:56:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2005 17:56:00 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 16 18:56:00 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DBcWN-0007FC-WB for ged-emacs-devel@m.gmane.org; Wed, 16 Mar 2005 18:41:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBcmV-00006f-0X for ged-emacs-devel@m.gmane.org; Wed, 16 Mar 2005 12:58:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DBclm-0008Nz-08 for emacs-devel@gnu.org; Wed, 16 Mar 2005 12:57:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DBclh-0008Jp-63 for emacs-devel@gnu.org; Wed, 16 Mar 2005 12:57:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBclg-0008Hi-OD for emacs-devel@gnu.org; Wed, 16 Mar 2005 12:57:16 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1DBcSv-0002BH-Kx for emacs-devel@gnu.org; Wed, 16 Mar 2005 12:37:53 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DBcED-0004MY-Oy for emacs-devel@gnu.org; Wed, 16 Mar 2005 18:22:42 +0100 Original-Received: from 207.167.42.60 ([207.167.42.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Mar 2005 18:22:41 +0100 Original-Received: from ihs_4664 by 207.167.42.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Mar 2005 18:22:41 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.60 User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34640 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34640 Richard Stallman wrote: > I would like to ask the same question for auto-compression-mode too. > What is the reason not to turn it on by default? How often people > visit compressed files for editing without uncompressing? > > I often save a buffer of compressed data into a file name FOO.gz. > If Auto Compression mode is enabled, it does a second compression. > So I have to turn off Auto Compression mode for that. > > It would be nice to make Auto Compression mode DTRT in that case. > Maybe then there would be no reason ever to turn it off. > Can anyone see a way to do this? What is buffer-file-coding-system set to in that buffer? How do you insert the compressed data into it? -- Kevin Rodgers