From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier 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 13:40:52 -0400 Message-ID: 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 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1441042926 31565 80.91.229.3 (31 Aug 2015 17:42:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Aug 2015 17:42:06 +0000 (UTC) Cc: Paul Eggert , emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 31 19:41: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 1ZWT5f-0001x1-GS for ged-emacs-devel@m.gmane.org; Mon, 31 Aug 2015 19:41:55 +0200 Original-Received: from localhost ([::1]:39427 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWT5f-0005Ly-C0 for ged-emacs-devel@m.gmane.org; Mon, 31 Aug 2015 13:41:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWT4i-0004QA-5U for emacs-devel@gnu.org; Mon, 31 Aug 2015 13:40:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWT4e-00028z-VK for emacs-devel@gnu.org; Mon, 31 Aug 2015 13:40:56 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:25379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWT4e-00028s-SJ for emacs-devel@gnu.org; Mon, 31 Aug 2015 13:40:52 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AxEwA731xV//rn92hcgxCEAk6FB7s3CYdLBAICgTw5FAEBAQEBAQGBCkEFg10BAQQjMyMQCw4MAhgOAgIUGA0kiD+rDKQXAQEIAgEfgSGKGYRSMweCaIFFBbUEI4I7gVkigngBAQE X-IPAS-Result: A0AxEwA731xV//rn92hcgxCEAk6FB7s3CYdLBAICgTw5FAEBAQEBAQGBCkEFg10BAQQjMyMQCw4MAhgOAgIUGA0kiD+rDKQXAQEIAgEfgSGKGYRSMweCaIFFBbUEI4I7gVkigngBAQE X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="161962511" Original-Received: from 104-247-231-250.cpe.teksavvy.com (HELO pastel.home) ([104.247.231.250]) by ironport2-out.teksavvy.com with ESMTP; 31 Aug 2015 13:40:52 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 3898362254; Mon, 31 Aug 2015 13:40:52 -0400 (EDT) In-Reply-To: <55E3F434.2060507@yandex.ru> (Dmitry Gutov's message of "Mon, 31 Aug 2015 09:29:08 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:189350 Archived-At: >> - (insert "Don't output anything.\n")) >> + (insert "Don=E2=80=99t output anything.\n")) > I thought you were going to consider translating unpaired quotes, too? One more thing: while I think many people find "`foo'" is visually ugly, the number of people who find "don't" ugly is probably much smaller. So I don't see a strong need to go through extra efforts to convert "don't" to "don=E2=80=99t". I'm not even sure if "don=E2=80=99t" is typogr= aphically better than "don't" (after all, last I checked the little thingy is supposed to be an "apostrophe", not a "right single quotation mark"). Stefan