From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Newsgroups: gmane.emacs.help Subject: Re: Emacs not redisplaying Date: Fri, 23 Feb 2007 18:30:52 +0100 Message-ID: <45DF24CC.7080805@warum-ada.de> References: <45DEF2C4.40803@warum-ada.de> <45DF1F90.4010805@warum-ada.de> 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 1172251877 13252 80.91.229.12 (23 Feb 2007 17:31:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Feb 2007 17:31:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 23 18:31:10 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 1HKeGE-0006AJ-9O for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Feb 2007 18:31:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKeGD-0008E4-SU for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Feb 2007 12:31:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HKeG0-0008Dh-7H for help-gnu-emacs@gnu.org; Fri, 23 Feb 2007 12:30:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HKeFx-0008D8-PQ for help-gnu-emacs@gnu.org; Fri, 23 Feb 2007 12:30:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKeFx-0008Ct-Lv for help-gnu-emacs@gnu.org; Fri, 23 Feb 2007 12:30:53 -0500 Original-Received: from smtp3.netcologne.de ([194.8.194.66]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HKeFx-0004IO-9O for help-gnu-emacs@gnu.org; Fri, 23 Feb 2007 12:30:53 -0500 Original-Received: from [192.168.0.4] (xdsl-87-78-112-215.netcologne.de [87.78.112.215]) by smtp3.netcologne.de (Postfix) with ESMTP id 9E442675E6 for ; Fri, 23 Feb 2007 18:30:52 +0100 (CET) User-Agent: Thunderbird 1.5.0.4 (X11/20060516) In-Reply-To: <45DF1F90.4010805@warum-ada.de> X-detected-kernel: Linux 2.4-2.6 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:41429 Archived-At: Daniel wrote: > Henrik Jegbjerg Hansen wrote: > >> Daniel writes: >>>> When I sit idly in Emacs (or use firefox, for example), and touch >>>> nothing in Emacs -- messages in ERC and Jabber does not show up, and I >>>> get no notifications of any kind, in the mode line or echo area, or >>>> anything. Only when I touch a key (e.g. C-f) in Emacs do they come, >>>> all >>>> at once. >>> I'd like to hook myself in here, too, as I'm experiencing the same >>> symptoms with compilation-mode on Emacs 22.0.93.1 (Linux, GTK). There >>> might be a relation to Henrik's problem. >> >> Just to add: I use the same Emacs version, 22.0.93.1. >> >>> Output actually seems to keep appearing for a few moments after the >>> key stroke. >> >> And this is the same for me too. > > For me, the culprit is cedet. > > When investigating the thing a little more (in order to come up with a > minimal reproduction set), I found that compilation output appears > fluently until I load "cedet-1.0pre3/common/cedet.el". > > Henrik, do you use cedet, too? > > I found a message in the emacs-pretest-bug archives > (http://lists.gnu.org/archive/html/emacs-pretest-bug/2006-10/msg00013.html) > that suggests installing cedet from CVS. So I'll do just that. The compilation output is fine with cedet from CVS as of today.