From: Benjamin Rutt <brutt+news@bloomington.in.us>
Subject: Re: Problem with the start path
Date: Thu, 26 Feb 2004 11:36:13 -0500 [thread overview]
Message-ID: <wc3hdxdu7b6.fsf@mu.cis.ohio-state.edu> (raw)
In-Reply-To: h4p%b.3633398$uj6.10629236@telenews.teleline.es
"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
next prev parent reply other threads:[~2004-02-26 16:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-26 16:23 Problem with the start path Fierabrás
2004-02-26 16:36 ` Benjamin Rutt [this message]
2004-02-29 15:25 ` Kai Grossjohann
-- strict thread matches above, loose matches on Subject: below --
2004-02-26 16:23 Fierabrás
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=wc3hdxdu7b6.fsf@mu.cis.ohio-state.edu \
--to=brutt+news@bloomington.in.us \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.