[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Completions in Semantic
From: |
Chong Yidong |
Subject: |
Re: Completions in Semantic |
Date: |
Thu, 22 Oct 2009 21:01:21 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
"Eric M. Ludlam" <address@hidden> writes:
>> has not gone away for me: `C-c , j window [TAB]' in xdisp.c still brings
>> up "window" as the only completion.
>
> That is probably because the old tagging information is still being
> used. If you run
>
> M-x semantic-clear-toplevel-cache RET
>
> in that buffer, it will flush old parsing data, or you can go into your
> ~/.semanticdb/ directory, and delete the cache file for emacs/src before
> starting emacs, which might be better since multiple files there could
> be affected.
No, I have no semanticdb directory. C-c,j[TAB] brings up "window" as
the only completion. Repeating [TAB] twice brings up the other
completions. But the expected behavior should be to show the other
completions on the first [TAB].
- Re: Completions in Semantic, (continued)
- Re: Completions in Semantic, Lluis, 2009/10/27
- Re: Completions in Semantic, Stefan Monnier, 2009/10/27
- Re: Completions in Semantic, Eric M. Ludlam, 2009/10/27
- Re: Completions in Semantic, Stefan Monnier, 2009/10/27
- Re: Completions in Semantic, Lluis, 2009/10/29
- Re: Completions in Semantic, Stefan Monnier, 2009/10/31
- Re: Completions in Semantic, Stefan Monnier, 2009/10/22
Re: Completions in Semantic, Eric M. Ludlam, 2009/10/19