help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: alternative to ECB


From: Eric Ludlam
Subject: Re: alternative to ECB
Date: Tue, 20 Dec 2005 11:32:27 -0500
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

CEDET Background parsing enables C-g, as it is off by default in timer
fcns and in some hooks.  If ECB is doing some work in such a way and
calling the parser, it would be very helpful if it too enabled C-g.

Something like this:

    (let ((inhibit-quit nil)
          )
       (do stuff)
     ) 

If C-g is enabled at that time, I'm not sure why it would fail to exit
on C-g.  Perhaps some built-in function is being given bad parameters
or some-such.

Eric

>>> Klaus Berndl <klaus.berndl@sdm.de> seems to think that:
>
>Well, but now it seems that the freeze comes not from ECB but from cedet -
>right?
>
>Klaus
>
>On 20 Dec 2005, joerg schuster wrote:
>
>> > Can you
>> > break out of the hang w/ C-g?
>>  
>>  No, I can't.
>>  
>>  Unfortunately, I cannot give you the file I am having problems with.
>>  But you should be able to produce similar problems with any Python
>>  program that is at least 5000 lines long. Here is one such program:
>>  
>>  http://www.tundraware.com/Software/twander/>  
>>  
>>  Jörg
>


reply via email to

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