From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas =?iso-8859-15?q?R=F6hler?= Newsgroups: gmane.emacs.devel Subject: Re: elib -> emacs Date: Wed, 20 Jun 2007 21:17:18 +0200 Message-ID: <200706202117.19402.andreas.roehler@online.de> References: <200706160029.l5G0Tv318102@f7.net> <200706202007.18443.andreas.roehler@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1182366722 13440 80.91.229.12 (20 Jun 2007 19:12:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Jun 2007 19:12:02 +0000 (UTC) Cc: Karl Berry , Richard Stallman , Stefan Monnier To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 20 21:12:01 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 1I15ay-0005nL-Ej for ged-emacs-devel@m.gmane.org; Wed, 20 Jun 2007 21:12:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I15ax-00047D-Rb for ged-emacs-devel@m.gmane.org; Wed, 20 Jun 2007 15:11:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I15au-000478-FY for emacs-devel@gnu.org; Wed, 20 Jun 2007 15:11:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I15as-00046o-9c for emacs-devel@gnu.org; Wed, 20 Jun 2007 15:11:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I15as-00046l-2H for emacs-devel@gnu.org; Wed, 20 Jun 2007 15:11:54 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I15ap-0000Yk-Th; Wed, 20 Jun 2007 15:11:52 -0400 Original-Received: from [84.190.175.158] (helo=karton) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis), id 0ML21M-1I15am2i7Y-00012J; Wed, 20 Jun 2007 21:11:50 +0200 User-Agent: KMail/1.8.2 In-Reply-To: <200706202007.18443.andreas.roehler@online.de> Content-Disposition: inline X-Provags-ID: V01U2FsdGVkX1+8tM7OOn0JLUKeyk4WjjvmtwfF1XSI+RjKpxC fpZDo7QjBZjT1dVcYRsEHtwoOTewhSS8lYST/cp+U1nKIR9IUG JHllFndwA8BwQIPE4LNXQ== X-detected-kernel: Linux 2.6? (barebone, rare!) 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:73465 Archived-At: Am Mittwoch, 20. Juni 2007 20:07 schrieb Andreas R=F6hler: > Am Mittwoch, 20. Juni 2007 19:35 schrieb Richard Stallman: > > I don't know if there still exists > > a package using cookie.el. > > > > Can someone please look around and check? > > If there are none, that settles the question of cookie.el. > > Don't know, if it's a suitable method to find out such > things: > > did several searches > > find . -type f -name "*.el" -print0 | xargs -0 -e zgrep -nH -e > > with > > elib-, tin-cookie, avl-tree > > as search-words. > > Results only in the elib directory: no one seems to use that. > > Andreas Roehler > =2Dname=20 should have been "*.el.gz" Then I get results for the already mentioned ediff-vers.el ewoc.el nothing to be done AFAIU.=20 Andreas Roehler