Re: Three questions from an ECB beginner

"Diez B. Roggisch" <[email protected]>
Newsgroups gmane.emacs.code-browser
Message-ID <[email protected]>
On Saturday 05 April 2008 03:51:56 Duncan Bayne wrote:
> Hi,
>
> I'm new to ECB (and Emacs in general).  I've installed ECB and love
> it, but have three problems I haven't been able to fix:
>
> 1. When ECB starts, I get a buffer asking me to save all changed
> options into ~/.emacs.  I'm running Emacs from a USB keychain and have
> all my options saved into default.el, which I think is causing this to
> happen each time ECB starts.
>
> 2. Then, it displays a buffer titled "First steps after activating ECB
> first time."  I'd like to turn this off, but can't find a setting for
> it.
>
> 3. When ECB starts the directory tree is empty.  Once I open a file,
> the directory tree is populated.  Ideally I'd like to start with the
> directory tree open to the directory from which Emacs is being run.
>
> Could anyone please give me a few pointers towards solving these
> problems?  Even a link to the relevant documentation would help; I've
> managed to find ECB configuration options for everything else I want
> to do, just not these three things.

I'm a ecb (and emacs-coding)-newbie myself, so take this with a grain of salt.

I've got this in my .emacs:


(setq ecb-source-path (list 
		       (list "~/projects/foo" "Foo")
		       )
      )

This will populate one of my projects in the directories buffer.

It should be trivial to change that to pass the current working directory 
determined on startup.

Diez


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.