From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: Dired copying file / emacs blocking Date: Fri, 27 Feb 2009 12:18:12 +0100 Organization: Universitaet Jena 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 1235747118 605 80.91.229.12 (27 Feb 2009 15:05:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Feb 2009 15:05:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 27 16:06:34 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 1Ld4HH-0004aL-GW for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Feb 2009 16:05:52 +0100 Original-Received: from localhost ([127.0.0.1]:48997 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ld4Fw-0001Tn-MM for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Feb 2009 10:04:04 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!feeder.erje.net!news-2.dfn.de!news1.uni-leipzig.de!news.uni-jena.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: pax07e3.mipool.uni-jena.de Original-X-Trace: lc03.rz.uni-jena.de 1235733492 17568 141.35.13.42 (27 Feb 2009 11:18:12 GMT) Original-X-Complaints-To: abuse@uni-jena.de Original-NNTP-Posting-Date: Fri, 27 Feb 2009 11:18:12 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) Cancel-Lock: sha1:V4RiyvPtVjHFtiobiJAQi9iUlwY= Original-Xref: news.stanford.edu gnu.emacs.help:167134 X-Mailman-Approved-At: Fri, 27 Feb 2009 09:59:36 -0500 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:62436 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. I use dired-do-shell-command (bound to !) in such cases. This is also a better solution when deleting recursively large directory trees.