From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eric M. Ludlam" Newsgroups: gmane.emacs.devel Subject: Re: CEDET merge Date: Tue, 29 Sep 2009 07:28:17 -0400 Message-ID: <1254223697.16450.27.camel@projectile.siege-engine.com> References: <87hbun9jbs.fsf@stupidchicken.com> Reply-To: eric@siege-engine.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1254223794 9800 80.91.229.12 (29 Sep 2009 11:29:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Sep 2009 11:29:54 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 29 13:29:47 2009 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 1Msatu-0006vO-OT for ged-emacs-devel@m.gmane.org; Tue, 29 Sep 2009 13:29:47 +0200 Original-Received: from localhost ([127.0.0.1]:45639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Msatt-0000i0-Jf for ged-emacs-devel@m.gmane.org; Tue, 29 Sep 2009 07:29:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsasL-0000M2-R5 for emacs-devel@gnu.org; Tue, 29 Sep 2009 07:28:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsasJ-0000LW-Nn for emacs-devel@gnu.org; Tue, 29 Sep 2009 07:28:08 -0400 Original-Received: from [199.232.76.173] (port=59272 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsasJ-0000LR-3M for emacs-devel@gnu.org; Tue, 29 Sep 2009 07:28:07 -0400 Original-Received: from static-71-184-83-10.bstnma.fios.verizon.net ([71.184.83.10]:50812 helo=projectile.siege-engine.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MsasI-0006kJ-R8 for emacs-devel@gnu.org; Tue, 29 Sep 2009 07:28:06 -0400 Original-Received: from projectile.siege-engine.com (localhost [127.0.0.1]) by projectile.siege-engine.com (8.14.3/8.14.3/Debian-6) with ESMTP id n8TBSHOa019323; Tue, 29 Sep 2009 07:28:18 -0400 Original-Received: (from zappo@localhost) by projectile.siege-engine.com (8.14.3/8.14.3/Submit) id n8TBSHKb019322; Tue, 29 Sep 2009 07:28:17 -0400 X-Authentication-Warning: projectile.siege-engine.com: zappo set sender to eric@siege-engine.com using -f In-Reply-To: X-Mailer: Evolution 2.26.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:115786 Archived-At: On Tue, 2009-09-29 at 00:28 -0400, Glenn Morris wrote: > Chong Yidong wrote: > > > I have merged most of the CEDET branch into the trunk. > > It seems you did not merge semantic/adebug.el, was this deliberate? > > semantic/db-find.el claims that data-debug-insert-tag-list is defined > in data-debug.el, but it is not, it is defined in adebug.el, which is > not present in the trunk. > Your email has reminded me that I've wanted to rename semantic-adebug.el to something more descriptive. It was originally a semantic specific tool which I generalized as a data-debug.el for most things in Emacs. Not that I have a fabulous name in mind though. "a" was just a vowel to go along with "e" debug which is a bit lame. It should probably be semantic-datadebug.el to match up with eieio-datadebug.el. (Using the parlance of the CEDET suite on sourceforge. For Emacs I guess it would be semantic/datadebug.el.) Eric