From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Unicode Lisp reader escapes Date: Sat, 06 May 2006 00:43:12 +0300 Message-ID: References: <17491.34779.959316.484740@parhasard.net> <87odyfnqcj.fsf-monnier+emacs@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1146865454 31718 80.91.229.2 (5 May 2006 21:44:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 May 2006 21:44:14 +0000 (UTC) Cc: kehoea@parhasard.net, emacs-devel@gnu.org, monnier@iro.umontreal.ca, handa@m17n.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 05 23:44:11 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 1Fc85h-0002Ta-Io for ged-emacs-devel@m.gmane.org; Fri, 05 May 2006 23:44:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fc85h-00019x-7P for ged-emacs-devel@m.gmane.org; Fri, 05 May 2006 17:44:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fc853-0000sk-Hr for emacs-devel@gnu.org; Fri, 05 May 2006 17:43:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fc852-0000sJ-0m for emacs-devel@gnu.org; Fri, 05 May 2006 17:43:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fc851-0000sE-R5 for emacs-devel@gnu.org; Fri, 05 May 2006 17:43:19 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fc85F-0000SD-TA; Fri, 05 May 2006 17:43:34 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-28-240.inter.net.il [80.230.28.240]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DGZ29481 (AUTH halo1); Sat, 6 May 2006 00:43:13 +0300 (IDT) Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Fri, 05 May 2006 15:05:30 -0400) 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:53978 Archived-At: > From: Richard Stallman > CC: handa@m17n.org, kehoea@parhasard.net, monnier@iro.umontreal.ca, > emacs-devel@gnu.org > Date: Fri, 05 May 2006 15:05:30 -0400 > > What happens when a Lisp file is byte-compiled--do we want the result > to depend on the local settings? > > No, we want that to depend only on local variables of the file itself. So I think this means that if we eventually decide to use decode-char, we should at least explicitly bind utf-fragment-on-decoding so as to disable this translation.