From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 9ffb6ce 5/5: Quoting fixes in lisp/international and lisp/leim Date: Mon, 31 Aug 2015 21:40:17 +0300 Message-ID: <55E49F91.7010203@yandex.ru> References: <20150831061236.27796.57762@vcs.savannah.gnu.org> <55E3F434.2060507@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1441046430 24263 80.91.229.3 (31 Aug 2015 18:40:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Aug 2015 18:40:30 +0000 (UTC) Cc: Paul Eggert , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 31 20:40:29 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 1ZWU0J-0001sY-Fo for ged-emacs-devel@m.gmane.org; Mon, 31 Aug 2015 20:40:27 +0200 Original-Received: from localhost ([::1]:39730 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWU0J-0005nm-44 for ged-emacs-devel@m.gmane.org; Mon, 31 Aug 2015 14:40:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWU0F-0005ng-VO for emacs-devel@gnu.org; Mon, 31 Aug 2015 14:40:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWU0C-000688-OZ for emacs-devel@gnu.org; Mon, 31 Aug 2015 14:40:23 -0400 Original-Received: from mail-lb0-x231.google.com ([2a00:1450:4010:c04::231]:36830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWU0C-00067Z-GX for emacs-devel@gnu.org; Mon, 31 Aug 2015 14:40:20 -0400 Original-Received: by lbvd4 with SMTP id d4so29430511lbv.3 for ; Mon, 31 Aug 2015 11:40:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=ZA/OvO/8o2P8Md7F6/QacUR6RtofTX+XDq1o6UHiFL4=; b=fI10vR5b/IXVZZFRoGCspKecVH6151Dv9kqT6POYpoCm7tapM9Nqplrj9GGCBRIjYw uGDsBJKi9hkTKC3n4GnNURUDOPLazVcAmk9SXhhaTo7a0xiv+SMsvliPZayaU7jvEuYs JXCBshEsMYtyEQopGbCxkpFe5LxUe6JTw8UBED1AvLid179G/HgFC9sigZsEtP7aTeSX zRkcUDtKoK+N8SVnj2OmJDXXpks9WmWAWtjzMf78p29MK6ugAebG7gDfC6xHTW/etfZT j1Qx9CrT5+//5CHSq4KQ0wjzL4BoyKNOx73m7s1pAomMnHH3iEKJtcIouhqzSRgssn6o esqw== X-Received: by 10.152.18.194 with SMTP id y2mr1771669lad.88.1441046419775; Mon, 31 Aug 2015 11:40:19 -0700 (PDT) Original-Received: from [192.168.1.190] ([178.252.127.222]) by smtp.googlemail.com with ESMTPSA id w5sm4166846laa.17.2015.08.31.11.40.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 31 Aug 2015 11:40:18 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Thunderbird/40.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::231 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:189355 Archived-At: On 08/31/2015 08:34 PM, Stefan Monnier wrote: > I'm not sure I'm following. Can someone explain to me what's the issue > at play here? IIUC your question, the issue is whether (substitute-command-keys "'") returns "'" or "’". It does the latter now. I'm fine with that, e.g. because it simplifies our ability to keep straight quotes (or some other markup) in the source code and show the curly quotes to the user. But it seems to be too much to expect Paul to toe that line. The frog is pretty much boiled by now.