From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: po file charset via auto-coding-functions Date: Wed, 30 Nov 2005 04:45:27 +0200 Organization: JURTA Message-ID: <87hd9v9ihf.fsf@jurta.org> References: <87zmp399ue.fsf@zip.com.au> <87ll0ma3ow.fsf@zip.com.au> <87fyqu9ung.fsf@zip.com.au> <877jbhrwox.fsf-monnier+emacs@gnu.org> <87psp8qrz9.fsf-monnier+emacs@gnu.org> <87sltt98l6.fsf-monnier+emacs@gnu.org> <87veyol5da.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133322213 19412 80.91.229.2 (30 Nov 2005 03:43:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 Nov 2005 03:43:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 30 04:43:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EhIrK-0007pI-Jd for ged-emacs-devel@m.gmane.org; Wed, 30 Nov 2005 04:42:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EhIrJ-0001KV-RY for ged-emacs-devel@m.gmane.org; Tue, 29 Nov 2005 22:42:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EhIqy-0001Hu-Gf for emacs-devel@gnu.org; Tue, 29 Nov 2005 22:41:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EhIqw-0001Hd-Rt for emacs-devel@gnu.org; Tue, 29 Nov 2005 22:41:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EhIqw-0001HY-MW for emacs-devel@gnu.org; Tue, 29 Nov 2005 22:41:54 -0500 Original-Received: from [194.126.101.111] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EhIqw-0008DZ-Id for emacs-devel@gnu.org; Tue, 29 Nov 2005 22:41:54 -0500 Original-Received: from mail.neti.ee (80-235-34-14-dsl.mus.estpak.ee [80.235.34.14]) by Relayhost1.neti.ee (Postfix) with ESMTP id 1A03616C9; Wed, 30 Nov 2005 05:42:05 +0200 (EET) Original-To: Kevin Rodgers In-Reply-To: (Kevin Rodgers's message of "Tue, 29 Nov 2005 12:13:52 -0700") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:46796 Archived-At: >> Wouldn't it be better to use the same syntax for members of >> all supported archivers (gzip, zip, tar)? >> Currently `buffer-file-name' of the visited archive member >> uses three different syntaxes: >> "/home/handa/temp.po.gz" >> "/home/handa/temp.zip:vi.po" >> "/home/handa/temp.tar!vi.po" >> After choosing one syntax, `buffer-file-name' would be: >> "/home/handa/temp.po.gz!temp.po" >> "/home/handa/temp.zip!vi.po" >> "/home/handa/temp.tar!vi.po" > > Or how about a URL-compatible syntax: > > arc://home/handa/temp.po.gz#temp.po > arc://home/handa/temp.gip#vi.po > arc://home/handa/temp.tar#vi.po There is no such standard URI scheme as `arc'. But perhaps `#' in `file' is appropriate to address archive members: file://home/handa/temp.po.gz#temp.po file://home/handa/temp.gip#vi.po file://home/handa/temp.tar#vi.po -- Juri Linkov http://www.jurta.org/emacs/