From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David R Newsgroups: gmane.emacs.help Subject: Re: emacs using 99 percent of winxp resources Date: Mon, 28 May 2007 23:50:33 +0100 Message-ID: <465b5cb6$1_1@mk-nntp-2.news.uk.tiscali.com> References: <4658139d_3@mk-nntp-2.news.uk.tiscali.com> <1180252076.734670.287460@q69g2000hsb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1180395638 7879 80.91.229.12 (28 May 2007 23:40:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 May 2007 23:40:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 29 01:40:36 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HsopI-0002J1-BP for geh-help-gnu-emacs@m.gmane.org; Tue, 29 May 2007 01:40:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HsopH-00035F-JC for geh-help-gnu-emacs@m.gmane.org; Mon, 28 May 2007 19:40:35 -0400 User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) Original-Newsgroups: gnu.emacs.help In-Reply-To: <1180252076.734670.287460@q69g2000hsb.googlegroups.com> Original-Lines: 16 X-Original-NNTP-Posting-Host: 80.43.58.217 Original-NNTP-Posting-Host: mk-nntp-2.news.uk.tiscali.com Original-X-Trace: 28 May 2007 23:50:33 +0100, mk-nntp-2.news.uk.tiscali.com Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.ip.tiscali.net!tiscali!newsfeed2.ip.tiscali.net!212.74.112.120.MISMATCH!mk-nntp-1.news.uk.tiscali.com!mk-nntp-2.news.uk.tiscali.com Original-Xref: shelby.stanford.edu gnu.emacs.help:148927 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44516 Archived-At: Jason Rumney wrote: > On 26 May, 12:01, David R wrote: > >> (add-to-list 'load-path "~/.emacs.d/cedet-1.0pre3") >> (add-to-list 'load-path "~/.emacs.d/cedet-1.0pre3/common") >> (require 'cedet) > > cedet-1.0pre3 has a bug in it that causes 100% CPU usage while Emacs > is idle. You need to pull the latest revision of semantic-idle.el > from the cedet CVS to fix it. > > I don't know when the cedet author plans to release a new version, but > this problem has been known about and fixed in CVS for some time now. > many thanks David R