help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cedet/semantic mailing list


From: Hadron
Subject: cedet/semantic mailing list
Date: Sat, 05 May 2007 02:55:21 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.99 (gnu/linux)

I signed up for the cedet mailing list but my posts are being
blocked/delayed pending authorization saying I am not a member. Does
anyone know the story here?.

Anyway one quick question if anyone here has cedet experience:

In the following file I can jump to the definition of EXIT_FAILURE using
the excellent cscope. I can get "auto complete" from Intellisense if I
start to type "myf" and hit tab I get "myfile", but why if I type EXI do
I get no completion candidates for that?


,----
| #include <stdio.h>
| #include <stdlib.h>
| 
| int main(void){
|    FILE * myfile = fopen("hello","w");
|    fprintf(myfile,"hello\n");
|    exit(EXIT_SUCCESS);
|    myf
| }
`----

I am using CVS cedet.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]