From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: Emacs 24 semantic C++ completion problem Date: Fri, 30 Dec 2011 10:22:22 +0100 Message-ID: <87hb0i9zxt.fsf@engster.org> References: <4EFCE3A1.7030302@siege-engine.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1325236955 17967 80.91.229.12 (30 Dec 2011 09:22:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Dec 2011 09:22:35 +0000 (UTC) Cc: Vyacheslav Gonakhchyan , emacs-devel@gnu.org To: "Eric M. Ludlam" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 30 10:22:31 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RgYfW-0002a1-L3 for ged-emacs-devel@m.gmane.org; Fri, 30 Dec 2011 10:22:30 +0100 Original-Received: from localhost ([::1]:48186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgYfW-00075A-3J for ged-emacs-devel@m.gmane.org; Fri, 30 Dec 2011 04:22:30 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:42375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgYfS-00074q-Nv for emacs-devel@gnu.org; Fri, 30 Dec 2011 04:22:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RgYfR-0004k9-N1 for emacs-devel@gnu.org; Fri, 30 Dec 2011 04:22:26 -0500 Original-Received: from randomsample.de ([83.169.19.17]:39383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgYfR-0004k5-AY for emacs-devel@gnu.org; Fri, 30 Dec 2011 04:22:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=aksuxlx6hY37Z542+2ngF7qimOlGAAFr0VbI1KEe3ds=; b=q59W8BRCTPlTmm0y2SRf/AzKJKw+n40w3caXGEA8fig6htEq9dm79+RhO+a+xDYG6gcpPPHi1Z3N0tujDwTAEWhToPOU0zy6l160eKzQrGqaHooPkX3cv8iBYNb4n5Iu; Original-Received: from dslc-082-082-166-232.pools.arcor-ip.net ([82.82.166.232] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1RgYfP-0006qG-UQ; Fri, 30 Dec 2011 10:22:24 +0100 In-Reply-To: <4EFCE3A1.7030302@siege-engine.com> (Eric M. Ludlam's message of "Thu, 29 Dec 2011 17:03:13 -0500") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) Mail-Followup-To: "Eric M. Ludlam" , Vyacheslav Gonakhchyan , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 83.169.19.17 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147038 Archived-At: Eric M. Ludlam writes: > For the 2nd problem you list, that seems more like a bug that may have > been fixed with the version of CEDET from the CEDET bzr > repository. There have been a few bug fixes there since CEDET was last > merged into Emacs. If setting up EDE fixes the first but not the > second, you should check w/ the CEDET bzr repository. FWIW, I tested Ogre3d with Semantic from bzr a while ago (after a similar bug report on Semantic-devel), and it seemed to worked fine. Note however that our current 'trunk' from bzr is setup a bit differently than the one in Emacs. If you'd like to keep your current .emacs setup, you better use our 'newtrunk' by doing bzr checkout bzr://cedet.bzr.sourceforge.net/bzrroot/cedet/code/newtrunk cedet Simply compile using 'make' and then load CEDET through (load-file "/cedet-devel-load.el") (preferrably at the beginning of your .emacs). -David