help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: alternative to ECB


From: Kevin Rodgers
Subject: Re: alternative to ECB
Date: Thu, 22 Dec 2005 09:28:17 -0700
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

joerg.schuster@gmail.com wrote:
I don't know where exactly the default load-path is "applied". The only
statement about load-path
in my .emacs.el currently reads as follows:

(setq load-path
      (append '("~/bin/emacs/js"
                "~/bin/emacs/var"
                ;; "~/bin/emacs/var/ecb/ecb-2.32"
                )

       load-path))

Is this bad?

Maybe.  I think you should try this instead because the order of the
directories in load-path matters:

(setq load-path
      (append load-path
              '("~/bin/emacs/js"
                "~/bin/emacs/var"
                ;; "~/bin/emacs/var/ecb/ecb-2.32"
                )
              ))

--
Kevin Rodgers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]