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 23:22:04 +0100 Message-ID: <87fwg18zub.fsf@engster.org> References: <4EFCE3A1.7030302@siege-engine.com> <87hb0i9zxt.fsf@engster.org> <878vlu9ss2.fsf@engster.org> <87r4zm80kf.fsf@engster.org> <87mxa9963m.fsf@engster.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1325283745 20298 80.91.229.12 (30 Dec 2011 22:22:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Dec 2011 22:22:25 +0000 (UTC) Cc: "Eric M. Ludlam" , emacs-devel@gnu.org To: Vyacheslav Gonakhchyan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 30 23:22:17 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 1Rgkq9-0007cU-LJ for ged-emacs-devel@m.gmane.org; Fri, 30 Dec 2011 23:22:17 +0100 Original-Received: from localhost ([::1]:35406 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rgkq3-0006Fp-E6 for ged-emacs-devel@m.gmane.org; Fri, 30 Dec 2011 17:22:11 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:43700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rgkq0-0006FV-Jp for emacs-devel@gnu.org; Fri, 30 Dec 2011 17:22:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rgkpz-0000jf-DE for emacs-devel@gnu.org; Fri, 30 Dec 2011 17:22:08 -0500 Original-Received: from randomsample.de ([83.169.19.17]:44845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rgkpy-0000jX-WB for emacs-devel@gnu.org; Fri, 30 Dec 2011 17:22:07 -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=s7VoAbbC+UaqFAPMv1/PpjMIA9qmPh6RnoVB/1xESLg=; b=ki/0SISQOcwJYYIGzkbOl3HG83seamqxH1WSy37Y5tn7lO6tWrng/zAFUhWgLQvwcXIdbj/bA8g8YnbiBZEeyfOWADSy7bOMB7y07n7NkPjXL7eijI0j+UUni5a6jYgU; 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 1Rgkpx-0004g4-9b; Fri, 30 Dec 2011 23:22:05 +0100 In-Reply-To: (Vyacheslav Gonakhchyan's message of "Fri, 30 Dec 2011 21:14:23 +0000") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) Mail-Followup-To: Vyacheslav Gonakhchyan , "Eric M. Ludlam" , 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:147070 Archived-At: Vyacheslav Gonakhchyan writes: > It seems that requiring 'semantic/bovine/c too early fills > semantic-lex-c-preprocessor- > symbol-map with initial values. So it's not working that way. Loading semantic/bovine/c is supposed to do that (it has some builtin symbols and also adds those from c++config and sys/cdefs.h). However, you should still be able to add further files without problems. If that doesn't work, it's a bug. -David