From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: avltree => avl-tree (from jdee-devel) Date: Thu, 04 Sep 2008 22:40:57 -0400 Message-ID: References: <48C009EC.8090508@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220583117 18528 80.91.229.12 (5 Sep 2008 02:51:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Sep 2008 02:51:57 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman \(gmail\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 05 04:52:52 2008 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 1KbRR4-0000Zz-HZ for ged-emacs-devel@m.gmane.org; Fri, 05 Sep 2008 04:52:34 +0200 Original-Received: from localhost ([127.0.0.1]:43846 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbRQ4-0006nV-MJ for ged-emacs-devel@m.gmane.org; Thu, 04 Sep 2008 22:51:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KbRPy-0006lt-Kh for emacs-devel@gnu.org; Thu, 04 Sep 2008 22:51:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KbRMb-0006CX-6f for emacs-devel@gnu.org; Thu, 04 Sep 2008 22:48:05 -0400 Original-Received: from [199.232.76.173] (port=58651 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbRMZ-00061y-7Q for emacs-devel@gnu.org; Thu, 04 Sep 2008 22:47:55 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:9157 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KbRFz-0001x2-1v for emacs-devel@gnu.org; Thu, 04 Sep 2008 22:41:07 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhoFAN84wEhFxJRU/2dsb2JhbACBZbVrgWWBBg X-IronPort-AV: E=Sophos;i="4.32,320,1217822400"; d="scan'208";a="26375382" Original-Received: from 69-196-148-84.dsl.teksavvy.com (HELO ceviche.home) ([69.196.148.84]) by ironport2-out.teksavvy.com with ESMTP; 04 Sep 2008 22:40:57 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 554FCB405D; Thu, 4 Sep 2008 22:40:57 -0400 (EDT) In-Reply-To: <48C009EC.8090508@gmail.com> (Lennart Borgman's message of "Thu, 04 Sep 2008 18:16:44 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:103546 Archived-At: > There is a discussion on jdee-devel on how to manage the transition from > elib's avltree to avl-tree in current CVS Emacs, see below > Can someone please comment on this? What was the reason for changing the avltree- prefix to avl-tree- ? Stefan