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: vc-diff and tramp Date: Fri, 15 Aug 2008 09:45:56 +0200 Message-ID: References: <20080811100152.GA4344@gmail.com> <87myjjqswe.fsf@gmx.de> <20080812203441.GA4208@gmail.com> <873al7ieac.fsf@gmx.de> <20080815073740.GA4136@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1218786289 27818 80.91.229.12 (15 Aug 2008 07:44:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Aug 2008 07:44:49 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Petteri Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 15 09:45:41 2008 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 1KTu0C-0004j6-9y for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Aug 2008 09:45:40 +0200 Original-Received: from localhost ([127.0.0.1]:52325 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTtzF-0005cx-Ir for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Aug 2008 03:44:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTtyx-0005bt-R6 for help-gnu-emacs@gnu.org; Fri, 15 Aug 2008 03:44:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTtyw-0005bP-E7 for help-gnu-emacs@gnu.org; Fri, 15 Aug 2008 03:44:23 -0400 Original-Received: from [199.232.76.173] (port=33896 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTtyw-0005bL-8i for help-gnu-emacs@gnu.org; Fri, 15 Aug 2008 03:44:22 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:5658) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KTtyv-0000g9-TM for help-gnu-emacs@gnu.org; Fri, 15 Aug 2008 03:44:22 -0400 Original-Received: from mailrelay1.alcatel.de ([194.113.59.95]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KTtys-0002Ws-Ei for help-gnu-emacs@gnu.org; Fri, 15 Aug 2008 03:44:18 -0400 Original-Received: from slbhab.alcatel.de (slbhab.bln.sel.alcatel.de [149.204.63.218]) by mailrelay1.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id m7F7iCHK005991; Fri, 15 Aug 2008 09:44:12 +0200 In-Reply-To: <20080815073740.GA4136@gmail.com> (petteri@gmail.com's message of "Fri\, 15 Aug 2008 10\:37\:40 +0300") User-Agent: Gnus/5.101 (Gnus v5.10.10) Emacs/21.3 (hpux) X-Scanned-By: MIMEDefang 2.57 on 149.204.45.72 X-detected-kernel: by mx20.gnu.org: Linux 2.6, seldom 2.4 (older, 2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:56657 Archived-At: Petteri writes: > Thanks for your input. I tried with CVS and it worked fine. I am working > working with bitkeeper, so the problem seems to be there. I'll try to > figure out if I can get it working. Check for `call-process' and `start-process'. These functions do not support remote files; `process-file' and `start-file-process' must be used instead. > Petteri Best regards, Michael.