Perry Smith | 28 Apr 2007 23:43
Favicon
Gravatar

Re: Left side not working -- fresh install

On Apr 28, 2007, at 7:15 AM, Perry Smith wrote:

> I can not get the left side of ecb to do anything for me.
>
> My set up is GNU emacs 22.0.99, Mac 10.4.9, cedet 1.0pre3, and ecb  
> 2.32.  I moved my original .emacs.d to the side and I have nothing  
> but a very trivial init.el file that I'll paste below.  I've been  
> trying M-x ecb-activate after emacs starts up.
>
> I can not go from the left part and have things change in the right  
> part.  In fact, I can't click on anything on the left and get  
> anything to happen.  The other somewhat strange part is I get a  
> "tip of the day" and it says (for example), that C-C . t should be  
> mapped and its not.
>
> It seems to be working sorta though because when I load init.el  
> (for example), the left hand part displays lots of cool stuff.  I  
> just can't do anything with it.
>
> Any ideas?
>
> Thank you,
> Perry Smith
>
>
>
> ;; Turn off splash screen
> (setq inhibit-startup-message t)
>
> ;; Load CEDET
> (load-file "/Users/pedz/src/emacs/cedet-1.0pre3/common/cedet.el")
>
> ;; Point to ecb and load it
> (add-to-list 'load-path
> 	     "/Users/pedz/src/emacs/ecb-2.32")
> (require 'ecb)
>

I have downloaded the cvs version of both cedet and ecb.  Nothing  
seems to have changed.  I've been reading the manual and it mentioned  
the keyboard equivalents to the mouse clicks.  These seem to work.   
e.g. if I get on a directory with the + showing and hit tab, it opens  
up.  If I get on a required file in my init.el file and hit return,  
it puts me there.

So, I'm going to see if I can track down how the mouse event is  
suppose to get to the functions now that I have a clue which  
functions are suppose to be called.

I anyone has any help, please let me know.

Perry

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

Gmane