Is there a CEDET dev list that is instead of this one? I joined this list so that I could start to understand semantic a bit better by following some of the discussion.
Thanks,
Mike
--------------------------------------------------------
Register now for Congress 2008: "Communication is peace"
Cape Town, South Africa, October 6-10, 2008
For more info and to register on-line: http://www.waccglobal.org/congress
Inscríbase ahora para el Congreso 2008: "Comunicación es paz"
Ciudad del Cabo, Sudáfrica, 6-10 Octubre, 2008
Información y formulario de inscripción en línea: http://www.waccglobal.org/congress
Inscrivez-vous maintenant au Congrès 2008: "La communication, c'est la paix"
Le Cap, Afrique du Sud, Octobre 6-10, 2008
Pour plus d'information et inscription en-ligne, visitez http://www.waccglobal.org/congress
The World Association for Christian Communication is a UK Registered Charity (number 296073) and a Company registered in England and Wales (number 2082273) with its Registered Office at 36 Causton Street, London SW1P 4ST. It is incorporated as a not-for-profit organisation in Canada with its head office at 308 Main Street, Toronto ON, M4C 4X7.
-----Original Message-----
From: cedet-semantic-bounces@... on behalf of cedet-semantic-request@...
Sent: Thu 4/24/2008 3:06 PM
To: cedet-semantic@...
Subject: cedet-semantic Digest, Vol 21, Issue 2
Send cedet-semantic mailing list submissions to
cedet-semantic@...
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/cedet-semantic
or, via email, send a message with subject or body 'help' to
cedet-semantic-request@...
You can reach the person managing the list at
cedet-semantic-owner@...
When replying, please edit your Subject line so it is more specific
than "Re: Contents of cedet-semantic digest..."
Today's Topics:
1. Problem with cedet - or - how do I invoke/configure it?
(Nathan Huesken)
2. Re: Problem with cedet - or - how do I invoke/configure it?
(Eric M. Ludlam)
----------------------------------------------------------------------
Message: 1
Date: Wed, 23 Apr 2008 23:37:44 +0200
From: Nathan Huesken <cedet@...>
Subject: [cedet-semantic] Problem with cedet - or - how do I
invoke/configure it?
To: Cedet Mailinglist <cedet-semantic@...>
Message-ID: <20080423213744.GA12788@...>
Content-Type: text/plain; charset=us-ascii
Hi,
I am unsure how I should configure and invoke code completion.
I downloaded the cvs version, compiled it and added the line in the INSTALL file to my .emacs file.
I typed this into a new cpp file:
Class Test
{
TestFunction();
};
Test::
Now I want semantic to complete with TestFunction(); ... how ... from earlier days I remember:
semantic-complete-analyze-inline
But this gives me:
Making completion list... [2 times]
eieio-oref: Wrong type argument: (or object-p class-p), nil
Wrong type argument: (or object-p class-p), nil [3 times]
Is there some guide on how to use semantic with a project?
Or how can I find out?
Thanks!
Nathan
------------------------------
Message: 2
Date: Wed, 23 Apr 2008 21:06:21 -0400
From: "Eric M. Ludlam" <eric@...>
Subject: Re: [cedet-semantic] Problem with cedet - or - how do I
invoke/configure it?
To: Nathan Huesken <cedet@...>
Cc: cedet-semantic@...
Message-ID: <200804240106.m3O16LEQ004839@...>
Hi,
You've provided a case I had not yet done any testing on.
There were several things preventing this from working:
1) you capitalized Class. Semantic currently only parses classes in
lower case.
2) :: was not a symbol separator in C/C++. I fixed this.
3) completions outside of any declaration currently had no tag class
to complete to. I fixed that too.
4) semantic-complete-inline-analyzer doesn't provide a good error
message. This is also easy to fix.
After tidying these up, your example provides completions for me.
These changes are now in CVS, so you ought to be good to go.
Eric
>>> Nathan Huesken <cedet@...> seems to think that:
>Hi,
>
>I am unsure how I should configure and invoke code completion.
>I downloaded the cvs version, compiled it and added the line in the INSTALL file to my .emacs file.
>
>I typed this into a new cpp file:
>
>Class Test
>{
> TestFunction();
>};
>
>Test::
>
>Now I want semantic to complete with TestFunction(); ... how ... from earlier days I remember:
>semantic-complete-analyze-inline
>
>But this gives me:
>
>Making completion list... [2 times]
>eieio-oref: Wrong type argument: (or object-p class-p), nil
>Wrong type argument: (or object-p class-p), nil [3 times]
>
>Is there some guide on how to use semantic with a project?
>Or how can I find out?
[ ... ]
--
Eric Ludlam: eric@...
Siege: http://www.siege-engine.com Emacs: http://cedet.sourceforge.net
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
------------------------------
_______________________________________________
cedet-semantic mailing list
cedet-semantic@...
https://lists.sourceforge.net/lists/listinfo/cedet-semantic
End of cedet-semantic Digest, Vol 21, Issue 2
*********************************************
|