From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: CPU maxed out when idling under windows with 22.1 Date: Tue, 05 Jun 2007 20:07:23 -0000 Organization: http://groups.google.com Message-ID: <1181074043.615428.143450@q69g2000hsb.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1181076043 13470 80.91.229.12 (5 Jun 2007 20:40:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Jun 2007 20:40:43 +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 Jun 05 22:40:42 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 1HvfpV-0002fI-38 for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Jun 2007 22:40:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvfpU-0008WF-EN for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Jun 2007 16:40:36 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!q69g2000hsb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 83.67.23.108 Original-X-Trace: posting.google.com 1181074043 5115 127.0.0.1 (5 Jun 2007 20:07:23 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 5 Jun 2007 20:07:23 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: q69g2000hsb.googlegroups.com; posting-host=83.67.23.108; posting-account=8KzG7gwAAAA0clYx1NZ8h9w0zYXWE6px Original-Xref: shelby.stanford.edu gnu.emacs.help:149093 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:44681 Archived-At: On 5 Jun, 19:37, R=E9mi Delmas wrote: > I'm using the binary release found on the GNU ftp, looking like it was > compiled with mingw! But it looks like the problem comes from the > semantic parser The problem is in semantic-idle.el. You can either set the timeout very large so semantic's idle processing never kicks in, as suggested by Chris, or you can get an updated semantic-idle.el from CEDET's CVS repository. Hopefully CEDET will be released soon - it is almost 2 years since the last pre-release.