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: Wed, 17 May 2006 16:09:06 -0400 Message-ID: References: <17491.34779.959316.484740@parhasard.net> <87iroarr9i.fsf-monnier+emacs@gnu.org> <87d5egrb4c.fsf-monnier+emacs@gnu.org> <87ves8p0us.fsf-monnier+emacs@gnu.org> <87ves8ngtb.fsf@gmx.de> <87u07qcnaa.fsf@gmx.de> <87y7x289lr.fsf@gmx.de> <87bqtx2gk1.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 1147896652 6321 80.91.229.2 (17 May 2006 20:10:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 May 2006 20:10:52 +0000 (UTC) Cc: storm@cua.dk, emacs-devel@gnu.org, monnier@iro.umontreal.ca, handa@m17n.org, alkibiades@gmx.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 17 22:10:49 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 1FgSLy-0004vd-5A for ged-emacs-devel@m.gmane.org; Wed, 17 May 2006 22:10:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgSLx-0005qT-EJ for ged-emacs-devel@m.gmane.org; Wed, 17 May 2006 16:10:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FgSKT-0005FY-D4 for emacs-devel@gnu.org; Wed, 17 May 2006 16:09:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FgSKS-0005FF-T3 for emacs-devel@gnu.org; Wed, 17 May 2006 16:09:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgSKS-0005FB-OQ for emacs-devel@gnu.org; Wed, 17 May 2006 16:09:08 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FgSNO-0008MM-NF for emacs-devel@gnu.org; Wed, 17 May 2006 16:12:10 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FgSKQ-0006ns-Cs; Wed, 17 May 2006 16:09:06 -0400 Original-To: Oliver Scholz In-reply-to: <87bqtx2gk1.fsf@gmx.de> (message from Oliver Scholz on Wed, 17 May 2006 10:37:02 +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:54654 Archived-At: Well, the solution that is both the easiest and the *cleanest* is to remove `unify-8859-on-decoding-mode' and `utf-fragment-on-decoding'. It looks like `utf-fragment-on-decoding' is not relevant to the issue of making Lisp files encoded in iso-2022 reliable. So we can forget about that.