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 9d35bb8: Fix minor quoting problems in doc strings Date: Thu, 21 May 2015 13:05:23 +0300 Message-ID: <555DADE3.8060204@yandex.ru> References: <20150519220123.30678.22605@vcs.savannah.gnu.org> <555BB96F.3050700@yandex.ru> <555BC4BD.1030207@cs.ucla.edu> <555BE07E.8090209@yandex.ru> <555BEE11.3020300@cs.ucla.edu> <555D8AFC.6050204@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 1432202760 6358 80.91.229.3 (21 May 2015 10:06:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 May 2015 10:06:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert , Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 21 12:05:49 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 1YvNML-0001Sm-A8 for ged-emacs-devel@m.gmane.org; Thu, 21 May 2015 12:05:49 +0200 Original-Received: from localhost ([::1]:56339 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvNMK-00020t-Ke for ged-emacs-devel@m.gmane.org; Thu, 21 May 2015 06:05:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvNMG-0001yn-2T for emacs-devel@gnu.org; Thu, 21 May 2015 06:05:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvNMA-0004Gn-AB for emacs-devel@gnu.org; Thu, 21 May 2015 06:05:43 -0400 Original-Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:34582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvNM9-0004Ek-FS for emacs-devel@gnu.org; Thu, 21 May 2015 06:05:37 -0400 Original-Received: by wicmc15 with SMTP id mc15so7841036wic.1 for ; Thu, 21 May 2015 03:05:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=1NyRBOaurSDzhNGVRrZQtXbF2Mtne5AeaRCWH4Qm73c=; b=KRBC6RIHTOH0weER2yuWmkker+14uNnDhezD/9ateKxJJgEsu3/QJhJtoMqvZAprW5 vtJ2MXSWCi5nACiHkwH7SdGaXsYgRaqi86KbDnP1ODSWPXsAjKhBoTkVOtdYiGbPPefh BeKPHs6uknT9tMrKM1ALThOY+Y8Q0BGJGi2X9fXiBc0YxfML7uLm9TwHo7vwZ8eQiwyj SU+NpBsM3NErf6GYr1VrKWfQDrB7JgRnvmD6BlNVKEb03E+hxCsaiFs6FQQW3CMyPfoq Y0+cEAz66lb32BR43JzN6OUMGI6xB15IjN1mUpnFJJ4fdnHBP0mbh9i5XY/exjlFmCaD aveQ== X-Received: by 10.194.58.11 with SMTP id m11mr3965728wjq.92.1432202725825; Thu, 21 May 2015 03:05:25 -0700 (PDT) Original-Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id mc20sm1812103wic.15.2015.05.21.03.05.25 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 May 2015 03:05:25 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0 In-Reply-To: <555D8AFC.6050204@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::233 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:186693 Archived-At: On 05/21/2015 10:36 AM, Paul Eggert wrote: > The main thing on my todo list is the first item on your list: making it > easier to insert curved quotes. This is Bug#20545, where the proposed > patch needs a bit of hacking to get it to > work well with electric-pair-mode. I plan to look into that soon. I'm > thinking of renaming it to Electric Quote mode as "Electric Punct mode" > may be a bit too ambitious. Regarding this mode, how would one avoid the automatic replacement, in the cases when it's ambiguous, like the macroexp-let2 docstring? C-q?