From xemacs-m  Mon Sep 15 13:27:46 1997
Received: from newman.aventail.com (root@newman.aventail.com [199.238.236.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id NAA12709
	for <xemacs-beta@xemacs.org>; Mon, 15 Sep 1997 13:27:41 -0500 (CDT)
Received: from kramer.in.aventail.com (wmperry@kramer.in.aventail.com [192.168.1.12])
	by newman.aventail.com (8.8.5/8.8.5) with ESMTP id LAA00909;
	Mon, 15 Sep 1997 11:27:29 -0700 (PDT)
Received: (from wmperry@localhost)
	by kramer.in.aventail.com (8.8.5/8.8.5) id LAA05386;
	Mon, 15 Sep 1997 11:25:04 -0700
To: Valdis.Kletnieks@vt.edu
Cc: Colin Rafferty <craffert@ml.com>,
        XEmacs Beta List <xemacs-beta@xemacs.org>,
        Jari Aalto <jaalto@tre.tele.nokia.fi>
Subject: Re: Suggestion: instllation of lisp files
References: <199709141922.PAA19576@helene.tele.nokia.fi>             <ocr7mcicy3v.fsf@ml.com> <199709151743.NAA23372@black-ice.cc.vt.edu>
Errors-to: wmperry@aventail.com
Reply-to: wmperry@aventail.com
X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7</SYF`{vYQ(&RI1&EiH[FvT;J}@f!4kfz
 x_!Y#=y{Uuj9GvUi=cPuajQ(Z42R[wE@{G,sn$qGr5g/wnb*"*ktI+,CD}1Z'wxrM2ag-r0p5I6\nA
 [WJopW_J.WY;
From: wmperry@aventail.com (William M. Perry)
Date: 15 Sep 1997 11:25:04 -0700
In-Reply-To: Valdis.Kletnieks@vt.edu's message of "Mon, 15 Sep 1997 13:43:21 -0400"
Message-ID: <86lo0yh1tr.fsf@kramer.in.aventail.com>
Lines: 22
X-Mailer: Quassia Gnus v0.4/XEmacs 20.3(beta20) - "Tirana"

Valdis.Kletnieks@vt.edu writes:

> On 15 Sep 1997 12:59:00 EDT, Colin Rafferty said:
> > How about `grep regexp /opt/local/lib/xemacs-19.14/lisp/*/*.el'?
> 
> 1) This misses things in xemacs/lisp/*.el and xemacs/lisp/*/*/*.el, if
> such files exist.
> 
> 2) 'grep featurep xemacs/lisp/*/*.el'
> 
> 2a) When you get 'arg list too long', try this:
> 
> find xemacs/lisp -name "*.el" -print | xargs grep featurep | wc -l
> 
> I get 660 hits.  Which one was the definition, and which 659 were calls,
> or comments containing 'featurep', or similar? ;)

  find xemacs/lisp -name "*.el" -print | xargs fgrep featurep | grep defun

  That one. :)

-Bill P.

