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: We need to escape the remaining quotes or set text-quoting-style to `grave' on the emacs-25 branch Date: Tue, 17 Nov 2015 15:40:39 -0800 Organization: UCLA Computer Science Department Message-ID: <564BBAF6.3040502@cs.ucla.edu> 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 1447803677 14449 80.91.229.3 (17 Nov 2015 23:41:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2015 23:41:17 +0000 (UTC) To: Artur Malabarba , emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 18 00:41:09 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 1Zyps3-0007gT-1C for ged-emacs-devel@m.gmane.org; Wed, 18 Nov 2015 00:41:07 +0100 Original-Received: from localhost ([::1]:32893 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zyps2-0007P4-9I for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2015 18:41:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zyprh-0007DC-AZ for emacs-devel@gnu.org; Tue, 17 Nov 2015 18:40:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zypre-0001dE-43 for emacs-devel@gnu.org; Tue, 17 Nov 2015 18:40:45 -0500 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:42570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zyprd-0001d7-SZ for emacs-devel@gnu.org; Tue, 17 Nov 2015 18:40:42 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 1DB5D160D75; Tue, 17 Nov 2015 15:40:40 -0800 (PST) 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 zifoDxlcY6rF; Tue, 17 Nov 2015 15:40:39 -0800 (PST) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 6F182160D96; Tue, 17 Nov 2015 15:40:39 -0800 (PST) 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 OQK5drB4fERZ; Tue, 17 Nov 2015 15:40:39 -0800 (PST) Original-Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 5503B160D75; Tue, 17 Nov 2015 15:40:39 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.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:194680 Archived-At: On 11/16/2015 06:31 AM, Artur Malabarba wrote: > In case someone actually wants to > fix this manually I compiled of some functions and variables with > wrong quotes. The list was generated by running the following code > after requiring all available emacs features. Thanks, I went through that list and fixed all the problems I found, in emacs-25 commit ac16149ba470ae8a625d42a61adbb6e84254c675. Can you give me the method you used to require all available Emacs features? I can then try running your code on my copy of Emacs, to double-check these changes. Many (most?) of the changes are for longstanding docstring glitches that should be fixed regardless of text-quoting-style, but it's good to fix these glitches while in the neighborhood.