From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 9ffb6ce 5/5: Quoting fixes in lisp/international and lisp/leim Date: Tue, 01 Sep 2015 14:06:34 +0200 Message-ID: <87r3mi4a45.fsf@fencepost.gnu.org> References: <20150831061236.27796.57762@vcs.savannah.gnu.org> <55E3F434.2060507@yandex.ru> <55E496DC.1030608@cs.ucla.edu> <877foas9jh.fsf@gmail.com> <87vbbu4c5w.fsf@fencepost.gnu.org> <55E58F0B.4030006@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 1441117042 14387 80.91.229.3 (1 Sep 2015 14:17:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Sep 2015 14:17:22 +0000 (UTC) Cc: Paul Eggert , emacs-devel@gnu.org, Oleh Krehel , Stefan Monnier To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 01 16:17:17 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 1ZWmNA-0007Wy-Sn for ged-emacs-devel@m.gmane.org; Tue, 01 Sep 2015 16:17:17 +0200 Original-Received: from localhost ([::1]:54530 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWmNA-0007oI-RB for ged-emacs-devel@m.gmane.org; Tue, 01 Sep 2015 10:17:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWmMf-0007dx-Cr for emacs-devel@gnu.org; Tue, 01 Sep 2015 10:16:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWmMb-00014S-Ev for emacs-devel@gnu.org; Tue, 01 Sep 2015 10:16:45 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:47096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWmMK-0000zl-NV; Tue, 01 Sep 2015 10:16:24 -0400 Original-Received: from localhost ([127.0.0.1]:60129 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.82) (envelope-from ) id 1ZWmMI-000594-JO; Tue, 01 Sep 2015 10:16:23 -0400 Original-Received: by lola (Postfix, from userid 1000) id 731C7E327D; Tue, 1 Sep 2015 14:06:34 +0200 (CEST) In-Reply-To: <55E58F0B.4030006@yandex.ru> (Dmitry Gutov's message of "Tue, 1 Sep 2015 14:42:03 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.10 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:189386 Archived-At: Dmitry Gutov writes: > On 09/01/2015 02:22 PM, David Kastrup wrote: > >> So if ` and ' are supposed to be "markup" for =E2=80=98 and =E2=80=99, w= e obviously need >> a markup variant for either code passages or unmolested ` and '. >> >> Has anything like that been proposed? > > We have \\=3D escaping syntax, see `substitute-command-keys'. Spells more or less death for cut&paste from some help buffer into the _source_ of a DOC string, doesn't it? Sure, backslashes already have that effect, but at least this is due to string syntax rather than some obscure markup processor. --=20 David Kastrup