all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Wolfram Brenig'" <w.brenig@tu-bs.de>, <help-gnu-emacs@gnu.org>
Subject: RE: dired and multiple command problem
Date: Mon, 11 Jan 2010 20:13:28 -0800	[thread overview]
Message-ID: <BCB71197FC694CF387980031CCE335FB@us.oracle.com> (raw)
In-Reply-To: <20100111175302.3f61f9f2@dell1.thp.nat.tu-bs.de>

> 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





      reply	other threads:[~2010-01-12  4:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-11 16:53 dired and multiple command problem Wolfram Brenig
2010-01-12  4:13 ` Drew Adams [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BCB71197FC694CF387980031CCE335FB@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=w.brenig@tu-bs.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.