From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: dired-do-copy could check before asking for a target Date: Sat, 13 Sep 2003 00:17:15 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <873cf2kmlw.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1063395174 14463 80.91.224.253 (12 Sep 2003 19:32:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Sep 2003 19:32:54 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Sep 12 21:32:52 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19xtf1-0003P5-01 for ; Fri, 12 Sep 2003 21:32:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19xteG-0004Oj-Az for geb-bug-gnu-emacs@m.gmane.org; Fri, 12 Sep 2003 15:32:04 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19xteE-0004OP-95 for bug-gnu-emacs@gnu.org; Fri, 12 Sep 2003 15:32:02 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19xteC-0004O4-Tw for bug-gnu-emacs@gnu.org; Fri, 12 Sep 2003 15:32:01 -0400 Original-Received: from [203.79.224.63] (helo=smtp2.apol.com.tw) by monty-python.gnu.org with esmtp (Exim 4.22) id 19xteC-0004Mn-40 for bug-gnu-emacs@gnu.org; Fri, 12 Sep 2003 15:32:00 -0400 Original-Received: from jidanni.org (TC218-187-79-17.2-4.pl.apol.com.tw [218.187.79.17]) by smtp2.apol.com.tw (8.9.3/8.9.3) with ESMTP id DAA44929115 for ; Sat, 13 Sep 2003 03:31:52 +0800 (CST) Original-Received: from jidanni by jidanni.org with local (Exim 4.22) id 19xqbj-0000Jm-M7 for bug-gnu-emacs@gnu.org; Sat, 13 Sep 2003 00:17:15 +0800 Original-To: bug-gnu-emacs@gnu.org User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5782 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5782 Why not have dired-do-copy check if we plan to copy a directory etc. before asking for a file name to copy to, if it plans to bomb out on non-regular files.