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 c4151eb: Improve the optional translation of quotes Date: Mon, 22 Jun 2015 02:52:53 +0300 Message-ID: <55874E55.4020501@yandex.ru> References: <20150619073901.5856.32718@vcs.savannah.gnu.org> <55870BD2.6040706@yandex.ru> <558716E9.30903@cs.ucla.edu> <55871721.5060709@yandex.ru> <55871883.7080600@cs.ucla.edu> <55871E96.2020506@yandex.ru> <558722C0.5040702@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1434930809 23567 80.91.229.3 (21 Jun 2015 23:53:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Jun 2015 23:53:29 +0000 (UTC) To: Paul Eggert , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 22 01:53:24 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 1Z6p3D-0003td-Q3 for ged-emacs-devel@m.gmane.org; Mon, 22 Jun 2015 01:53:24 +0200 Original-Received: from localhost ([::1]:37593 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6p3C-0003DO-UU for ged-emacs-devel@m.gmane.org; Sun, 21 Jun 2015 19:53:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6p30-0003D6-O1 for emacs-devel@gnu.org; Sun, 21 Jun 2015 19:53:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6p2x-0003Qz-FL for emacs-devel@gnu.org; Sun, 21 Jun 2015 19:53:10 -0400 Original-Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:33498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6p2x-0003PF-8l for emacs-devel@gnu.org; Sun, 21 Jun 2015 19:53:07 -0400 Original-Received: by wiwl6 with SMTP id l6so22085720wiw.0 for ; Sun, 21 Jun 2015 16:52:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=LOTWc+s4UKg1LN2mqX+UTo75mMtsVZQEyfrNnJwWVCg=; b=PQyhrXmKJItJRSrOWP+vPPw4Hs+bV2WyMV5HKRPLC6GKT/aDSXWMSKgcctvv7f10Cq OYQjxioo2ZuEewwmfZv8wgI554aP1sHoOKjnIElPZQjy41RUxvUAtL/Aq/JG18AQjORj truVDgft3wlnsHeYHumjXcIlx7Pjs6JtEm+/3SwwiN1rjk762gr7/rKVOeMmlXZiJp8c MIiBVICW3ReyrhWZ3CNYXCaH8h+llsvPssoleYTsnU4eDm1A3SpRQKXAClNL8O/Bs9VO /Wtu+uV0wsEtr/5Us0ow/MyyTSDvND7pHJsG2Pb+JibIZJIfsHHo0sn7LQ0Q49xDSuGX FikQ== X-Received: by 10.181.11.229 with SMTP id el5mr26962589wid.40.1434930778200; Sun, 21 Jun 2015 16:52:58 -0700 (PDT) Original-Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id hv8sm27792785wjb.33.2015.06.21.16.52.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 21 Jun 2015 16:52:58 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0 In-Reply-To: <558722C0.5040702@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22e 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:187359 Archived-At: On 06/21/2015 11:46 PM, Paul Eggert wrote: > True, but that's always been a bug, even before the recent changes. > substitute-command-keys has never been idempotent. Shouldn't we try not to make things worse? > If I understand you correctly, curved quotes will normally be kept in > destination strings so it should be OK. They would make little no to sense in the source strings. Have you read this subthread? http://lists.gnu.org/archive/html/emacs-devel/2015-06/msg00358.html