From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Unicode Lisp reader escapes Date: Tue, 23 May 2006 08:18:57 +0300 Organization: JURTA Message-ID: <87d5e5gwbi.fsf@jurta.org> 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> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1148361791 5659 80.91.229.2 (23 May 2006 05:23:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 May 2006 05:23:11 +0000 (UTC) Cc: storm@cua.dk, emacs-devel@gnu.org, rms@gnu.org, monnier@iro.umontreal.ca, alkibiades@gmx.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 23 07:23:10 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 1FiPMK-0008Ij-LD for ged-emacs-devel@m.gmane.org; Tue, 23 May 2006 07:23:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FiPMK-0003jO-0k for ged-emacs-devel@m.gmane.org; Tue, 23 May 2006 01:23:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FiPLV-00035E-6j for emacs-devel@gnu.org; Tue, 23 May 2006 01:22:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FiPLU-000349-FY for emacs-devel@gnu.org; Tue, 23 May 2006 01:22:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FiPLU-00033x-1w for emacs-devel@gnu.org; Tue, 23 May 2006 01:22:16 -0400 Original-Received: from [217.25.160.1] (helo=relay1.binet.com.ua) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FiPPc-00086K-Fj; Tue, 23 May 2006 01:26:32 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by relay1.binet.com.ua (Postfix) with ESMTP id 5912B77E1B; Tue, 23 May 2006 08:22:14 +0300 (EEST) Original-Received: from mail.binet.com.ua (i23.dialup.binet.com.ua [217.25.161.87]) by relay1.binet.com.ua (Postfix) with ESMTP id 2E95A77E13; Tue, 23 May 2006 08:22:10 +0300 (EEST) Original-To: Kenichi Handa In-Reply-To: (Kenichi Handa's message of "Tue, 23 May 2006 10:05:56 +0900") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by ClamAv at binet.com.ua 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:55100 Archived-At: >> Another way is that you could specify coding: in a special way, >> perhaps with ! at the end of the coding system name. > > I don't know if that is aesthetically good, but at least > it's a quite handy way. > > ;; 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 -*- or ;; xxx.el -- Do XXX. -*- coding: latin-1; char-trans: no -*- -- Juri Linkov http://www.jurta.org/emacs/