From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: CEDET merge Date: Tue, 29 Sep 2009 00:28:41 -0400 Message-ID: References: <87hbun9jbs.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1254198543 6131 80.91.229.12 (29 Sep 2009 04:29:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Sep 2009 04:29:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 29 06:28:56 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 1MsUKd-0004m4-Gb for ged-emacs-devel@m.gmane.org; Tue, 29 Sep 2009 06:28:55 +0200 Original-Received: from localhost ([127.0.0.1]:55246 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsUKc-0000DP-Ok for ged-emacs-devel@m.gmane.org; Tue, 29 Sep 2009 00:28:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsUKX-0000DK-Fq for emacs-devel@gnu.org; Tue, 29 Sep 2009 00:28:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsUKR-000088-Vt for emacs-devel@gnu.org; Tue, 29 Sep 2009 00:28:48 -0400 Original-Received: from [199.232.76.173] (port=33566 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsUKR-00007r-PJ for emacs-devel@gnu.org; Tue, 29 Sep 2009 00:28:43 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:50244) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsUKR-0003Ji-JN for emacs-devel@gnu.org; Tue, 29 Sep 2009 00:28:43 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MsUKP-0001oS-Q7; Tue, 29 Sep 2009 00:28:41 -0400 X-Spook: Compsec Lexis-Nexis Defcon afsatcom Rumsfeld Agfa FBI X-Ran: fW{2|^EdhqULH&nN5Di=0rsaCZ'gKwlpL3j{LOH}dda:;GX*N:l5'[s;4DM"poaO8I!?BV X-Hue: white X-Attribution: GM In-Reply-To: <87hbun9jbs.fsf@stupidchicken.com> (Chong Yidong's message of "Mon, 28 Sep 2009 11:31:51 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/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:115773 Archived-At: 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.