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: Tue, 25 Oct 2005 15:42:18 +0900 Message-ID: References: <87zmp399ue.fsf@zip.com.au> <87ll0ma3ow.fsf@zip.com.au> <87zmp1f9np.fsf@zip.com.au> <87mzkz3c23.fsf@zip.com.au> <8764rmqyhx.fsf@jurta.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 1130224965 21456 80.91.229.2 (25 Oct 2005 07:22:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Oct 2005 07:22:45 +0000 (UTC) Cc: user42@zip.com.au, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 25 09:22:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EUJ8B-0005II-DZ for ged-emacs-devel@m.gmane.org; Tue, 25 Oct 2005 09:21:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EUJ8A-00049o-1P for ged-emacs-devel@m.gmane.org; Tue, 25 Oct 2005 03:21:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EUIVy-0000F5-Ro for emacs-devel@gnu.org; Tue, 25 Oct 2005 02:42:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EUIVw-0000EN-3U for emacs-devel@gnu.org; Tue, 25 Oct 2005 02:42:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EUIVt-0000Dz-EN for emacs-devel@gnu.org; Tue, 25 Oct 2005 02:42:26 -0400 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 1EUIVt-0006OY-9D for emacs-devel@gnu.org; Tue, 25 Oct 2005 02:42:25 -0400 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 j9P6gL0Z019223; Tue, 25 Oct 2005 15:42:21 +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 j9P6gJOd014376; Tue, 25 Oct 2005 15:42:19 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1EUIVm-00068Y-00; Tue, 25 Oct 2005 15:42:18 +0900 Original-To: Juri Linkov In-reply-to: <8764rmqyhx.fsf@jurta.org> (message from Juri Linkov on Tue, 25 Oct 2005 02:35:54 +0300) 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:44794 Archived-At: In article <8764rmqyhx.fsf@jurta.org>, Juri Linkov writes: > Please also pay attention to the related problem: .tar and .zip don't > support some Emacs features. For example, after (require 'generic-x) > visiting vi.po or vi.po.gz sets Default-Generic mode, but visiting the > vi.po file from x.tar or x.zip doesn't set this mode. Or after > (progn (setq-default save-place t) (require 'saveplace)) visiting > vi.po or vi.po.gz remembers point positions, but visiting them > from x.tar or x.zip doesn't. > These features work by putting the hook in `find-file-hook'. > Calling this hook on a visited archive file seems work for these > features, but is it the right way to do? I have no idea. As I've never used those mode, to work on it, I must start from investigating how they work in a normal case. I'd like to ask someone else who already knows those code to work on it. At least, it seems that it doesn't require "mule" knowledge. --- Kenichi Handa handa@m17n.org