From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Martin Newsgroups: gmane.emacs.help Subject: Re: Dired copying file / emacs blocking Date: Mon, 02 Mar 2009 10:52:45 +0100 Organization: Arcor Message-ID: References: <88d08b90-494e-42d8-bc44-92d3c59ae695@e5g2000vbe.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1235990580 14194 80.91.229.12 (2 Mar 2009 10:43:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Mar 2009 10:43:00 +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 Mar 02 11:44:17 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 1Le5dA-0005uO-5V for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Mar 2009 11:44:16 +0100 Original-Received: from localhost ([127.0.0.1]:37268 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Le5bo-0003nR-Pk for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Mar 2009 05:42:52 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!inka.de!rz.uni-karlsruhe.de!news.belwue.de!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (windows-nt) Cancel-Lock: sha1:BAKKJ68IOjAMAMkYyViGal3Yk4o= Original-Lines: 25 Original-NNTP-Posting-Date: 02 Mar 2009 10:56:44 CET Original-NNTP-Posting-Host: c29798f5.newsspool4.arcor-online.net Original-X-Trace: DXC=e1XV:49Q@69^cW`WBF>WQ<4IUKm2dK=4R9boY; 9DVC= Original-X-Complaints-To: usenet-abuse@arcor.de Original-Xref: news.stanford.edu gnu.emacs.help:167215 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:62519 Archived-At: "mateusz.fiolka" writes: > Hi, > > I'm starting to do all my file management tasks in Dired. However > yesterday I faced a problem I can't find solution for on the internet. > When I copy a large file (let's say a 700MB movie) Emacs totally > blocks. I understand it is a normal thing as it is only one process > and all operations are synchronous. Is there any way to do it as an > external operation? I think that something like copy queue would be > useful (like in total commander on windows). Are all Dired users just > waiting for their files to copy? > > Thanks, > Mateusz F. In emacs 23, which is currently in pretest, you have dired-do-async-shell-command Run a shell command COMMAND on the marked files asynchronously. parozusa at web dot de