From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: New sync'd branch Date: Fri, 28 Aug 2009 16:01:30 +0200 Message-ID: References: <878wh9qaku.fsf@sphinx.net.ru> <83praic5r5.fsf@gnu.org> <83d46gcnsb.fsf@gnu.org> <87ocq0l2hw.fsf@iki.fi> <83ab1kcmi5.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1251470321 10910 80.91.229.12 (28 Aug 2009 14:38:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Aug 2009 14:38:41 +0000 (UTC) Cc: Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 28 16:38:34 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mh2b2-0003AN-Sv for ged-emacs-devel@m.gmane.org; Fri, 28 Aug 2009 16:38:33 +0200 Original-Received: from localhost ([127.0.0.1]:44626 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh2b2-0001ey-9M for ged-emacs-devel@m.gmane.org; Fri, 28 Aug 2009 10:38:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mh21h-0008Sn-Sy for emacs-devel@gnu.org; Fri, 28 Aug 2009 10:02:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mh21d-0008RV-6h for emacs-devel@gnu.org; Fri, 28 Aug 2009 10:02:01 -0400 Original-Received: from [199.232.76.173] (port=38048 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh21d-0008RS-0C for emacs-devel@gnu.org; Fri, 28 Aug 2009 10:01:57 -0400 Original-Received: from mail-bw0-f222.google.com ([209.85.218.222]:41725) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mh21b-0002Jq-Mw; Fri, 28 Aug 2009 10:01:55 -0400 Original-Received: by bwz22 with SMTP id 22so1912764bwz.42 for ; Fri, 28 Aug 2009 07:01:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=N4J2hRCVoyTYjPXSMuG2gtUQ7IMePhmrtNOqbq3A4Gc=; b=h4A5/VvBUVfiARorSbQ/5l96iegoYSFZV7OcdMHDcQ1MilmfTuwG6svNQJ1/pqtzDm uXkpjpj4nAtd7tSVZYIWlrOLqtT5tls38UFnQRaktbrDJadj4KoDHEGgcMNhupfzrMar rMZX3Pj5R8iyI9/evLGN0CuiT42JD6Dmi8mjY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=rFxmk5PpKbfHJGbWBAMec17DaAwgHWWrk79eTTRQwk9ekApvEZXcLngUcDHP4A56oG 4iR0RijL/aNtswsmM9JY3hRCNc8/keJ/1cZcF5tQxV8NetItSRyX/vJACBGqJRpG3dbk VGLsyI6LJNp0GqvvRKSG/jNdBcNFIL9AcTUPY= Original-Received: by 10.239.168.163 with SMTP id k35mr113214hbe.71.1251468110095; Fri, 28 Aug 2009 07:01:50 -0700 (PDT) In-Reply-To: <83ab1kcmi5.fsf@gnu.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:114753 Archived-At: On Fri, Aug 28, 2009 at 11:32, Eli Zaretskii wrote: > Did you actually try to install and set up MSYS on Windows, and then > use that in parallel to the native MinGW development environment? If you install the git executable bundle (currently, that's called Git-1.6.4-preview20090730.exe ) instead of the msysgit development environment (that's msysGit-*install-1.6.4-preview20090730.exe), you can have it set up so it doesn't mess at all with your existing MinGW or MSYS; the only thing it adds to the PATH is C:\my_git_install_path\cmd, and that directory just contains a couple .cmd scripts which locally tweak the PATH to be able to run things in git\bin. Juanma