From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sascha Wilde Newsgroups: gmane.emacs.devel Subject: Re: CEDET merge Date: Wed, 30 Sep 2009 12:29:55 +0200 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 1254318664 6666 80.91.229.12 (30 Sep 2009 13:51:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Sep 2009 13:51:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 30 15:50:57 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 1Msza4-0005nA-Hr for ged-emacs-devel@m.gmane.org; Wed, 30 Sep 2009 15:50:57 +0200 Original-Received: from localhost ([127.0.0.1]:36228 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Msza3-0005kG-6m for ged-emacs-devel@m.gmane.org; Wed, 30 Sep 2009 09:50:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MswQM-0006wX-2h for emacs-devel@gnu.org; Wed, 30 Sep 2009 06:28:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MswQJ-0006ve-Ko for emacs-devel@gnu.org; Wed, 30 Sep 2009 06:28:41 -0400 Original-Received: from [199.232.76.173] (port=58974 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MswQJ-0006vV-AC for emacs-devel@gnu.org; Wed, 30 Sep 2009 06:28:39 -0400 Original-Received: from mail2.sha-bang.de ([78.47.120.114]:48817 helo=mail.sha-bang.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MswQI-0006r8-Gv for emacs-devel@gnu.org; Wed, 30 Sep 2009 06:28:38 -0400 Original-Received: from kenny.sha-bang.local (xdslu106.osnanet.de [82.149.184.106]) by mail.sha-bang.de (Postfix) with ESMTPSA id B002B54E; Wed, 30 Sep 2009 12:28:21 +0200 (CEST) Original-Received: from wilde by kenny.sha-bang.local with local (Sha Bang MUA v.0711184.68) ID 1MswRY-0005K8-1p; Wed, 30 Sep 2009 12:29:56 +0200 In-Reply-To: <87hbun9jbs.fsf@stupidchicken.com> (Chong Yidong's message of "Mon, 28 Sep 2009 11:31:51 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: 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:115804 Archived-At: Chong Yidong wrote: > I have merged most of the CEDET branch into the trunk. You may need to > bootstrap; please let me know if there are any build failures. Thanks a lot I'm very curious about this new features. Giving the ede part a quick try[0] I stumbled upon a bunch of problems: - After enabling global-ede-mode mode first observation was, that the new Development-menu was not accessible when using the pseudo menu on an tty (haven't tested an graphical interface yet): shows `---Development' among the menu items, which cant be selected. - After creating a new project of the type `automake' (ede-new) and adding a new target with one source file (plain hello world in c) I tried `ede-compile-target' which reviled an error in one provide form. This patch fixes it: diff -r d4a1d308c9fe lisp/cedet/ede/srecode.el --- a/lisp/cedet/ede/srecode.el Wed Sep 30 11:07:53 2009 +0200 +++ b/lisp/cedet/ede/srecode.el Wed Sep 30 12:08:48 2009 +0200 @@ -101,6 +101,6 @@ )) -(provide 'ede-srecode) +(provide 'ede/srecode) ;;; ede-srecode.el ends here - But after that fix compiling still fails. Now with: eieio-generic-call-primary-only: Method srecode-template-get-table called on nil Any ideas? cheers sascha [0] Disclaimer: I have never used CEDET before, so if some of my reports don't make any sense, please tell me so... -- Sascha Wilde Life's too short to read boring signatures