all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problem with the start path
@ 2004-02-26 16:23 Fierabrás
  2004-02-26 16:36 ` Benjamin Rutt
  2004-02-29 15:25 ` Kai Grossjohann
  0 siblings, 2 replies; 4+ messages in thread
From: Fierabrás @ 2004-02-26 16:23 UTC (permalink / raw)


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??

Thanks everybody.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Problem with the start path
@ 2004-02-26 16:23 Fierabrás
  0 siblings, 0 replies; 4+ messages in thread
From: Fierabrás @ 2004-02-26 16:23 UTC (permalink / raw)


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??

Thanks everybody.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem with the start path
  2004-02-26 16:23 Problem with the start path Fierabrás
@ 2004-02-26 16:36 ` Benjamin Rutt
  2004-02-29 15:25 ` Kai Grossjohann
  1 sibling, 0 replies; 4+ messages in thread
From: Benjamin Rutt @ 2004-02-26 16:36 UTC (permalink / raw)


"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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem with the start path
  2004-02-26 16:23 Problem with the start path Fierabrás
  2004-02-26 16:36 ` Benjamin Rutt
@ 2004-02-29 15:25 ` Kai Grossjohann
  1 sibling, 0 replies; 4+ messages in thread
From: Kai Grossjohann @ 2004-02-29 15:25 UTC (permalink / raw)


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

> I'm new with this editor and this is the question: How can I change my
> starter path in emacs??

Maybe put (cd "/the/directory/you/want/") in ~/.emacs.  You can also
use forward slashes (/) instead of backward slashes (\) on Windows.
By default, Emacs chooses the current directory when it was called.

Kai

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-02-29 15:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-26 16:23 Problem with the start path Fierabrás
2004-02-26 16:36 ` Benjamin Rutt
2004-02-29 15:25 ` Kai Grossjohann
  -- strict thread matches above, loose matches on Subject: below --
2004-02-26 16:23 Fierabrás

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.