From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pony Newsgroups: gmane.emacs.help Subject: ECB freeze Emacs all the time!!! (probably because semantic) Date: Fri, 17 Sep 2010 01:04:16 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8eddc6f8-8bb1-4fc6-b2ce-84367e60cc6c@q18g2000vbm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1291870906 15182 80.91.229.12 (9 Dec 2010 05:01:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 05:01:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 06:01:42 2010 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.69) (envelope-from ) id 1PQYdS-0006Au-0K for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 06:01:42 +0100 Original-Received: from localhost ([127.0.0.1]:46979 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQXie-0005RW-8E for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 23:03:00 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!q18g2000vbm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 74 Original-NNTP-Posting-Host: 132.230.167.105 Original-X-Trace: posting.google.com 1284710656 4112 127.0.0.1 (17 Sep 2010 08:04:16 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 17 Sep 2010 08:04:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q18g2000vbm.googlegroups.com; posting-host=132.230.167.105; posting-account=HeF48AoAAADJjyb_W7wYktndwC9KZqr5 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:181349 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:76699 Archived-At: Hi all, I'm facing a annoying problem for two weeks. Everytime I open ECB, the Emacs freeze immediately or after some seconds. The freeze will last about one minute, and when I move in the code, it will again freeze. The freezing and the freezing time depend on which type of file I'm trying to open, the c/c++ files always cause the freezing more frequently and longer time. The speedbar works fine, only the ECB got problem. I'm thinking probably it's because of semantic part. My PC is in my lab's network, here is some information: Operation system : Ubuntu 10.04 LTS Emacs version : 23.2.1 Cedet version: 1.0 ECB version; 2.40 My .emacs file is like this: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (load-file "~/Emacs/cedet-1.0/common/cedet.el") (semantic-load-enable-minimum-features) (add-to-list 'load-path "~/Emacs/ecb-2.40") (require 'ecb) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; That's all. Because I want to make sure the problem is not caused by the conflict between ECB and other lisps, I simplify my .emacs file into only 4 lines. Still it keeps freezing!!!! Since in the lab I'm not a super user, I tried to simulate the whole situition on my own laptop, which means the same operation system, the same Emacs, Cedet and ECB. To my suprise, it works fine on my laptop!! Then I'm thinking maybe it's something wrong with the computer system in our lab. So I installed another version of Emacs-Cedet-ECB into my lab pc, which means: Emacs version : 22.3 Cedet version : 1.0pre6 ECB : 2.40 Again it freeze!!! Then I tried again on the others' computers, still they freeze!!! I'm going crazy!! I'm not 100% sure it's because some settings in our lab system, but probably it's because we have too much libs installed in the system. So I cleaned my .bashrc file into nothing inside, which means minimum path and ldpath. Still it freeze!!!! My head is twice bigger! So what if I turn off the "Ecb Analyse Buffer Sync" by customizing, however it doesn't work, Emacs still analyse the codes when I open them. Does anyone suffer the same problem? Does anyone have any idea what's the reanson for this? Thanks in advance!! regards, Pony