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 08:09:54 -0500
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

It may be that you have found a bug in the python parser.  Can you
break out of the hang w/ C-g?  If so, you could do this:

M-x toggle-debug-on-error
;; do the reproduction
C-g

and then send the stack to cedet-devel mailing list @lists.sf.net.

Eric

>>> joerg.schuster@gmail.com seems to think that:
>Hello again,
>
>unfortunately, the problems have come back. My .emacs.el has the
>following lines:
>
>(load-file "~/bin/emacs/var/cedet/cedet-1.0pre3/common/cedet.el")
>(setq load-path
>      (append '("~/bin/emacs/var"
>                "~/bin/emacs/var/ecb/ecb-2.32"
>                )
>       load-path))
>(require 'ecb)
>
>It seems that these lines alone (i.e. without me activating ECB) cause
>Emacs to "freeze" when I open my Python program. When an instance of
>Emacs "freezes", it doesn't show one single character of the program.
>Besides, you cannot type anything. It is not possible to quit Emacs.
>Neither is it possible to shut the window in which the Emacs instance
>runs. Killing through the program 'kill' is still possible.
>
>Curiously, it is no problem to open other (much smaller) Python
>programs.
>
>What could be the problem?
>
>
>Jörg
>

-- 
Eric Ludlam                    The MathWorks x 7556  eludlam@mathworks.com
http://www.siege-engine.com                       http://www.mathworks.com


reply via email to

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