From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: quotation marks Date: Fri, 20 Jan 2012 13:13:36 +0100 Message-ID: <20249.23152.15289.5517@a1i15.kph.uni-mainz.de> References: <20120118.161204.348826368.wl@gnu.org> <20248.15413.907023.894588@a1i15.kph.uni-mainz.de> <4x1uqv4pbx.fsf_-_@fencepost.gnu.org> <056566D61BA5441E860782777E736F44@us.oracle.com> <4F18A26A.1020402@cs.ucla.edu> <20120120074922.GA3095@acm.acm> <4F1929BA.7020004@cs.ucla.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1327061644 6732 80.91.229.12 (20 Jan 2012 12:14:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 Jan 2012 12:14:04 +0000 (UTC) Cc: Alan Mackenzie , Drew Adams , emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 20 13:13:59 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RoDLx-0007cd-Q5 for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2012 13:13:57 +0100 Original-Received: from localhost ([::1]:43294 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoDLx-00024K-8h for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2012 07:13:57 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:54919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoDLu-000249-Qs for emacs-devel@gnu.org; Fri, 20 Jan 2012 07:13:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RoDLp-0001xN-4v for emacs-devel@gnu.org; Fri, 20 Jan 2012 07:13:54 -0500 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:44566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoDLo-0001wx-Pt for emacs-devel@gnu.org; Fri, 20 Jan 2012 07:13:49 -0500 Original-Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1iwww1.kph.uni-mainz.de (8.14.4/8.13.4) with ESMTP id q0KCDbtR004916; Fri, 20 Jan 2012 13:13:37 +0100 Original-Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.5/8.14.2) with ESMTP id q0KCDahw017208; Fri, 20 Jan 2012 13:13:36 +0100 Original-Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.5/8.14.5/Submit) id q0KCDa71017207; Fri, 20 Jan 2012 13:13:36 +0100 In-Reply-To: <4F1929BA.7020004@cs.ucla.edu> X-Mailer: VM 8.2.0b under 23.3.4 (x86_64-pc-linux-gnu) X-MIME-Autoconverted: from 8bit to quoted-printable by a1iwww1.kph.uni-mainz.de id q0KCDbtR004916 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 134.93.134.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147767 Archived-At: >>>>> On Fri, 20 Jan 2012, Paul Eggert wrote: > The Elisp source code in the Emacs trunk currently has many > non-ASCII characters. Although most of these are in the modules that > deal with international characters, there are many instances in > otherwise-ordinary code, for example, the identifier color-cie-=CE=B5 i= n > lisp/color.el, [...] Hey, can we finally have =E2=80=9C=CE=BB=E2=80=9D instead of that clumsy = =E2=80=9Clambda=E2=80=9D then? :-) But seriously, I'd have expected that at least identifiers would stay ASCII-only.