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

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

Re: emacs cvs over ssh question


From: Kai Grossjohann
Subject: Re: emacs cvs over ssh question
Date: Mon, 22 Dec 2003 16:29:00 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux)

"M. Serkan Apaydin" <apaydin@cs.stanford.edu> writes:

> (setq load-path (cons "/usr/local/bin/" load-path))
> did not help.

Try to add /usr/local/bin to exec-path, not load-path.  (load-path is
for *.el and *.elc files, that is Lisp files.)

Or make sure that /usr/local/bin is listed in $PATH at the time when
you start Emacs.  (If you start Emacs from a button in the KDE panel,
then it can be difficult to find out whether the directory is in
$PATH, and if it isn't, how to put it there.  I never could figure
that out.)

Kai


reply via email to

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