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: Please stop putting curly quotes into doc strings! Date: Sat, 5 Sep 2015 04:40:49 +0300 Message-ID: <55EA4821.2050401@yandex.ru> References: 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 1441417278 16178 80.91.229.3 (5 Sep 2015 01:41:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Sep 2015 01:41:18 +0000 (UTC) To: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 05 03:41:13 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 1ZY2Tg-0000kQ-PG for ged-emacs-devel@m.gmane.org; Sat, 05 Sep 2015 03:41:13 +0200 Original-Received: from localhost ([::1]:36559 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZY2Tg-0001TM-2x for ged-emacs-devel@m.gmane.org; Fri, 04 Sep 2015 21:41:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZY2TS-0001TC-Ua for emacs-devel@gnu.org; Fri, 04 Sep 2015 21:41:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZY2TN-00033f-VY for emacs-devel@gnu.org; Fri, 04 Sep 2015 21:40:58 -0400 Original-Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:36307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZY2TN-00033P-OT; Fri, 04 Sep 2015 21:40:53 -0400 Original-Received: by wibz8 with SMTP id z8so32616234wib.1; Fri, 04 Sep 2015 18:40:52 -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=MUPjg0qCgNw05djm7YWiYD5FDzW4XSS9zPkGoqcWbtQ=; b=vI18iazm9u8XZRQ5o0Nb76S8pKr2ZUCeZJYkaTmE84Fl77hrailuU6BlMTksU/Y2Df EwKq+5n7qD5t+jqNgXhc5UOi3GnJ+PvCKAqaBrjmyAGnRLjRJG+oyNoDu2axsnBIfL/y KI4LTShjz3psLusvbuwjg+Eq8TiuBFhPWRIoYNG0kL8HLBCvzAXaj3xk1JkZ/TFbcbbz EXSoNsFCyEy5UAyUp8tkxFHa83wDWosixKE4NXk7cml+pFwsaX0EVMokfP95aK49/vsW qzglV/s01bEwWUyYyr9S6gSIkM/2sLSjO/DReY6B7p5N89do3Ww3UlxHZMmZXqWA1bnT ZmEw== X-Received: by 10.194.120.198 with SMTP id le6mr12634949wjb.133.1441417252482; Fri, 04 Sep 2015 18:40:52 -0700 (PDT) Original-Received: from [10.9.0.103] (nat.webazilla.com. [78.140.128.228]) by smtp.googlemail.com with ESMTPSA id xw2sm7151560wjc.12.2015.09.04.18.40.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Sep 2015 18:40:51 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Thunderbird/40.0 In-Reply-To: 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:189622 Archived-At: On 09/05/2015 04:14 AM, Richard Stallman wrote: > Please stop inserting curly quotes into doc strings in Emacs sources. I would also ask to remove the ones already inserted. And make substitute-command-keys, format-message, etc (any other functions which deal with quoting now) *not* translate the curly quotes in their inputs, nor highlight symbols surrounded with curly quotes in docstring sources. In order to reduce the temptation to re-introduce them, accidentally or on purpose.