all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Lars Wessman <lars.wessman@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Cocoa Emacs 23 and Tramp problem
Date: Sat, 7 Mar 2009 01:24:13 +0100	[thread overview]
Message-ID: <0B559F6A-06E7-46A6-A927-2AE77104989D@Web.DE> (raw)
In-Reply-To: <D3EDDE9F-73B0-41E0-82E5-2C0174E2CCC9@gmail.com>


Am 07.03.2009 um 00:59 schrieb Lars Wessman:

> I'll try this out tomorrow, and then maybe I'll look to see if this  
> info is in the emacs wiki and, if not, add it in an appropriate place.


If you do so, you could also mention that with ~/.MacOSX/ 
environment.plist you have one "single point of failure:" you don't  
need to mess with PATH or path settings in different (login) shell RC  
files. Whenever you need a particular environment variable globally,  
you can put it there. Since the process environment does not  
automatically change when ~/.MacOSX/environment.plist is changed, and  
it could happen that you log in to your or some other Mac from  
remote, you can also use ~/.MacOSX/environment.plist as the single  
source for quite up-to-date environment settings in shell by using in  
~/.bashrc or such:

	export PATH=$(defaults read "${HOME}/.MacOSX/environment" PATH)

or in ~/.(t)cshrc or such:

	set path=(`defaults read ~/.MacOSX/environment PATH | tr ':' ' '`)

I.e.: instead of editing half a dozen files every time you care for  
just a single one.

--
Greetings

   Pete

I love deadlines. I love the whooshing noise they make as they go by.
				– Douglas Adams







  reply	other threads:[~2009-03-07  0:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-06 18:35 Cocoa Emacs 23 and Tramp problem Lars Wessman
2009-03-06 20:46 ` dericbytes
2009-03-06 21:08   ` Lars Wessman
2009-03-06 22:15     ` Ted Zlatanov
2009-03-06 22:57       ` Lars Wessman
2009-03-06 22:58       ` Lars Wessman
2009-03-06 23:17 ` Peter Dyballa
2009-03-06 23:59   ` Lars Wessman
2009-03-07  0:24     ` Peter Dyballa [this message]
2009-03-07 10:36       ` Lars Wessman
2009-03-07 12:17         ` Peter Dyballa
2009-03-07 14:14           ` Lars Wessman
2009-03-07 16:01             ` Peter Dyballa
2009-03-07 17:30               ` Lars Wessman

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=0B559F6A-06E7-46A6-A927-2AE77104989D@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=lars.wessman@gmail.com \
    /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.