From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: elib -> emacs Date: Thu, 21 Jun 2007 13:32:31 -0400 Message-ID: References: <200706160029.l5G0Tv318102@f7.net> <200706202007.18443.andreas.roehler@online.de> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1182447218 13404 80.91.229.12 (21 Jun 2007 17:33:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2007 17:33:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas =?iso-8859-15?q?R=F6hler?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 21 19:33:35 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I1QXF-0004c2-9k for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2007 19:33:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1QXE-0007cY-Tg for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2007 13:33:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1QWH-0006ko-64 for emacs-devel@gnu.org; Thu, 21 Jun 2007 13:32:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1QWG-0006kU-J1 for emacs-devel@gnu.org; Thu, 21 Jun 2007 13:32:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1QWG-0006kQ-Dz for emacs-devel@gnu.org; Thu, 21 Jun 2007 13:32:32 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I1QWG-0005Zp-6y for emacs-devel@gnu.org; Thu, 21 Jun 2007 13:32:32 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1I1QWF-0004im-PX; Thu, 21 Jun 2007 13:32:31 -0400 In-reply-to: <200706202007.18443.andreas.roehler@online.de> (message from Andreas =?iso-8859-15?q?R=F6hler?= on Wed, 20 Jun 2007 20:07:17 +0200) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:73532 Archived-At: did several searches find . -type f -name "*.el" -print0 | xargs -0 -e zgrep -nH -e Does this mean you searched Emacs itself? The point here is to search Lisp programs that are NOT included in Emacs.