From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 9ce1d38: Use curved quotes in core elisp diagnostics Date: Wed, 19 Aug 2015 14:53:02 -0700 Organization: UCLA Computer Science Department Message-ID: <55D4FABE.4060904@cs.ucla.edu> References: <20150817121513.GA2634@acm.fritz.box> <55D21191.8070202@cs.ucla.edu> <20150817173551.GB2634@acm.fritz.box> <55D29EA6.2020009@cs.ucla.edu> <20150818103921.GA2262@acm.fritz.box> <55D36132.1020900@cs.ucla.edu> <20150818171715.GD2262@acm.fritz.box> <55D3869E.30302@cs.ucla.edu> <20150818204211.GF2262@acm.fritz.box> <55D3A641.7040409@cs.ucla.edu> <20150818231529.GG2262@acm.fritz.box> <55D404F4.90401@cs.ucla.edu> <87oai37fm5.fsf@members.fsf.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1440048665 28400 80.91.229.3 (20 Aug 2015 05:31:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Aug 2015 05:31:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nicolas Richard Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 20 07:30:56 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZSIRE-00026l-Hp for ged-emacs-devel@m.gmane.org; Thu, 20 Aug 2015 07:30:56 +0200 Original-Received: from localhost ([::1]:38835 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSBIh-0006Lr-Bu for ged-emacs-devel@m.gmane.org; Wed, 19 Aug 2015 17:53:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSBIB-0006Ku-Fq for emacs-devel@gnu.org; Wed, 19 Aug 2015 17:53:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZSBI8-0004qC-7k for emacs-devel@gnu.org; Wed, 19 Aug 2015 17:53:07 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:40511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSBI8-0004q3-23 for emacs-devel@gnu.org; Wed, 19 Aug 2015 17:53:04 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 2152C16074B; Wed, 19 Aug 2015 14:53:03 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id qhRyP304GZZQ; Wed, 19 Aug 2015 14:53:02 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 753A7160D79; Wed, 19 Aug 2015 14:53:02 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id C3wsdQSXna6S; Wed, 19 Aug 2015 14:53:02 -0700 (PDT) Original-Received: from [192.168.1.9] (pool-100-32-155-148.lsanca.fios.verizon.net [100.32.155.148]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 5809116074B; Wed, 19 Aug 2015 14:53:02 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 In-Reply-To: <87oai37fm5.fsf@members.fsf.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 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:188969 Archived-At: Nicolas Richard wrote: > I just found out how to type them outside emacs: > < ' is =E2=80=98 and ' is =E2=80=99. Yes, that's a common combination, standard in GTK+ and usable in both Ema= cs and=20 other apps when running under Gnome. Possibly the combination works for = =C3=93scar too. =C3=93scar Fuentes wrote: > The only way you can have problems with accented letters is > if you lie to the OS saying that your keyboard is not Spanish. Yes, and I've lied to the OS about that sort of thing with localized keyb= oards;=20 it happens. We can't expect Emacs to work well in every such misconfigur= ation.