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

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

Re: Problem with the start path


From: Benjamin Rutt
Subject: Re: Problem with the start path
Date: Thu, 26 Feb 2004 11:36:13 -0500
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (usg-unix-v)

"Fierabrás" <elf_1977@terra.es> writes:

> First, excuse my poor english, I'm from spain. My question is very simple
>
>
> I'm new with this editor and this is the question: How can I change my
> starter path in emacs??

I assume you mean you want to set the path for emacs to launch other
programs.  Try this in your ~/.emacs:

(setenv "PATH" "...")

You probably want to add to the front of PATH, so you can do something
like

(setenv "PATH" (concat "/your/new/path" path-separator (getenv "PATH")))
-- 
Benjamin


reply via email to

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