* 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
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.