all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs/update/22.1/setting the path
@ 2007-12-02 19:49 trajan
  0 siblings, 0 replies; 2+ messages in thread
From: trajan @ 2007-12-02 19:49 UTC (permalink / raw
  To: help-gnu-emacs

Hello,

    I have downloaded the latest version (I believe) for Emacs for the
Mac, v22.1, from ftp.gnu.org.  I have done the config, make and install,
but now it seems that the Mac OS (Tiger, v10.4.11) is still looking  
for the
former version of Emacs, v21.2.1.

How do I set the path or tell the OS where to look for Emacs v22.1?  I'm
working in a Terminal window, using the bash shell.  Any info is  
appreciated.
Thanks.

trajan

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

* Re: Emacs/update/22.1/setting the path
       [not found] <mailman.4432.1196624999.18990.help-gnu-emacs@gnu.org>
@ 2007-12-02 20:39 ` Warren Oates
  0 siblings, 0 replies; 2+ messages in thread
From: Warren Oates @ 2007-12-02 20:39 UTC (permalink / raw
  To: help-gnu-emacs

In article <mailman.4432.1196624999.18990.help-gnu-emacs@gnu.org>,
 trajan <trajan3@mac.com> wrote:

> How do I set the path or tell the OS where to look for Emacs v22.1?  I'm
> working in a Terminal window, using the bash shell.  Any info is  
> appreciated.
> Thanks.

I assume it's installed in /usr/local/bin. You can set your $PATH to 
something like:

PATH=${HOME}/bin:/usr/local/bin:${PATH}

in your ~/.bashrc. That way the system will search for executables in  
/usr/local/bin _before_ it looks in /usr/bin, which is the default, and 
where the Apple-supplied version of emacs lives.
-- 
W. Oates

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

end of thread, other threads:[~2007-12-02 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.4432.1196624999.18990.help-gnu-emacs@gnu.org>
2007-12-02 20:39 ` Emacs/update/22.1/setting the path Warren Oates
2007-12-02 19:49 trajan

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.