emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: po file charset via auto-coding-functions


From: Kevin Rodgers
Subject: Re: po file charset via auto-coding-functions
Date: Tue, 29 Nov 2005 12:13:52 -0700
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

Juri Linkov wrote:
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

--
Kevin Rodgers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]