Re: [CEDET-devel] ede-linux doesn't work with master emacs repo
Brought to you by:
zappo
|
From: Chong Y. <cy...@st...> - 2010-09-28 23:48:19
|
"Eric M. Ludlam" <er...@si...> writes:
> First, your C file (with Aneesh's example) needs to be parsed correctly.
>
> M-x bovinate RET
>
> will dump out the results.
Here's what I get:
(("a" type
(:members
(("k" variable
(:type "int")
(reparse-symbol classsubparts)
#<overlay from 16 to 22 in foo.c>)
("b" variable
(:type "char")
(reparse-symbol classsubparts)
#<overlay from 27 to 34 in foo.c>))
:type "struct")
nil #<overlay from 1 to 39 in foo.c>)
("t" variable
(:type
("a" type
(:prototype t :type "struct")
nil nil))
nil #<overlay from 1 to 39 in foo.c>)
("main" function
(:type "int")
nil #<overlay from 41 to 113 in foo.c>))
I notice that the unlink-copy-hook entries are not present. The above
results are identical to the bovinate output for Emacs 23.2 with
built-in CEDET.
|