all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* dired and multiple command problem
@ 2010-01-11 16:53 Wolfram Brenig
  2010-01-12  4:13 ` Drew Adams
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Brenig @ 2010-01-11 16:53 UTC (permalink / raw
  To: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: dired and multiple command problem
  2010-01-11 16:53 dired and multiple command problem Wolfram Brenig
@ 2010-01-12  4:13 ` Drew Adams
  0 siblings, 0 replies; 2+ messages in thread
From: Drew Adams @ 2010-01-12  4:13 UTC (permalink / raw
  To: 'Wolfram Brenig', help-gnu-emacs

> 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?

Dired+ is not part of vanilla Emacs. Please report Dired+ bugs to me directly,
by email. Mention your specific Emacs version, and try to provide a reproducible
recipe that starts with `emacs -Q'. IOW, don't load your init file; load only
dired+.el, explicitly.

I assume you mean that you have no problem with `C' and `Y' when using vanilla
Dired (e.g. emacs -Q, without loading dired+.el).

I cannot reproduce the problem, given only your description so far. When I mark
several files, then hit `C' and supply a target directory, all of the marked
files are copied to that directory.

But I'm not getting the error you encounter - that error is probably the cause
of the lack of multiple copies. The question then becomes what is causing the
error.

Send me as much specific info as you can, and I'll see what I can do.

FYI, the error message comes from function `insert-directory', which is defined
in files.el (not a Dired file). You can try loading files.el (not files.elc) and
using `M-x debug-on-entry insert-directory', and then repeat your recipe to use
the debugger (`d' and `c') to see what goes wrong.

If you cannot reproduce the problem from emacs -Q together with only dired+.el,
then you will need to find out what else in your init file might be contributing
to the error. Try to narrow things down as much as possible, then send me
whatever info you glean.

Thx - Drew





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-12  4:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-11 16:53 dired and multiple command problem Wolfram Brenig
2010-01-12  4:13 ` Drew Adams

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.