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

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

Re: cannot open load file


From: Nikolaj Schumacher
Subject: Re: cannot open load file
Date: Thu, 05 Mar 2009 10:35:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (darwin)

lehe <timlee126@yahoo.com> wrote: > (setq load-path > (append (list nil "${HOME}/bin/bashdb-4.0-0.2/bin/" > "/user/bil/emacs" > "/usr/local/lisplib" > "~/emacs") > load-path))

You only need the path that includes the .el file here, but I think you need to expand ~ and HOME first.

(add-to-list 'load-path (expand-file-name "~/emacs"))


regards,
Nikolaj Schumacher




reply via email to

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