From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: alternative to ECB
Date: Thu, 22 Dec 2005 09:28:17 -0700 [thread overview]
Message-ID: <doek74$krl$1@sea.gmane.org> (raw)
In-Reply-To: <1135240237.512144.95980@o13g2000cwo.googlegroups.com>
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
next prev parent reply other threads:[~2005-12-22 16:28 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-15 11:51 alternative to ECB joerg.schuster
2005-12-19 9:49 ` Klaus Berndl
2005-12-19 11:06 ` dienekes
2005-12-19 12:00 ` joerg.schuster
2005-12-19 12:15 ` joerg.schuster
2005-12-20 10:05 ` joerg.schuster
2005-12-20 13:09 ` Eric Ludlam
2005-12-20 14:00 ` joerg.schuster
2005-12-20 15:26 ` Klaus Berndl
2005-12-20 16:32 ` Eric Ludlam
2006-01-03 14:59 ` Klaus Berndl
2005-12-20 17:35 ` Kevin Rodgers
[not found] ` <mailman.19958.1135100669.20277.help-gnu-emacs@gnu.org>
2005-12-21 9:44 ` joerg.schuster
2005-12-21 11:40 ` Peter Dyballa
2005-12-21 17:15 ` Kevin Rodgers
[not found] ` <mailman.20075.1135185808.20277.help-gnu-emacs@gnu.org>
2005-12-22 8:30 ` joerg.schuster
2005-12-22 16:28 ` Kevin Rodgers [this message]
[not found] ` <mailman.20177.1135269115.20277.help-gnu-emacs@gnu.org>
2005-12-23 9:32 ` joerg.schuster
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='doek74$krl$1@sea.gmane.org' \
--to=ihs_4664@yahoo.com \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).