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: EOL conversion of files in .tar archives Date: Thu, 24 May 2007 10:01:43 +0900 Message-ID: References: <87abvwrzwz.fsf@stupidchicken.com> NNTP-Posting-Host: lo.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 1179968523 22450 80.91.229.12 (24 May 2007 01:02:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 May 2007 01:02:03 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 24 03:01:53 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hr1iC-0006rC-0e for ged-emacs-devel@m.gmane.org; Thu, 24 May 2007 03:01:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hr1iE-0008Hp-Aq for ged-emacs-devel@m.gmane.org; Wed, 23 May 2007 21:01:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hr1iA-0008Hk-VW for emacs-devel@gnu.org; Wed, 23 May 2007 21:01:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hr1iA-0008HY-2w for emacs-devel@gnu.org; Wed, 23 May 2007 21:01:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hr1i9-0008HV-TY for emacs-devel@gnu.org; Wed, 23 May 2007 21:01:49 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hr1i8-0007En-2X; Wed, 23 May 2007 21:01:48 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l4O11ip4007427; Thu, 24 May 2007 10:01:44 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l4O11iMZ004287; Thu, 24 May 2007 10:01:44 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id l4O11iZR015393; Thu, 24 May 2007 10:01:44 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1Hr1i3-00050D-Sy; Thu, 24 May 2007 10:01:43 +0900 In-reply-to: (message from Eli Zaretskii on Wed, 23 May 2007 20:33:38 +0300) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.0 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: Solaris 8 (1) 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:71704 Archived-At: In article , Eli Zaretskii writes: > Thanks, I committed it to the branch. Thank yo. > On the trunk the change is not conditioned on w32. For the trunk, how about trying the fix of my version (i.e. the change to find-buffer-file-type-coding-system)? By the way, for emacs-unicode-2, I have a plan of new functions insert-region-contents and write-region-to-buffer that do the similar thing as insert-file-contents and write-region but gets/puts the contents from/to a region of a specified buffer. They encapsulte various weird tasks for decoding and encoding, and can easility be used both by tar-mode and arc-mode. --- Kenichi Handa handa@m17n.org