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, 29 Dec 2005 21:18:43 -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> <87psp8qrz9.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 1135909313 15189 80.91.229.2 (30 Dec 2005 02:21:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 30 Dec 2005 02:21:53 +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 Fri Dec 30 03:21:49 2005 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 1Es9tm-0005YR-D2 for ged-emacs-devel@m.gmane.org; Fri, 30 Dec 2005 03:21:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Es9vA-0000OO-74 for ged-emacs-devel@m.gmane.org; Thu, 29 Dec 2005 21:23:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Es9tB-0007zQ-Kn for emacs-devel@gnu.org; Thu, 29 Dec 2005 21:21:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Es9tA-0007yq-71 for emacs-devel@gnu.org; Thu, 29 Dec 2005 21:21:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Es9tA-0007yl-14 for emacs-devel@gnu.org; Thu, 29 Dec 2005 21:21:04 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Es9tb-00057x-Nv for emacs-devel@gnu.org; Thu, 29 Dec 2005 21:21:31 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Es9qt-000650-Ko; Thu, 29 Dec 2005 21:18:43 -0500 Original-To: Kenichi Handa In-reply-to: (message from Kenichi Handa on Thu, 29 Dec 2005 20:47:38 +0900) 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:48526 Archived-At: > 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. You wrote: > A function registered in find-operation-coding-system have > to find which buffer is pretending to visit FILENAME if > FILENAME doesn't exist. And, get-file-buffer is the only > (or at least the very natural) way for that. What's the name of one function registered in find-operation-coding-system which needs to do this? Does that function call po-find-charset? If so, could you show me the sequence of function calls that gets from there to po-find-charset?