From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John A Pershing Jr Newsgroups: gmane.emacs.help Subject: Re: emacs lisp command to copy dir and all subdir? Date: Fri, 28 Aug 2009 16:25:02 -0400 Organization: none Message-ID: <823a7bit41.fsf@alum.mit.edu> References: <9eca862e-3e82-4a51-b92b-6ddbe867c188@p10g2000prm.googlegroups.com> <3f95a999-b052-4d7f-a4a0-38bb1852c4ae@2g2000prl.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251495775 26787 80.91.229.12 (28 Aug 2009 21:42:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Aug 2009 21:42:55 +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 Aug 28 23:42:48 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 1Mh9Db-0003YS-MF for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Aug 2009 23:42:47 +0200 Original-Received: from localhost ([127.0.0.1]:50669 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh9Da-0001Ag-Hk for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Aug 2009 17:42:46 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx02.iad01.newshosting.com!newshosting.com!69.16.185.51.MISMATCH!tmp-post01.iad!news.highwinds-media.com!news.cv.net!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (windows-nt) Cancel-Lock: sha1:NdOdxS9LGNELCeIE8b2t+E91KJs= Original-Lines: 13 Original-NNTP-Posting-Host: 68.199.26.242 Original-X-Complaints-To: abuse@cv.net Original-Xref: news.stanford.edu gnu.emacs.help:172482 X-Mailman-Approved-At: Fri, 28 Aug 2009 16:49:43 -0400 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:67625 Archived-At: Xah Lee writes: > On Aug 26, 5:32 am, Michael Heerdegen wrote: >> Have a look at the doc of `dired-recursive-copies'. > > is this the only way? > > i think most modern scripting lang has a copy dir function... that'd > be good in elisp. Well, you could always run 'cp -p -r ..." in a subshell. -jp