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 21:05:48 +0100 Message-ID: <45DF491C.8090900@warum-ada.de> References: <45DEF2C4.40803@warum-ada.de> <45DF1F90.4010805@warum-ada.de> <874ppc675g.fsf@gmail.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 1172261174 2217 80.91.229.12 (23 Feb 2007 20:06:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Feb 2007 20:06:14 +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 21:06:07 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 1HKgg9-0003qn-Su for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Feb 2007 21:06:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKgg9-0001B5-H2 for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Feb 2007 15:06:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HKgfw-00017y-4I for help-gnu-emacs@gnu.org; Fri, 23 Feb 2007 15:05:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HKgfu-00016P-In for help-gnu-emacs@gnu.org; Fri, 23 Feb 2007 15:05:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKgfu-000163-Cu for help-gnu-emacs@gnu.org; Fri, 23 Feb 2007 15:05:50 -0500 Original-Received: from smtp2.netcologne.de ([194.8.194.112]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HKgft-0002Ij-Sy for help-gnu-emacs@gnu.org; Fri, 23 Feb 2007 15:05:50 -0500 Original-Received: from [192.168.0.4] (xdsl-87-78-20-154.netcologne.de [87.78.20.154]) by smtp2.netcologne.de (Postfix) with ESMTP id 840134AF1 for ; Fri, 23 Feb 2007 21:05:48 +0100 (MET) User-Agent: Thunderbird 1.5.0.4 (X11/20060516) In-Reply-To: <874ppc675g.fsf@gmail.com> X-detected-kernel: Solaris 9 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:41437 Archived-At: Hadron wrote: > Daniel writes: > >> 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. > > What modules? Or all of cedet? When I try to make it it says the makefile > is out of date. Any pointers appreciated. Well, I used cedet-1.0pre3 before, so I pulled all of cedet from CVS, into a clean directory. There, make worked like a charm for me (using Emacs 22.0.93). What did you try, Hadron? From what I gathered from around the net it seems that the semantic module is what's causing all the trouble.