unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* telling semantic "intellisense" to use definition from other projects
@ 2006-08-20 15:41 LonelyStar
  0 siblings, 0 replies; only message in thread
From: LonelyStar @ 2006-08-20 15:41 UTC (permalink / raw)



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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-08-20 15:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-20 15:41 telling semantic "intellisense" to use definition from other projects LonelyStar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).