From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Eure Newsgroups: gmane.emacs.help Subject: Re: Emacs.app and Subversion Path Date: Fri, 7 Aug 2009 09:32:56 -0700 Message-ID: <2D459DE7-649E-4F4B-A828-7CB549DE9A40@digg.com> References: <8c591961-0cb1-4c58-8530-471de58246ce@n11g2000yqb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249662815 9470 80.91.229.12 (7 Aug 2009 16:33:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Aug 2009 16:33:35 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Chad A. Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 07 18:33:28 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MZSNj-0004vQ-JV for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Aug 2009 18:33:27 +0200 Original-Received: from localhost ([127.0.0.1]:37332 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZSNi-0007UJ-Rb for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Aug 2009 12:33:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZSNM-0007SK-Rh for help-gnu-emacs@gnu.org; Fri, 07 Aug 2009 12:33:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZSNI-0007LH-Po for help-gnu-emacs@gnu.org; Fri, 07 Aug 2009 12:33:04 -0400 Original-Received: from [199.232.76.173] (port=41719 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZSNI-0007L9-Lz for help-gnu-emacs@gnu.org; Fri, 07 Aug 2009 12:33:00 -0400 Original-Received: from zimbra.digg.com ([64.191.203.36]:36288 helo=mail.digg.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MZSNI-0003QP-7Q for help-gnu-emacs@gnu.org; Fri, 07 Aug 2009 12:33:00 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.digg.com (Postfix) with ESMTP id 901FFA8504F; Fri, 7 Aug 2009 09:32:59 -0700 (PDT) X-Virus-Scanned: amavisd-new at d242.digg.internal Original-Received: from mail.digg.com ([127.0.0.1]) by localhost (mail.digg.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id swqatjn1Qjtn; Fri, 7 Aug 2009 09:32:57 -0700 (PDT) Original-Received: from [10.2.16.50] (diggstage01.digg.com [64.191.203.34]) by mail.digg.com (Postfix) with ESMTP id 55A89A84FBC; Fri, 7 Aug 2009 09:32:57 -0700 (PDT) In-Reply-To: <8c591961-0cb1-4c58-8530-471de58246ce@n11g2000yqb.googlegroups.com> X-Mailer: Apple Mail (2.936) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66945 Archived-At: On Aug 6, 2009, at 7:28 AM, Chad A. wrote: > Hi, > I'm using the just released Emacs 23.1. for Mac OS X. I'm having > trouble, though, getting Emacs VC to find my subversion client. The > problem is related to the fact that Emac.app does not inherit the PATH > environmental variable (http://www.emacswiki.org/emacs/EmacsApp). I > encountered this problem when I installed git (and used magit). A > common solution to this problem (http://stackoverflow.com/questions/ > 930439/using-git-with-emacs). The solution, though, only works for > the git binary. Git is installed at /opt/local/bin, and so is the > svn binary. > > The only way that I can get Emacs VC to recognize subversion > repositories is to start Emacs.app from the command line: /Users/me/ > Applications/Emacs.app/Contents/MacOS/Emacs. (Emacs.app definitely > inherits the path this way). > > Any ideas about how I can get Emacs.app to find svn (when Emacs.app is > not launched from the command line). > 1. Customize vc-svn-program. 2. Set up a ~/.MacOSX/Environment.plist file (Google it) - Ian