From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Unicode Lisp reader escapes Date: Sun, 07 May 2006 01:00:54 -0400 Message-ID: References: <17491.34779.959316.484740@parhasard.net> <87odyfnqcj.fsf-monnier+emacs@gnu.org> <17498.27200.911709.330947@parhasard.net> <877j4z5had.fsf@gmx.de> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1146978128 373 80.91.229.2 (7 May 2006 05:02:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 May 2006 05:02:08 +0000 (UTC) Cc: emacs-devel@gnu.org, handa@m17n.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 07 07:02:05 2006 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 1FcbPA-0002Th-JD for ged-emacs-devel@m.gmane.org; Sun, 07 May 2006 07:02:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcbPA-00072I-1F for ged-emacs-devel@m.gmane.org; Sun, 07 May 2006 01:02:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FcbO4-0006b8-1h for emacs-devel@gnu.org; Sun, 07 May 2006 01:00:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FcbO3-0006Zt-Bj for emacs-devel@gnu.org; Sun, 07 May 2006 01:00:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcbO3-0006ZU-7w for emacs-devel@gnu.org; Sun, 07 May 2006 01:00:55 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FcbOa-0007Ha-FL for emacs-devel@gnu.org; Sun, 07 May 2006 01:01:28 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FcbO2-0002U6-0r; Sun, 07 May 2006 01:00:54 -0400 Original-To: Oliver Scholz In-reply-to: <877j4z5had.fsf@gmx.de> (message from Oliver Scholz on Sat, 06 May 2006 17:01:12 +0200) 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:54023 Archived-At: > Are you talking about how the compiler would write the .elc file? > Or are you talking about how the .elc file would be interpreted? It's the former. Meanwhile I have tested it. After some more thought I think that the case of an UTF-8 encoded source files containing characters from the Greek or Cyrillic repertoires is in fact entirely analogous to what would happen with \u. In other words: that particular bug is already there. Handa-san, could you please investigate the bug? Oliver, could you email Handa-san a description of the bug, in the form which already exists? Can you find a test case which fails in the present development sources?