emacs-devel
[Top][All Lists]
Advanced

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

Re: ede-linux doesn't work with master emacs repo


From: Aneesh Kumar K. V
Subject: Re: ede-linux doesn't work with master emacs repo
Date: Sun, 26 Sep 2010 02:33:22 +0530
User-agent: Notmuch/0.3.1-58-g6607fd6 (http://notmuchmail.org) Emacs/24.0.50.1 (i686-pc-linux-gnu)

On Sat, 25 Sep 2010 15:19:54 -0400, Chong Yidong <address@hidden> wrote:
> address@hidden (Aneesh Kumar K.V) writes:
> 
> > After the sync with CEDET 1.0, ede-linux support seems to be
> > broken. Visting a linux kernel directory gives the error
> >
> > ede-directory-project-p: Cannot open load file: ede-linux
> 
> Should be fixed now, thanks for the report.

I also found that the completion is broken with the update. With simple C
prg like the below, I am not able to complete the member variables of
struct a

struct a {
    int k;
    char b;
} t;

main()
{
    int done;
    int c;
    char k;
    c = done;
    c = t.
}

-aneesh



reply via email to

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