emacs-devel
[Top][All Lists]
Advanced

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

Re: [CEDET-devel] ede-linux doesn't work with master emacs repo


From: Chong Yidong
Subject: Re: [CEDET-devel] ede-linux doesn't work with master emacs repo
Date: Tue, 28 Sep 2010 19:48:09 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

"Eric M. Ludlam" <address@hidden> 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.



reply via email to

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