Re: How to stop the cursor from entering the Methods window?

"Jai Dayal" <[email protected]> Mon, 18 Jul 2011 15:50:53 -0600
Newsgroups gmane.emacs.code-browser
Message-ID <[email protected]>
I figured out the problem.

ECB does not like this for some reason:

typedef struct _somestruct
{
   .....
   ....
} somestruct;

I switched it to

struct _somestruct
{
.....
.....
};
typedef struct _somestruct somestruct

and the issue completely goes away.

On 07/18/2011 03:26 PM, Jai Dayal wrote:
> Anyways, I really do not think this is the problem.  The Methods buffer
> list is getting worse and worse.  Sometimes, the text in there just goes
> away, and then my cursor is stuck in there.  I find it hard to believe
> that this bug is not unknown.. it's happened to me on two completely
> different machines now.
>
> I'm sorry, but it's very frustrating lol.
>
> On 07/18/2011 12:06 PM, Dmitry Gutov wrote:
>> On 18.07.2011 21:45, Dmitry Gutov wrote:
>>> I only use CEDET occasionally, and only the version supplied with Emacs
>>> 23.3.
>>> It has pretty much the same features, but the configuration is done
>>> differently. There's an example here:
>>> http://stackoverflow.com/questions/3445248/configuring-cedet-for-gnu-emacs-23-2-1
>> You'll also need a more recent version of ECB to work with it:
>> http://ecb.sourceforge.net/cvs_snapshots/ecb.tar.gz
>>
>> ------------------------------------------------------------------------------
>> Storage Efficiency Calculator
>> This modeling tool is based on patent-pending intellectual property that
>> has been used successfully in hundreds of IBM storage optimization engage-
>> ments, worldwide.  Store less, Store more with what you own, Move data to
>> the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
>> _______________________________________________
>> Ecb-list mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/ecb-list
>>
>
>
> ------------------------------------------------------------------------------
> Storage Efficiency Calculator
> This modeling tool is based on patent-pending intellectual property that
> has been used successfully in hundreds of IBM storage optimization engage-
> ments, worldwide.  Store less, Store more with what you own, Move data to
> the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
> _______________________________________________
> Ecb-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ecb-list
>



------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/