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:08:32 +0100 Message-ID: <45DF1F90.4010805@warum-ada.de> References: <45DEF2C4.40803@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 1172250745 6619 80.91.229.12 (23 Feb 2007 17:12:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Feb 2007 17:12:25 +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:12:18 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 1HKdxx-0007GK-Jg for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Feb 2007 18:12:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKdxx-0000nJ-7O for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Feb 2007 12:12:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HKduN-00073b-Uq for help-gnu-emacs@gnu.org; Fri, 23 Feb 2007 12:08:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HKduN-00072W-6g for help-gnu-emacs@gnu.org; Fri, 23 Feb 2007 12:08:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKduM-00072P-RM for help-gnu-emacs@gnu.org; Fri, 23 Feb 2007 12:08:34 -0500 Original-Received: from smtp3.netcologne.de ([194.8.194.66]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HKduM-00013x-DS for help-gnu-emacs@gnu.org; Fri, 23 Feb 2007 12:08:34 -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 F0C7767555 for ; Fri, 23 Feb 2007 18:08:32 +0100 (CET) User-Agent: Thunderbird 1.5.0.4 (X11/20060516) In-Reply-To: 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:41428 Archived-At: 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. If it does work afterward, do you think one should still file a bug report, as the solution would require a non-released cedet version?