From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 9ce1d38: Use curved quotes in core elisp diagnostics Date: Wed, 19 Aug 2015 11:40:26 -0700 Organization: UCLA Computer Science Department Message-ID: <55D4CD9A.1000707@cs.ucla.edu> References: <55D1043C.3030909@yandex.ru> <55D15899.2070105@cs.ucla.edu> <20150817121513.GA2634@acm.fritz.box> <55D21191.8070202@cs.ucla.edu> <20150817173551.GB2634@acm.fritz.box> <55D29EA6.2020009@cs.ucla.edu> <20150818103921.GA2262@acm.fritz.box> <55D36132.1020900@cs.ucla.edu> <20150818171715.GD2262@acm.fritz.box> <55D3869E.30302@cs.ucla.edu> <20150818204211.GF2262@acm.fritz.box> <55D3A641.7040409@cs.ucla.edu> <87bne4fc7s.fsf@wanadoo.es> <55D3C28D.3000006@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 1440102080 26852 80.91.229.3 (20 Aug 2015 20:21:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Aug 2015 20:21:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 20 22:21:12 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 1ZSWKk-0008Sy-Hc for ged-emacs-devel@m.gmane.org; Thu, 20 Aug 2015 22:21:11 +0200 Original-Received: from localhost ([::1]:46831 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZS8nf-0002lg-26 for ged-emacs-devel@m.gmane.org; Wed, 19 Aug 2015 15:13:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZS8Hp-0004FB-Hg for emacs-devel@gnu.org; Wed, 19 Aug 2015 14:40:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZS8Hl-0005BU-7g for emacs-devel@gnu.org; Wed, 19 Aug 2015 14:40:33 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:34379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZS8Hl-0005Aa-1l; Wed, 19 Aug 2015 14:40:29 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 301F016017F; Wed, 19 Aug 2015 11:40:28 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id r9ax9Kmgf2dK; Wed, 19 Aug 2015 11:40:27 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 3FC8D160D7D; Wed, 19 Aug 2015 11:40:27 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id pDX-yNeMecbH; Wed, 19 Aug 2015 11:40:27 -0700 (PDT) Original-Received: from [192.168.1.9] (pool-100-32-155-148.lsanca.fios.verizon.net [100.32.155.148]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 1F71116017F; Wed, 19 Aug 2015 11:40:27 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 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:188979 Archived-At: Richard Stallman wrote: > Perhaps the thread was initially about quotes in diagnostics, but a > few days ago the issue of doc strings seemed to come up. That is why > I started posting. > > Did I misunderstand? I think so. Your first message about doc strings, dated Monday: http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00608.html was in reply to a Sunday message about diagnostics: http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00566.html The docstring changes were mostly done weeks ago and haven't changed much recently. The diagnostics changes are within the past week: they were initiated by Bug#21222 and they kicked off this thread.