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: Sat, 03 Jun 2006 09:42:31 +0300 Organization: JURTA Message-ID: <87u0726f7c.fsf@jurta.org> References: <17491.34779.959316.484740@parhasard.net> <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> <87ac8vor6u.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1149317276 9860 80.91.229.2 (3 Jun 2006 06:47:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 3 Jun 2006 06:47:56 +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 Sat Jun 03 08:47:54 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 1FmPvM-0006NA-EY for ged-emacs-devel@m.gmane.org; Sat, 03 Jun 2006 08:47:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FmPvL-0004z2-VQ for ged-emacs-devel@m.gmane.org; Sat, 03 Jun 2006 02:47:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FmPue-0004bv-EC for emacs-devel@gnu.org; Sat, 03 Jun 2006 02:47:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FmPuc-0004ac-3C for emacs-devel@gnu.org; Sat, 03 Jun 2006 02:47:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FmPub-0004aX-VZ for emacs-devel@gnu.org; Sat, 03 Jun 2006 02:47:06 -0400 Original-Received: from [217.25.160.1] (helo=relay1.binet.com.ua) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FmQ18-0001XV-Kb; Sat, 03 Jun 2006 02:53:50 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by relay1.binet.com.ua (Postfix) with ESMTP id EDE6E77D53; Sat, 3 Jun 2006 09:46:57 +0300 (EEST) Original-Received: from mail.binet.com.ua (i19.dialup.binet.com.ua [217.25.161.83]) by relay1.binet.com.ua (Postfix) with ESMTP id D5C6777D50; Sat, 3 Jun 2006 09:46:54 +0300 (EEST) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Fri, 02 Jun 2006 18:39:56 -0400") 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:55654 Archived-At: > I think using different names in the first line and in the local > variables section is not good. > > I am not sure. When the first line has enough space, there is no reason to disallow using the same variable name that is allowed in the local variables section. Example: ;;; -*- coding:utf-8; enable-character-translation:t -*- -- Juri Linkov http://www.jurta.org/emacs/