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 9ce1d38: Use curved quotes in core elisp diagnostics Date: Mon, 17 Aug 2015 21:50:28 +0300 Message-ID: <55D22CF4.9030608@yandex.ru> References: <20150816160149.9416.80132@vcs.savannah.gnu.org> <55D1043C.3030909@yandex.ru> <55D15899.2070105@cs.ucla.edu> <55D1C9CE.2060407@yandex.ru> <55D20EDF.5070906@cs.ucla.edu> <55D223CA.4080109@yandex.ru> <55D22A1F.8040508@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: 8bit X-Trace: ger.gmane.org 1439847377 27014 80.91.229.3 (17 Aug 2015 21:36:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Aug 2015 21:36:17 +0000 (UTC) To: Paul Eggert , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 17 23:36: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 1ZRS4a-00050e-Pn for ged-emacs-devel@m.gmane.org; Mon, 17 Aug 2015 23:36:04 +0200 Original-Received: from localhost ([::1]:32880 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRRsD-0007Xt-Nw for ged-emacs-devel@m.gmane.org; Mon, 17 Aug 2015 17:23:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRPUR-00089r-4n for emacs-devel@gnu.org; Mon, 17 Aug 2015 14:50:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRPUN-0008Ib-MC for emacs-devel@gnu.org; Mon, 17 Aug 2015 14:50:34 -0400 Original-Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:35707) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRPUN-0008IU-Eu for emacs-devel@gnu.org; Mon, 17 Aug 2015 14:50:31 -0400 Original-Received: by wicne3 with SMTP id ne3so77666298wic.0 for ; Mon, 17 Aug 2015 11:50:30 -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=y2GMGmJ0k6s8QWDF832QQx9jE3D9nsf5hyYU/aT3PKI=; b=znkC1PGnvJ38evyMXuyFY2LkFys5YHkQNTIy/abCPk+C+le5TGUK7tpcsKSNtD5IlW U7JOiuX0vRCXweRXZk2O45oUawixcb2+OJXxghtgHiXdKBK49FWb+sMG5Msn1AkJbKld A2XiyjCmpMvJPTt8R0x/v5t4e7gI7fpILH9jORmcoBWHP2CaGfY4SIbJOd8+0fs1NZjg fzayxMoTNCmTuoFlTd2Y31/lsjTFywo/F/4zKRvoeSupUu4WVbUIUs1hTNzmHbgQBfNv xr24GR1H2XI+sffmaQiOENxkvbNT9TZSJ/yxjRXNPLl6+HUul3GpNn3gowTXe000gToO 6CRA== X-Received: by 10.180.206.8 with SMTP id lk8mr37329178wic.12.1439837430804; Mon, 17 Aug 2015 11:50:30 -0700 (PDT) Original-Received: from [10.9.0.103] (nat.webazilla.com. [78.140.128.228]) by smtp.googlemail.com with ESMTPSA id k4sm17890612wix.19.2015.08.17.11.50.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Aug 2015 11:50:30 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Thunderbird/40.0 In-Reply-To: <55D22A1F.8040508@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:188858 Archived-At: On 08/17/2015 09:38 PM, Paul Eggert wrote: >> (message "Buffer %qs is read only." buf) > > I could easily implement that and turn existing uses of "ā€˜%sā€™" to "%qs", > if you think it'd help. I think so. > It's a bit more complicated and it would not > address all the uses of curved quotes in diagnostics, but it would > address many of them. The other uses, which currently don't employ a formatting sequence, can be changed to use %qs as well. It'll just be less of a mechanical conversion.