all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xah Lee <xahlee@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: emacs lisp command to copy dir and all subdir?
Date: Fri, 11 Sep 2009 18:40:57 -0700 (PDT)	[thread overview]
Message-ID: <b3a35811-6d4f-4b75-a1de-ac6a9dc8e463@j9g2000prh.googlegroups.com> (raw)
In-Reply-To: bde15b8b-ade2-4e31-96ac-230e3e29018a@v15g2000prn.googlegroups.com

On Sep 11, 7:16 am, Andreas Politz <poli...@fh-trier.de> wrote:
> Take a look how dired does it.  Run on your own risk.
> (dired-copy-file-recursive"~/.emacs.d/" "/tmp/emacs.d"
>  nil nil nil 'always)

On Sep 11, 10:54 am, Xah Lee <xah...@gmail.com> wrote:

> i don't seems to havedired-copy-file-recursive? it doesn't seems to
> be indired.el.

Ok. Found it. Thanks. It is in dired-aux.el.

(require 'dired-aux)
(dired-copy-file-recursive "c:/Users/xah/web/kacma" "c:/Users/xah/web/
kacma2" nil nil nil 'always)

  Xah
∑ http://xahlee.org/

  reply	other threads:[~2009-09-12  1:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-25  3:43 emacs lisp command to copy dir and all subdir? Xah Lee
2009-08-25 15:53 ` notbob
2009-08-26 12:32 ` Michael Heerdegen
2009-08-27 15:21   ` Xah Lee
2009-08-28 20:25     ` John A Pershing Jr
2009-09-10 20:23       ` wart
2009-09-11 14:16         ` Andreas Politz
     [not found]         ` <mailman.6442.1252678615.2239.help-gnu-emacs@gnu.org>
2009-09-11 17:54           ` Xah Lee
2009-09-12  1:40             ` Xah Lee [this message]
2009-09-12  1:43               ` Xah Lee
2009-09-12  5:24                 ` Xah Lee

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=b3a35811-6d4f-4b75-a1de-ac6a9dc8e463@j9g2000prh.googlegroups.com \
    --to=xahlee@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.