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: dired operation - rsync? Date: Thu, 23 Jun 2011 15:16:22 +0200 Message-ID: <87pqm4ofh5.fsf@gmx.de> References: <8739j380tz.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1308838863 28622 80.91.229.12 (23 Jun 2011 14:21:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Jun 2011 14:21:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Neal Becker Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 23 16:20:59 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QZkmA-0007Kt-6R for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Jun 2011 16:20:58 +0200 Original-Received: from localhost ([::1]:45847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZkm8-0002ln-UE for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Jun 2011 10:20:57 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZjlt-0001mX-Bl for help-gnu-emacs@gnu.org; Thu, 23 Jun 2011 09:16:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZjls-0007f4-2S for help-gnu-emacs@gnu.org; Thu, 23 Jun 2011 09:16:37 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:33874) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QZjlr-0007Xk-GM for help-gnu-emacs@gnu.org; Thu, 23 Jun 2011 09:16:35 -0400 Original-Received: (qmail invoked by alias); 23 Jun 2011 13:16:27 -0000 Original-Received: from p57BB9BF7.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.155.247] by mail.gmx.net (mp011) with SMTP; 23 Jun 2011 15:16:27 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19ak/8xxqBaT3Q+wsmqVYIAYLM1pgAbLQBErwDrv/ 1BBEZgfxk30SJc User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.23 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81408 Archived-At: Neal Becker writes: > Thanks! Looks like what it can do what I want (although I still think it would > be a good addition to dired, since nobody else will ever figure this > out), but I > get: > > Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) > tramp-method-out-of-band-p(["rsync" "nbecker" "nbecker5" "/home/nbecker/hn- > aci/test_8psk_perfect_sync_eq_decim.py.nbecker6.hughes.com.05fd701db5748833b44a40bdb15b9543.err.old"] > nil) Oops, there is an error, indeed (in case you sync a file which does not exist, I believe). I've fixed it in Emacs 24.0.50. Thanks for testing, and best regards, Michael.