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: Sat, 06 May 2006 10:25:45 -0400 Message-ID: References: <17491.34779.959316.484740@parhasard.net> <87odyfnqcj.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1146925771 10194 80.91.229.2 (6 May 2006 14:29:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 May 2006 14:29:31 +0000 (UTC) Cc: kehoea@parhasard.net, handa@m17n.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 06 16:29:29 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 1FcNmc-00011G-5y for ged-emacs-devel@m.gmane.org; Sat, 06 May 2006 16:29:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcNmG-0001i5-TX for ged-emacs-devel@m.gmane.org; Sat, 06 May 2006 10:29:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FcNjH-0000GX-Dy for emacs-devel@gnu.org; Sat, 06 May 2006 10:25:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FcNjF-0000FL-Jb for emacs-devel@gnu.org; Sat, 06 May 2006 10:25:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcNjF-0000F7-6j for emacs-devel@gnu.org; Sat, 06 May 2006 10:25:53 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FcNjd-0006H0-F0 for emacs-devel@gnu.org; Sat, 06 May 2006 10:26:17 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FcNj7-00051I-8D; Sat, 06 May 2006 10:25:45 -0400 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Sat, 06 May 2006 00:43:12 +0300) 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:54005 Archived-At: 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. Yes. The byte compiler should bind all variables that users are likely to change that would affect the way a file is turned into Lisp code.