From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: customizing `frame-background-mode' Date: Sun, 20 Nov 2005 18:22:24 -0500 Message-ID: References: <437DB290.8060203@gmx.at> <871x1cujjj.fsf@jurta.org> <43804645.5060302@gmx.at> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1132529092 11042 80.91.229.2 (20 Nov 2005 23:24:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Nov 2005 23:24:52 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 21 00:24:50 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EdyXe-0007dj-5o for ged-emacs-devel@m.gmane.org; Mon, 21 Nov 2005 00:24:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EdyXc-0008EN-NI for ged-emacs-devel@m.gmane.org; Sun, 20 Nov 2005 18:24:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EdyVu-0007aD-Vh for emacs-devel@gnu.org; Sun, 20 Nov 2005 18:22:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EdyVt-0007Zd-Ok for emacs-devel@gnu.org; Sun, 20 Nov 2005 18:22:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EdyVt-0007ZU-64 for emacs-devel@gnu.org; Sun, 20 Nov 2005 18:22:25 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EdyVt-0001a9-6L for emacs-devel@gnu.org; Sun, 20 Nov 2005 18:22:25 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EdyVs-0001lL-B2; Sun, 20 Nov 2005 18:22:24 -0500 Original-To: martin rudalics In-reply-to: <43804645.5060302@gmx.at> (message from martin rudalics on Sun, 20 Nov 2005 10:47:49 +0100) 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 Xref: news.gmane.org gmane.emacs.devel:46371 Archived-At: Wouldn't it be better to use the same syntax for members of all supported archivers (gzip, zip, tar)? gzip is not an archiver, it is a compression program. Currently `buffer-file-name' of the visited archive member uses three different syntaxes: "/home/handa/temp.po.gz" That is not a special convention, it is the file name. "/home/handa/temp.zip:vi.po" "/home/handa/temp.tar!vi.po" Changing the zip case to use ! instead of : is ok with me.