--- "Eric M. Ludlam" <eric@...> wrote:
> Hi,
>
> If there are no tooltips coming up it will instead use a completions
> buffer (split the window, etc).
>
> If you do not see that, the completion engine may not be working.
> Try the command "M-x semantic-complete-analyze-inline" to see if the
> base system is working. If that doesn't work, go back and try "M-x
> semantic-analyze-possible-completions". If that is nil, try "M-x
> semantic-analyze-current-context". Eventually something will work,
> and we can debug from there.
thanks for your answer
I've noticed that semantic.cache is saved in each directory. Could this
explain I won't have completion for functions in a directory different
from the one where the current buffer is ?
When I press TAB to complete a function which is un current buffer,
I have some errors in message buffer :
"Bug Showing completions: (void-function semantic-displayor-window-edges)"
but the beginning of the function name is underlined and when there is
only one possibility left, it's completed.
(again forgive my bad english please)
If I choose semantic-analyse-possible-completions, I get possible
completions (from current files) in a splitted buffer (sic, I wish
I could have a nice tooltip.) but the same error message occured.
I added (tooltip-mode 1) in my .emacs
If I choose semantic-analyse-current-context, I get
"No context of type function to advance in"
thanks for your help
Jeremy
__________________________________
Do you Yahoo!?
Yahoo! Search - Find what youre looking for faster
http://search.yahoo.com
|