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 b533552 2/5: Documentation fixes re quotes Date: Mon, 31 Aug 2015 09:26:53 +0300 Message-ID: <55E3F3AD.2010602@yandex.ru> References: <20150831061236.27796.57762@vcs.savannah.gnu.org> 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 1441002453 30256 80.91.229.3 (31 Aug 2015 06:27:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Aug 2015 06:27:33 +0000 (UTC) To: emacs-devel@gnu.org, Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 31 08:27:32 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 1ZWIZ0-0006Zl-EI for ged-emacs-devel@m.gmane.org; Mon, 31 Aug 2015 08:27:30 +0200 Original-Received: from localhost ([::1]:34083 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWIZ0-0006jO-FE for ged-emacs-devel@m.gmane.org; Mon, 31 Aug 2015 02:27:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWIYm-0006iz-MP for emacs-devel@gnu.org; Mon, 31 Aug 2015 02:27:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWIYj-0004VA-Df for emacs-devel@gnu.org; Mon, 31 Aug 2015 02:27:16 -0400 Original-Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:34556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWIYj-0004Tb-5y for emacs-devel@gnu.org; Mon, 31 Aug 2015 02:27:13 -0400 Original-Received: by widfa3 with SMTP id fa3so13083505wid.1 for ; Sun, 30 Aug 2015 23:27:12 -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=mIJ6iSMvReuv4lcI0lRK/mWUtbHj71++DA/xPIZ0aUw=; b=TyVtHZwGFGXi6ln4x0nGdmG+GLc4a/ULskNyyeUXucMC1LxwzT4J+F9O0845KIiqRB 30m3RqLKpss2xNbECbJoKeZ+xXOI7FMotbPl0k9SrJlc8WJNpKZDlHjiNjGiZj0zqXG8 KfC9mzOD74Vi0fz85fyrBpBL3XXDmqppSoxNe5BPY1mh+H+qhSe5mOSWtHZnQ7xyi0ZN p/E0c/vNNZDfdSICllKdQdAa67uXnMobKdoQHSkwVTUrA68XaP9953s8TaGJjKFoabbB /yTZzNKgAv5d22eGO7NIyDWpVSj+eQHz5uPaonUWP82G/7IE68qPuw50Fdp/+HK0FSqw 12Tg== X-Received: by 10.194.117.133 with SMTP id ke5mr25098617wjb.116.1441002432332; Sun, 30 Aug 2015 23:27:12 -0700 (PDT) Original-Received: from [10.9.0.103] (nat.webazilla.com. [78.140.128.228]) by smtp.googlemail.com with ESMTPSA id r19sm16366407wib.7.2015.08.30.23.27.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 30 Aug 2015 23:27:11 -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::231 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:189331 Archived-At: On 08/31/2015 09:12 AM, Paul Eggert wrote: > Prefer curved quotes in examples if users will typically see > curved quotes when the examples run. Who said the source code examples should looks the same as a output? It source code, people won't expect every program to be a quine. I'm obviously against this, because these encourage users to copy and paste the snippets containing curly quotes in their programs.