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 14:47:26 +0300 Message-ID: <55D1C9CE.2060407@yandex.ru> References: <20150816160149.9416.80132@vcs.savannah.gnu.org> <55D1043C.3030909@yandex.ru> <55D15899.2070105@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 1439812077 18126 80.91.229.3 (17 Aug 2015 11:47:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Aug 2015 11:47:57 +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 13:47:53 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 1ZRItM-0003Kv-JH for ged-emacs-devel@m.gmane.org; Mon, 17 Aug 2015 13:47:52 +0200 Original-Received: from localhost ([::1]:55079 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRItL-0006DE-NG for ged-emacs-devel@m.gmane.org; Mon, 17 Aug 2015 07:47:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRIt7-0006D0-Bb for emacs-devel@gnu.org; Mon, 17 Aug 2015 07:47:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRIsz-0005i5-2Y for emacs-devel@gnu.org; Mon, 17 Aug 2015 07:47:37 -0400 Original-Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:36919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRIsy-0005h0-Qw for emacs-devel@gnu.org; Mon, 17 Aug 2015 07:47:28 -0400 Original-Received: by wibhh20 with SMTP id hh20so78688515wib.0 for ; Mon, 17 Aug 2015 04:47:28 -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=97+q3YGQ8pgwJFW8jOfiXLAg7hih3uDT3IOQAgIgxd8=; b=lPmW6xb4zvIbXYlYqhzfZgbugbuy+y95dCeoJapM3jzdQbCxBIt1VoP6A/nSacit+8 h3lboZS/5Aqj5XXjaY15kt0WlbIdMNSLkK1172B1Z9TdDvxMGiLXX7b4IWqmsprxZ0HS 57VN5mLNJ4y4VApxckrbChFPHzGEXL2lx2wGwyGm1QZSVgbHxfMseRsaNyzOoJWC0AGv 35rLz0vJJVjZ3w9DLaNnp3hspu6IV2k3I3ECzwTOCWgTxT7Yr++t0qvsX3k/BJvV+RTt 1ncY+9itVh/BTE61Sd9rUb1QR4MRpQ+MAzBazy6VJ7dVLpi8NMT+G5nL6jLALhzPBdi6 b7rw== X-Received: by 10.180.84.65 with SMTP id w1mr32695459wiy.62.1439812048020; Mon, 17 Aug 2015 04:47:28 -0700 (PDT) Original-Received: from [10.9.0.103] (nat.webazilla.com. [78.140.128.228]) by smtp.googlemail.com with ESMTPSA id fz16sm16399870wic.3.2015.08.17.04.47.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Aug 2015 04:47:27 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Thunderbird/40.0 In-Reply-To: <55D15899.2070105@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::234 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:188837 Archived-At: On 08/17/2015 06:44 AM, Paul Eggert wrote: > You can continue to type quote marks as before, and Emacs will behave as > it always has. The only change here is if that if you want quotes in > diagnostics to come out in the user's preferred style, a "mincing > workaround" of some sort is needed. You could use something like uLSQM", employed in the C code. > By the way, it's easy to search for quote marks in either style: just > type C-s ` or C-s '. And it's easy to type curved quote marks by using > Electric Quote mode. These are both new features. If you don't want to > use these new features, that's fine too. Enabling electric-quote-mode means *all* quotes will be translated to curvy ones in the source code one types from there on, automatically. Bye-bye straight quotes.