From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: encoding of lisp/language/devan-util.el Date: Sat, 15 Mar 2003 09:29:43 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200303150029.JAA23936@etlken.m17n.org> References: <87of4eynd1.fsf@gnu.org> <873clp65yl.fsf@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: main.gmane.org 1047688402 17899 80.91.224.249 (15 Mar 2003 00:33:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 15 Mar 2003 00:33:22 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Mar 15 01:33:21 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18tzc1-0004eX-00 for ; Sat, 15 Mar 2003 01:33:21 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18u00S-0005Mb-00 for ; Sat, 15 Mar 2003 01:58:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18tzc3-0004DX-05 for emacs-devel@quimby.gnus.org; Fri, 14 Mar 2003 19:33:23 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18tzaF-0002tM-00 for emacs-devel@gnu.org; Fri, 14 Mar 2003 19:31:31 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18tzZ2-0002It-00 for emacs-devel@gnu.org; Fri, 14 Mar 2003 19:30:17 -0500 Original-Received: from tsukuba.m17n.org ([192.47.44.130]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18tzYZ-00020D-00; Fri, 14 Mar 2003 19:29:47 -0500 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2])h2F0Th923987; Sat, 15 Mar 2003 09:29:43 +0900 (JST) (envelope-from handa@m17n.org) Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) h2F0ThA16351; Sat, 15 Mar 2003 09:29:43 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id JAA23936; Sat, 15 Mar 2003 09:29:43 +0900 (JST) Original-To: alex@gnu.org In-reply-to: <873clp65yl.fsf@gnu.org> (message from Alex Schroeder on Fri, 14 Mar 2003 21:36:34 +0100) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) Original-cc: schwab@suse.de X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12377 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12377 In article <873clp65yl.fsf@gnu.org>, Alex Schroeder writes: > Andreas Schwab writes: >> I can't reproduce that with an emacs updated this morning, it can >> correctly decode the file. Are you sure it's not some kind of corruption >> on your side? > /home/alex/src/emacs/lisp/language $ rm devan-util.el > /home/alex/src/emacs/lisp/language $ cvs update devan-util.el > U devan-util.el > When I edit the file, same problem. > I am currently using the pretest. Could you try again with Emacs > 21.2? Perhaps this is a decoding issue that has been solved in the > CVS version? In HEAD, we introduced a new charset and devan-util.el of HEAD contains those characters. Thus, of course, RC can't read that file correctly. --- Ken'ichi HANDA handa@m17n.org