From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: tramp, git and tramp-remote-path Date: Sun, 15 Mar 2009 12:01:34 +0100 Message-ID: <87wsar3v8x.fsf@gmx.de> References: <1d1e6ea70903080542l3259fd97l30795c7493cda7f@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1237114970 16089 80.91.229.12 (15 Mar 2009 11:02:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Mar 2009 11:02:50 +0000 (UTC) Cc: help-gnu-emacs To: George Nurser Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 15 12:04:07 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 1Lio8U-0000jl-IM for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Mar 2009 12:04:06 +0100 Original-Received: from localhost ([127.0.0.1]:58079 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lio78-0007yz-GY for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Mar 2009 07:02:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lio6J-0007nZ-5Z for help-gnu-emacs@gnu.org; Sun, 15 Mar 2009 07:01:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lio6D-0007ly-Kd for help-gnu-emacs@gnu.org; Sun, 15 Mar 2009 07:01:50 -0400 Original-Received: from [199.232.76.173] (port=37152 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lio6D-0007lu-Gb for help-gnu-emacs@gnu.org; Sun, 15 Mar 2009 07:01:45 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:36181) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Lio6C-00043U-2y for help-gnu-emacs@gnu.org; Sun, 15 Mar 2009 07:01:45 -0400 Original-Received: (qmail invoked by alias); 15 Mar 2009 11:01:35 -0000 Original-Received: from brln-4db90f6c.pool.einsundeins.de (EHLO magdalene.local) [77.185.15.108] by mail.gmx.net (mp053) with SMTP; 15 Mar 2009 12:01:35 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19sbaJEepZsZWI496wnz35Dy2ikbDiNErvQkN5D2T cdoRJC6OiQQR1I In-Reply-To: <1d1e6ea70903080542l3259fd97l30795c7493cda7f@mail.gmail.com> (George Nurser's message of "Sun, 8 Mar 2009 12:42:53 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.71 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:62927 Archived-At: George Nurser writes: > Hi, Hi, > I apologise for being dense here, but I have another problem, in that > the git part of the standard version control package doesn't seem to > be working on the remote files. > I am using Aquamacs v 1.7 on a Mac -- Emacs 22.3.1 -- and Tramp v > 2.1.15. vc-git must be able to support processes on remote hosts. Especially, it must call "process-file" and "start-file-process", instead of "call-process" and "start-process". This is implemented in Emacs 23. vc-git of Emacs 22 is not aware of this. > --George Nurser. Best regards, Michael.