emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Emacs uses 100% cpu time


From: Stefan Monnier
Subject: Re: Emacs uses 100% cpu time
Date: Sun, 01 Oct 2006 12:18:16 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> | (load "/usr/share/emacs/site-lisp/cedet/common/cedet")

Doesn't CEDET include Semantic which was known to have some bad interaction
with the new sit-for code?

> | (add-to-list 'load-path "/usr/share/emacs/site-lisp/ecb")
> | (require 'ecb)

And IIRC ECB also uses Semantic, so maybe you need to disable them both.

> | (add-to-list 'load-path "/usr/share/emacs/site-lisp/jde/lisp")
> | (require 'jde-autoload)

Oh wait, JDE as well uses Semantic, doesn't it?

IIRC the problem was fixed in Semantic recently, so maybe you can try to
upgrade your Semantic package.

Admittedly, it would be good if Emacs could behave better with the "old"
Semantic code.  Maybe just detect the problematic behavior and output
a useful warning?


        Stefan




reply via email to

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