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: Tue, 19 Jun 2007 18:26:57 -0400 Message-ID: References: <200706160029.l5G0Tv318102@f7.net> <200706162119.49853.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 1182292291 4238 80.91.229.12 (19 Jun 2007 22:31:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Jun 2007 22:31:31 +0000 (UTC) Cc: andreas.roehler@online.de, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 20 00:31:29 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 1I0mEQ-0004Wt-1W for ged-emacs-devel@m.gmane.org; Wed, 20 Jun 2007 00:31:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0mEP-00074X-Hs for ged-emacs-devel@m.gmane.org; Tue, 19 Jun 2007 18:31:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I0mA8-0003s3-7K for emacs-devel@gnu.org; Tue, 19 Jun 2007 18:27:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0mA6-0003rI-GO for emacs-devel@gnu.org; Tue, 19 Jun 2007 18:26:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0mA6-0003r7-7P for emacs-devel@gnu.org; Tue, 19 Jun 2007 18:26:58 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I0mA5-0005HA-TR for emacs-devel@gnu.org; Tue, 19 Jun 2007 18:26:57 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1I0mA5-0000xg-EZ; Tue, 19 Jun 2007 18:26:57 -0400 In-reply-to: (message from Stefan Monnier on Mon, 18 Jun 2007 11:36:45 -0400) 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:73352 Archived-At: PS: The only interesting part of elib seemed to me to be cookie.el (mostly included in Emacs as ewoc.el) and avltree.el, although I haven't seen many uses of avltree.el around. Should we install avltree.el in Emacs? We would also want to put the part of elib.texi that concerns avltree.el into a separate manual man/avltree.texi.