From xemacs-m  Thu Jun  5 00:12:05 1997
Received: from sonyinet.sony.co.jp (sonyinet.sony.co.jp [202.238.80.17])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id AAA23043
	for <xemacs-beta@xemacs.org>; Thu, 5 Jun 1997 00:12:04 -0500 (CDT)
Received: (from uucp@localhost) by sonyinet.sony.co.jp (8.8.5/3.4W4-96030410) id OAA09601 for <xemacs-beta@xemacs.org>; Thu, 5 Jun 1997 14:11:58 +0900 (JST)
Received: from unknown(43.0.1.249) by sonyinet.sony.co.jp via smap (V2.0)
	id xma009375; Thu, 5 Jun 97 14:10:59 +0900
Received: from shigw.shi.sony.co.jp (shigw [43.1.179.252]) by sonygw.sony.co.jp (8.6.12+2.4W/3.4W-97020512) with ESMTP id OAA12602 for <xemacs-beta@xemacs.org>; Thu, 5 Jun 1997 14:10:42 +0900
Received: from gagw.ga.sony.co.jp (gabrg [43.1.185.224]) by shigw.shi.sony.co.jp (8.6.12+2.4W/3.4W-96052711) with SMTP
	id OAA19908 for <xemacs-beta@xemacs.org>; Thu, 5 Jun 1997 14:10:40 +0900
Received: from beer.ga.sony.co.jp by gagw.ga.sony.co.jp (4.2/6.4J.6)
	id AA08102; Thu, 5 Jun 97 14:09:49 JST
Received: by beer.ga.sony.co.jp (4.2/6.4J.6)
	id AA13756; Thu, 5 Jun 97 14:09:48 JST
To: xemacs-beta@xemacs.org
Subject: [BUG] jka-compr with XEmacs-mule
From: Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
Organization: The Katsumi Yamaoka Fan Club
Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.82)
Content-Type: multipart/mixed;
 boundary="Multipart_Thu_Jun__5_14:09:52_1997-1"
Content-Transfer-Encoding: 7bit
Date: 05 Jun 1997 14:09:52 +0900
Message-Id: <28910ptz33.fsf@ganews.ga.sony.co.jp>
Lines: 32
X-Mailer: Gnus v5.4.56 with SEMI patch/XEmacs 20.3(beta3)
X-Info: ftp://ftp.jqu.com/pub/yamaoka/x-pgp-sig-1.2.5.tar.gz
X-Pgp-Sig: 2.6.3ia Subject,Message-ID,Date,From,X-Mailer,X-Face
	iQBVAwUBM5ZKKkig4LAIggqdAQFa+wH+JLfCkYpTkN2JJe/EJ6Dnm1/7x8HDsehL
	cR88w5NFFiQb0iGsMnT+lbQRhcKeWOiAN0fw8U0cxce32uDeSFmUUg==
	=A/NZ
X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk
 B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw=
 L&i*6&(

--Multipart_Thu_Jun__5_14:09:52_1997-1
Content-Type: text/plain; charset=US-ASCII

When writing compressed files, it seems that the seventh argument
CODING-SYSTEM of write-region() should be 'no-conversion.

--Multipart_Thu_Jun__5_14:09:52_1997-1
Content-Type: application/octet-stream; type=patch
Content-Disposition: attachment; filename="jka-compr.el.diff"
Content-Transfer-Encoding: 7bit

--- lisp/packages/jka-compr.el.orig	Fri May  9 12:28:07 1997
+++ lisp/packages/jka-compr.el	Thu Jun  5 13:50:35 1997
@@ -450,7 +450,8 @@
 	    (jka-compr-run-real-handler 'write-region
 					(list (point-min) (point-max)
 					      filename
-					      (and append can-append) 'dont lockname coding-system))
+					      (and append can-append)
+					      'dont lockname 'no-conversion))
 	    (erase-buffer)
 	    (set-buffer cbuf)
 

--Multipart_Thu_Jun__5_14:09:52_1997-1
Content-Type: text/plain; charset=US-ASCII

Thank you,
-- 
Katsumi Yamaoka <yamaoka@ga.sony.co.jp>

--Multipart_Thu_Jun__5_14:09:52_1997-1--

