From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: po file charset via auto-coding-functions Date: Wed, 04 Jan 2006 13:37:06 +0900 Message-ID: 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> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1136349458 13992 80.91.229.2 (4 Jan 2006 04:37:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2006 04:37:38 +0000 (UTC) Cc: user42@zip.com.au, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 04 05:37:35 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Eu0Ou-0004az-7y for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2006 05:37:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eu0QY-0004OY-Nx for ged-emacs-devel@m.gmane.org; Tue, 03 Jan 2006 23:39:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eu0QP-0004OQ-Ah for emacs-devel@gnu.org; Tue, 03 Jan 2006 23:39:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eu0QN-0004OD-OC for emacs-devel@gnu.org; Tue, 03 Jan 2006 23:39:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eu0QN-0004O9-LN for emacs-devel@gnu.org; Tue, 03 Jan 2006 23:38:59 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Eu0Rh-0004nW-1y; Tue, 03 Jan 2006 23:40:21 -0500 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k044b9rk029170; Wed, 4 Jan 2006 13:37:09 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k044b77E030008; Wed, 4 Jan 2006 13:37:07 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1Eu0OY-0000K3-00; Wed, 04 Jan 2006 13:37:06 +0900 Original-To: rms@gnu.org In-reply-to: (rms@gnu.org) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:48680 Archived-At: In article , "Richard M. Stallman" writes: >> Could you give me an example or two? >> Which filename handler function does this? >> Looking at an example, I can understand the issue. > We are failing to communicate. Your patch is a change in > po-find-charset. po-find-charset is not a filename handler function. The patch contains also a change in po-find-file-coding-system-guts which is called from po-find-file-coding-system. And po-find-file-coding-system is a function registered in file-coding-system-alist and thus is called from find-operation-coding-system. I thought you meant such a function by "filename handler function" in the current context. --- Kenichi Handa handa@m17n.org