all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: CHENG Gao <chenggao@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs.app and Subversion Path
Date: Fri, 07 Aug 2009 23:33:44 +0800	[thread overview]
Message-ID: <m23a834p0n.fsf@cyberhut.org> (raw)
In-Reply-To: mailman.4092.1249621518.2239.help-gnu-emacs@gnu.org

Maybe better way is to set them in ~/MacOSX/environment.plist.

Like this:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>INFOPATH</key>
	<string>/Applications/Emacs.app/Contents/Resources/info:/usr/local/info:/usr/local/share/info:/opt/local/share/info:/usr/share/info</string>
	<key>PATH</key>
	<string>/opt/local/sbin:/opt/local/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin</string>
</dict>
</plist>

-- 
Totus mundus agit histrionem



  parent reply	other threads:[~2009-08-07 15:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-06 14:28 Emacs.app and Subversion Path Chad A.
     [not found] ` <704B39A2-4546-456C-892F-B00609F39C85@Web.DE>
2009-08-06 23:23   ` Chad Albers
     [not found]   ` <mailman.4092.1249621518.2239.help-gnu-emacs@gnu.org>
2009-08-07 15:33     ` CHENG Gao [this message]
2009-08-07 16:32 ` Ian Eure

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=m23a834p0n.fsf@cyberhut.org \
    --to=chenggao@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.