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: cl-defgeneric vs random funcall in project.el Date: Thu, 30 Jul 2015 10:37:05 -0500 Message-ID: <86d1z97j32.fsf@stephe-leake.org> References: <86oaiwa57v.fsf@stephe-leake.org> <55B79B3F.1060200@yandex.ru> <86wpxj93r2.fsf@stephe-leake.org> <55B82A0C.5040709@yandex.ru> <86fv4782k2.fsf@stephe-leake.org> <55B92F76.7060104@yandex.ru> <86380686sm.fsf@stephe-leake.org> <55BA0AC4.7060906@yandex.ru> <86mvyd7jf0.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438270673 7846 80.91.229.3 (30 Jul 2015 15:37:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jul 2015 15:37:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 30 17:37:42 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 1ZKptt-0002GV-1C for ged-emacs-devel@m.gmane.org; Thu, 30 Jul 2015 17:37:41 +0200 Original-Received: from localhost ([::1]:40590 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKpts-0005wG-1b for ged-emacs-devel@m.gmane.org; Thu, 30 Jul 2015 11:37:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKptc-0005w1-Ox for emacs-devel@gnu.org; Thu, 30 Jul 2015 11:37:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKptY-0006yu-Qa for emacs-devel@gnu.org; Thu, 30 Jul 2015 11:37:24 -0400 Original-Received: from gproxy7-pub.mail.unifiedlayer.com ([70.40.196.235]:38284) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZKptY-0006y9-IT for emacs-devel@gnu.org; Thu, 30 Jul 2015 11:37:20 -0400 Original-Received: (qmail 7049 invoked by uid 0); 30 Jul 2015 15:37:15 -0000 Original-Received: from unknown (HELO cmgw4) (10.0.90.85) by gproxy7.mail.unifiedlayer.com with SMTP; 30 Jul 2015 15:37:15 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw4 with id yfdC1q00l2UdiVW01fdFVi; Thu, 30 Jul 2015 09:37:15 -0600 X-Authority-Analysis: v=2.1 cv=OJm0g0qB 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=y7kgw_RnJtkA:10 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=zOBTXjUuO1YA:10 a=QLJbBH0BMhUxcFG96hIA:9 a=UwEC43tLq4MA:10 Original-Received: from [76.218.37.33] (port=61596 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1ZKptQ-0004GK-9D for emacs-devel@gnu.org; Thu, 30 Jul 2015 09:37:12 -0600 In-Reply-To: <86mvyd7jf0.fsf@stephe-leake.org> (Stephen Leake's message of "Thu, 30 Jul 2015 10:29:55 -0500") 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: 70.40.196.235 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:188196 Archived-At: Stephen Leake writes: > I would write the vc implementation of project-search-path to return a > flat list of all the directories under the vc root. But leaving out directories that the vc says to ignore. -- -- Stephe