From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andr=E9_Cruz?= Newsgroups: gmane.emacs.devel Subject: Re: Git VC commands on remote file via Tramp Date: Wed, 9 Jan 2008 12:03:51 +0000 Message-ID: References: <2A20716B-D91E-4A82-A67E-9B627E3EA3EF@co.sapo.pt> <87abngkr4r.fsf@gmx.de> <40ACEA2A-0C67-4A7F-890B-E1CE934262A1@co.sapo.pt> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1199880338 8242 80.91.229.12 (9 Jan 2008 12:05:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jan 2008 12:05:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 09 13:05:58 2008 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 1JCZgq-00063H-N7 for ged-emacs-devel@m.gmane.org; Wed, 09 Jan 2008 13:05:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCZgP-0002yd-WC for ged-emacs-devel@m.gmane.org; Wed, 09 Jan 2008 07:05:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JCZfK-0002ZJ-DX for emacs-devel@gnu.org; Wed, 09 Jan 2008 07:04:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JCZfH-0002Wd-0k for emacs-devel@gnu.org; Wed, 09 Jan 2008 07:04:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCZfG-0002WL-Ch for emacs-devel@gnu.org; Wed, 09 Jan 2008 07:04:10 -0500 Original-Received: from mail.sl.pt ([212.55.140.13] helo=sl.pt) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JCZfD-0002p8-W6 for emacs-devel@gnu.org; Wed, 09 Jan 2008 07:04:10 -0500 Original-Received: (qmail 9851 invoked from network); 9 Jan 2008 12:03:51 -0000 Original-Received: from unknown (HELO [172.28.230.33]) (andre.cruz@sl.pt@[172.28.230.33]) (envelope-sender ) by mail-sl (qmail-ldap-1.03) with AES128-SHA encrypted SMTP for ; 9 Jan 2008 12:03:51 -0000 Received-SPF: neutral (mail-sl: domain of (null) is neutral about designating 172.28.230.33 as permitted sender) In-Reply-To: X-Mailer: Apple Mail (2.915) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:86639 Archived-At: Hello Michael. On 2008/01/09, at 11:22, Michael Albinus wrote: >> Are you sure? I just did a checkout of the latest emacs cvs which has >> your changes to vc-git.el and tramp.el and I get the same error: > > Have you applied "make bootstrap" after syncing with CVS? I don't see > the git calls in the trace which shall happen now. > You're right. Didn't know I had to do that. It works. :) >> Also... Will I be able to backport these changes to 22.1? I work on =20= >> an >> OSX machine and there is no Carbon support on the latest 23.0 > > I don't believe so. vc-git.el is not there, and Tramp 2.0 (which is > the version in Emacs 22) is seriously different to Tramp 2.1. > That's a shame... Thanks, Andr=E9 Cruz=