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: Tue, 23 May 2006 22:18:22 -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> <87d5e5gwbi.fsf@jurta.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 1148437200 10556 80.91.229.2 (24 May 2006 02:20:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 May 2006 02:20:00 +0000 (UTC) Cc: alkibiades@gmx.de, emacs-devel@gnu.org, monnier@iro.umontreal.ca, storm@cua.dk, handa@m17n.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 24 04:19:57 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 1FiiyL-0006Pg-O8 for ged-emacs-devel@m.gmane.org; Wed, 24 May 2006 04:19:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FiiyL-0005Ks-08 for ged-emacs-devel@m.gmane.org; Tue, 23 May 2006 22:19:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fiix6-0004rA-K1 for emacs-devel@gnu.org; Tue, 23 May 2006 22:18:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fiix5-0004qi-Qv for emacs-devel@gnu.org; Tue, 23 May 2006 22:18:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fiix5-0004qc-Iv for emacs-devel@gnu.org; Tue, 23 May 2006 22:18:23 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fij1Q-0006HU-VO for emacs-devel@gnu.org; Tue, 23 May 2006 22:22:53 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Fiix4-0006Tz-RZ; Tue, 23 May 2006 22:18:22 -0400 Original-To: Juri Linkov In-reply-to: <87d5e5gwbi.fsf@jurta.org> (message from Juri Linkov on Tue, 23 May 2006 08:18:57 +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:55170 Archived-At: > ;; xxx.el -- Do XXX. -*- coding: latin-1!; -*- Such a notation is not self-evident. What about ;; xxx.el -- Do XXX. -*- coding: latin-1; translation: no -*- It would be useful to support the latter as well, but I think we want something terse for this.