From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Emacs 23 and git-emacs Date: Thu, 10 Sep 2009 19:12:04 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1252602918 16873 80.91.229.12 (10 Sep 2009 17:15:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Sep 2009 17:15:18 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Markus Heller Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 10 19:15:11 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 1MlnEe-0000Gn-Fl for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Sep 2009 19:15:04 +0200 Original-Received: from localhost ([127.0.0.1]:33250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlnEd-0004oe-Ob for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Sep 2009 13:15:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlnDv-0004gU-3O for help-gnu-emacs@gnu.org; Thu, 10 Sep 2009 13:14:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlnDq-0004fK-GW for help-gnu-emacs@gnu.org; Thu, 10 Sep 2009 13:14:18 -0400 Original-Received: from [199.232.76.173] (port=42040 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlnDq-0004f6-Bp for help-gnu-emacs@gnu.org; Thu, 10 Sep 2009 13:14:14 -0400 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:55701) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlnDp-0005R8-Iz for help-gnu-emacs@gnu.org; Thu, 10 Sep 2009 13:14:14 -0400 Original-Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate01.web.de (Postfix) with ESMTP id 32B4F119F2FC9; Thu, 10 Sep 2009 19:12:12 +0200 (CEST) Original-Received: from [91.35.188.152] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (WEB.DE 4.110 #314) id 1MlnBr-0003N0-00; Thu, 10 Sep 2009 19:12:11 +0200 In-Reply-To: X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX18RXmyX2aectKIl3bXmmwOS9GmGXZwvpnlQoqW9 4yAJDMx40qu5cKHJ9G5So0ZkYDwqydAjIEWCG1tiMRf87BTrZa om2i22OZfNn7ENyrf4Ow== X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:68031 Archived-At: Am 10.09.2009 um 18:39 schrieb Markus Heller: > I guess I need to let emacs know where to find the git =20 > binaries ... But how? (add-to-list 'load-path) maybe? On UNIX it's: (setenv "PATH" (concat "/some/directory" ":" (getenv "PATH"))) GNU Emacs also has the variable exec-path. And you can simply =20 customise it! So I think this one is the means to make GNU Emacs find =20= your GIT programmes. -- Mit friedvollen Gr=FC=DFen Pete Only two things are infinite, the universe and human stupidity, and =20 I'm not sure about the former. =96 Albert Einstein