From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Double dashes in docstrings without surrounding space - is this something to address? Date: Tue, 29 May 2018 19:25:47 +0300 Message-ID: <83wovmv378.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1527611038 18836 195.159.176.226 (29 May 2018 16:23:58 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 29 May 2018 16:23:58 +0000 (UTC) Cc: rocky.bernstein@gmail.com, emacs-devel@gnu.org To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 29 18:23:54 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fNhPe-0004kw-8b for ged-emacs-devel@m.gmane.org; Tue, 29 May 2018 18:23:54 +0200 Original-Received: from localhost ([::1]:33893 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNhRj-0007nU-En for ged-emacs-devel@m.gmane.org; Tue, 29 May 2018 12:26:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNhRd-0007nN-Hm for emacs-devel@gnu.org; Tue, 29 May 2018 12:25:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNhRa-0000hJ-Di for emacs-devel@gnu.org; Tue, 29 May 2018 12:25:57 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNhRa-0000h6-AL; Tue, 29 May 2018 12:25:54 -0400 Original-Received: from [176.228.60.248] (port=1398 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fNhRZ-0001WK-5T; Tue, 29 May 2018 12:25:53 -0400 In-reply-to: (message from Yuri Khan on Tue, 29 May 2018 12:43:21 +0700) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:225802 Archived-At: > From: Yuri Khan > Date: Tue, 29 May 2018 12:43:21 +0700 > Cc: Emacs developers > > The more important issue is that a double hyphen is used where a dash > should be. And the answer is that we'd prefer to stay with ASCII characters as much as possible, certainly in doc strings, given the controversy associated with the opposite tendency. 'Nough said.