From xemacs-m  Mon Sep 15 12:43:30 1997
Received: from black-ice.cc.vt.edu (black-ice.cc.vt.edu [128.173.14.71])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA10206
	for <xemacs-beta@xemacs.org>; Mon, 15 Sep 1997 12:43:28 -0500 (CDT)
Received: from black-ice.cc.vt.edu (LOCALHOST [127.0.0.1])
	by black-ice.cc.vt.edu (8.8.7/8.8.7) with ESMTP id NAA23372;
	Mon, 15 Sep 1997 13:43:24 -0400
Message-Id: <199709151743.NAA23372@black-ice.cc.vt.edu>
To: Colin Rafferty <craffert@ml.com>
Cc: XEmacs Beta List <xemacs-beta@xemacs.org>,
        Jari Aalto <jaalto@tre.tele.nokia.fi>
Subject: Re: Suggestion: instllation of lisp files 
In-Reply-To: Your message of "15 Sep 1997 12:59:00 EDT."
             <ocr7mcicy3v.fsf@ml.com> 
From: Valdis.Kletnieks@vt.edu
X-Url: http://black-ice.cc.vt.edu/~valdis/
X-Face: 34C9$Ewd2zeX+\!i1BA\j{ex+$/V'JBG#;3_noWWYPa"|,I#`R"{n@w>#:{)FXyiAS7(8t(
 ^*w5O*!8O9YTe[r{e%7(yVRb|qxsRYw`7J!`AM}m_SHaj}f8eb@d^L>BrX7iO[<!v4-0bVIpaxF#-)
 %9#a9h6JXI|T|8o6t\V?kGl]Q!1V]GtNliUtz:3},0"hkPeBuu%E,j(:\iOX-P,t7lRR#
References: <199709141922.PAA19576@helene.tele.nokia.fi>
            <ocr7mcicy3v.fsf@ml.com>
Mime-Version: 1.0
Content-Type: multipart/signed; boundary="==_Exmh_-1125272384P";
	 micalg=pgp-md5; protocol="application/pgp-signature"
Content-Transfer-Encoding: 7bit
Date: Mon, 15 Sep 1997 13:43:21 -0400

--==_Exmh_-1125272384P
Content-Type: text/plain; charset=us-ascii

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? ;)

-- 
				Valdis Kletnieks
				Computer Systems Senior Engineer
				Virginia Tech


--==_Exmh_-1125272384P
Content-Type: application/pgp-signature

-----BEGIN PGP MESSAGE-----
Version: 2.6.2

iQCVAwUBNB1zt9QBOOoptg9JAQEa+AP/Zu5a7JI1CyrxCt8fXVKY4qNme8yltRcq
PuIiqcxFOUcyZypWjR2CiYmunOdXkO8ssPju7doTCbQiYPEwCCtyXyca/sVT0zON
aykuXxT19bjovqEBhmbkWFaDapfRAUwsR3bPCiEuEkSV3//EB0osB+zh8IZXv2i6
sklutQxEQjg=
=Azk1
-----END PGP MESSAGE-----

--==_Exmh_-1125272384P--

