From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabian Braennstroem Newsgroups: gmane.emacs.help Subject: Re: dired copy marked files in xterm Date: Mon, 25 Feb 2008 20:10:25 +0100 Organization: www.braennstroem.de Message-ID: References: Reply-To: f.braennstroem@gmx.de NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1203968448 3200 80.91.229.12 (25 Feb 2008 19:40:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2008 19:40:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 25 20:41:12 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 1JTjC6-0001LJ-5p for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Feb 2008 20:40:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTjBa-00057y-El for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Feb 2008 14:40:26 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!news-koe1.dfn.de!tamarack.fernuni-hagen.de!news.fernuni-hagen.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: stgt-4dbdcc25.pool.einsundeins.de Original-X-Trace: tamarack.fernuni-hagen.de 1203966622 27566 77.189.204.37 (25 Feb 2008 19:10:22 GMT) Original-X-Complaints-To: newsadmin@fernuni-hagen.de Original-NNTP-Posting-Date: Mon, 25 Feb 2008 19:10:22 +0000 (UTC) User-Agent: slrn/0.9.8.1pl1 (Debian) Original-Xref: shelby.stanford.edu gnu.emacs.help:156482 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:51848 Archived-At: Hi David, * David Hansen wrote: > On Sun, 24 Feb 2008 20:26:22 +0100 Fabian Braennstroem wrote: > >> Does anyone have an idea or any suggestion? At the end I >> would actually use a similar command to transfer several >> large (up to 2-3GB) files to an remote machine using >> scp. Tramp is unfortunately to slow... > > Mark the files in dired and then ! scp * host:/target/dir/ & RET > > Emacs substitutes the `*' with the marked files and the `&' tells emacs > to run the shell command async. Thanks! This works, but the disadvantage with this approach is that I am not able to use the dwim-variable to copy to the other open dired buffer!? Or do you have an idea, how to use it and how to bind the dired-shell-command to a key binding in dired? Would be nice! Greetings! Fabian