From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Putting auto-image-file-mode in Options menu Date: Tue, 15 Mar 2005 13:39:16 -0500 Message-ID: References: <87acp8i6f1.fsf@jurta.org> <87wtsbbrlt.fsf-monnier+emacs@gnu.org> <87ll8qap2h.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1110912478 22339 80.91.229.2 (15 Mar 2005 18:47:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Mar 2005 18:47:58 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 15 19:47:57 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DBH52-0004N9-UQ for ged-emacs-devel@m.gmane.org; Tue, 15 Mar 2005 19:47:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBHKy-0007Iq-IL for ged-emacs-devel@m.gmane.org; Tue, 15 Mar 2005 14:04:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DBHCK-0003p5-LD for emacs-devel@gnu.org; Tue, 15 Mar 2005 13:55:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DBHC8-0003l9-7z for emacs-devel@gnu.org; Tue, 15 Mar 2005 13:55:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBHC7-0003jq-LD for emacs-devel@gnu.org; Tue, 15 Mar 2005 13:55:07 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DBGwm-0007b9-Dy for emacs-devel@gnu.org; Tue, 15 Mar 2005 13:39:16 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DBGwm-0002QG-2N; Tue, 15 Mar 2005 13:39:16 -0500 Original-To: Juri Linkov In-reply-to: <87ll8qap2h.fsf@jurta.org> (message from Juri Linkov on Mon, 14 Mar 2005 03:23:02 +0200) 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:34614 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34614 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?