From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: master 0ff60ec: Fix some byte-compiler warnings in EDE Date: Fri, 04 Sep 2015 12:27:38 -0500 Message-ID: <86k2s65c39.fsf@stephe-leake.org> References: <20150831154024.22934.79184@vcs.savannah.gnu.org> <3h613ve9vr.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1441387718 31843 80.91.229.3 (4 Sep 2015 17:28:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Sep 2015 17:28:38 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 04 19:28:27 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 1ZXumm-0007gZ-P1 for ged-emacs-devel@m.gmane.org; Fri, 04 Sep 2015 19:28:24 +0200 Original-Received: from localhost ([::1]:33827 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXumm-0007zc-BE for ged-emacs-devel@m.gmane.org; Fri, 04 Sep 2015 13:28:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXumP-0007w2-AB for emacs-devel@gnu.org; Fri, 04 Sep 2015 13:28:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXumK-0008GD-BZ for emacs-devel@gnu.org; Fri, 04 Sep 2015 13:28:01 -0400 Original-Received: from gproxy10-pub.mail.unifiedlayer.com ([69.89.20.226]:42084) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZXumK-0008Eb-4u for emacs-devel@gnu.org; Fri, 04 Sep 2015 13:27:56 -0400 Original-Received: (qmail 22788 invoked by uid 0); 4 Sep 2015 17:27:50 -0000 Original-Received: from unknown (HELO cmgw4) (10.0.90.85) by gproxy10.mail.unifiedlayer.com with SMTP; 4 Sep 2015 17:27:50 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw4 with id D5Ti1r00q2UdiVW015TlQf; Fri, 04 Sep 2015 11:27:50 -0600 X-Authority-Analysis: v=2.1 cv=QdD14Krv c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=9i_RQKNPAAAA:8 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=ff-B7xzCdYMA:10 a=mDV3o1hIAAAA:8 a=vlyigDWDq8G-QPcAZh4A:9 a=OUgdvW5sMcoA:10 a=7BCCZg03jq0A:10 Original-Received: from [76.218.37.33] (port=50965 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1ZXum6-0003q5-83 for emacs-devel@gnu.org; Fri, 04 Sep 2015 11:27:42 -0600 In-Reply-To: <3h613ve9vr.fsf@fencepost.gnu.org> (Glenn Morris's message of "Mon, 31 Aug 2015 11:49:12 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 76.218.37.33 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 69.89.20.226 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:189599 Archived-At: Glenn Morris writes: > Hi, > > Stephen Leake wrote: > >> -NOTE: If you use dirmatch, you may need to set :root-only to nil. >> +NOTE: If you use dirmatch, you may need to set :root-only to `nil'. >> While it may be a root based project, all subdirs will happen to return >> -true for the dirmatch, so for scanning purposes, set it to nil.") >> +true for the dirmatch, so for scanning purposes, set it to `nil'.") > > The Emacs doc-string convention is to write nil and t without quotes. > > http://www.gnu.org/software/emacs/manual/html_node/elisp/Documentation-Tips.html Ok. It's hard to remember an exception that is not followed in the manual that describes the exception! -- -- Stephe