From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wolfram Brenig Newsgroups: gmane.emacs.help Subject: dired and multiple command problem Date: Mon, 11 Jan 2010 17:53:02 +0100 Message-ID: <20100111175302.3f61f9f2@dell1.thp.nat.tu-bs.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1263262534 27323 80.91.229.12 (12 Jan 2010 02:15:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jan 2010 02:15:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 12 03:15:27 2010 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 1NUWI2-0000X1-Fd for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Jan 2010 03:15:26 +0100 Original-Received: from localhost ([127.0.0.1]:45887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUWI3-0003ru-2C for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jan 2010 21:15:27 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-X-Trace: news.dfncis.de pqVMzu8LraIt6WPC+d3ZYQY6XlMUcmDfuDJtSqIL620f3XCbSB+Yu0qpAHzRk+MGFS Cancel-Lock: sha1:P7a9Ry1UVNvyWkr4+3qTcjGwbZU= X-Newsreader: Claws Mail 3.7.2 (GTK+ 2.14.4; i586-http://packman.links2linux.de-linux-gnu) Original-Xref: news.stanford.edu gnu.emacs.help:176109 X-Mailman-Approved-At: Mon, 11 Jan 2010 21:08:29 -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:71186 Archived-At: Hi, I'm using dired+.el for my directory listing. When marking multiple files and trying to 'cp' or symlink them as a whole using 'C' or 'Y' only the first in the list of marked files gets copied or link and the mini-buffer says: Listing directory failed but 'access-file' worked What am I doing wrong? wb