all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pony <lingyu.ma.fu@googlemail.com>
To: help-gnu-emacs@gnu.org
Subject: ECB freeze Emacs all the time!!! (probably because semantic)
Date: Fri, 17 Sep 2010 01:04:16 -0700 (PDT)	[thread overview]
Message-ID: <8eddc6f8-8bb1-4fc6-b2ce-84367e60cc6c@q18g2000vbm.googlegroups.com> (raw)

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


                 reply	other threads:[~2010-09-17  8:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8eddc6f8-8bb1-4fc6-b2ce-84367e60cc6c@q18g2000vbm.googlegroups.com \
    --to=lingyu.ma.fu@googlemail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.