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: po file charset via auto-coding-functions Date: Thu, 10 Nov 2005 12:49:53 -0500 Message-ID: References: <87zmp399ue.fsf@zip.com.au> <87ll0ma3ow.fsf@zip.com.au> <87fyqu9ung.fsf@zip.com.au> <877jbhrwox.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1131645155 23603 80.91.229.2 (10 Nov 2005 17:52:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Nov 2005 17:52:35 +0000 (UTC) Cc: emacs-devel@gnu.org, user42@zip.com.au, handa@m17n.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 10 18:52:33 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EaGYo-0006wt-Jq for ged-emacs-devel@m.gmane.org; Thu, 10 Nov 2005 18:50:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EaGYn-0000bu-R2 for ged-emacs-devel@m.gmane.org; Thu, 10 Nov 2005 12:50:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EaGYd-0000bp-Kr for emacs-devel@gnu.org; Thu, 10 Nov 2005 12:49:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EaGYd-0000bd-6Q for emacs-devel@gnu.org; Thu, 10 Nov 2005 12:49:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EaGYd-0000ba-38 for emacs-devel@gnu.org; Thu, 10 Nov 2005 12:49:55 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EaGYd-0008O3-CY for emacs-devel@gnu.org; Thu, 10 Nov 2005 12:49:55 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EaGYb-0001Mr-Df; Thu, 10 Nov 2005 12:49:53 -0500 Original-To: Stefan Monnier In-reply-to: <877jbhrwox.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Wed, 09 Nov 2005 22:49:32 -0500) 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:45687 Archived-At: IIUC currently the argument passed is "vi.po" but that is not the argument passed to operation either. Perhaps we should fix that. As a matter of fact I think passing "/home/handa/x.tgz!vi.po" is more correct: if we assume that a suitable file-name-handler is installed it's perfectly correct. But I don't think we should install such a handler, because it would be an incompatible change in file name syntax. And if we don't install such a handler, the argument isn't correct at all.