From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: LonelyStar Newsgroups: gmane.emacs.help Subject: telling semantic "intellisense" to use definition from other projects Date: Sun, 20 Aug 2006 08:41:26 -0700 (PDT) Message-ID: <5894479.post@talk.nabble.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1156099377 26275 80.91.229.2 (20 Aug 2006 18:42:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Aug 2006 18:42:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 20 20:42:55 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GEsG6-0001IL-Eu for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Aug 2006 20:42:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GEsG5-0005em-SP for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Aug 2006 14:42:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GEpQX-00006f-At for help-gnu-emacs@gnu.org; Sun, 20 Aug 2006 11:41:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GEpQW-00005v-QA for Help-gnu-emacs@gnu.org; Sun, 20 Aug 2006 11:41:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GEpQW-00005l-GU for Help-gnu-emacs@gnu.org; Sun, 20 Aug 2006 11:41:28 -0400 Original-Received: from [72.21.53.35] (helo=talk.nabble.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GEpXh-0006q7-QR for Help-gnu-emacs@gnu.org; Sun, 20 Aug 2006 11:48:54 -0400 Original-Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GEpQU-0006Rw-Qs for Help-gnu-emacs@gnu.org; Sun, 20 Aug 2006 08:41:26 -0700 Original-To: Help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:36784 Archived-At: Hello together, I am using semantic autocompletion via "semantic-complete-analyze-inline". I have a self written library located at "/home/ls/Project" and I autocompletion to use the definition in this library in every source file I edit. So put (require 'semanticdb) (global-semanticdb-minor-mode 1) (setq semanticdb-project-roots (list "/home/ls/Project")) into my .emacs file. Unfortantly it does not help, if I open in example "/home/ls/test.cc" and want to autocomplete a symbol, it says: "Inline completion not needed". What am I doing wrong? Thanks! -- View this message in context: http://www.nabble.com/telling-semantic-%22intellisense%22-to-use-definition-from-other-projects-tf2135990.html#a5894479 Sent from the Emacs - Help forum at Nabble.com.