From: Andreas Politz <politza@fh-trier.de>
To: help-gnu-emacs@gnu.org
Subject: Re: emacs lisp command to copy dir and all subdir?
Date: Fri, 11 Sep 2009 16:16:22 +0200 [thread overview]
Message-ID: <87hbv9in2h.fsf@fh-trier.de> (raw)
In-Reply-To: 97929275-7db7-4e00-8455-6145d6d6d3c0@e12g2000yqi.googlegroups.com
wart <fakeid911@gmail.com> writes:
> I'm with you Xah. I wish there is such a function. The reason is
> portability. That way I can run the same elisp code on windows too.
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)
-ap
next prev parent reply other threads:[~2009-09-11 14:16 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 [this message]
[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
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=87hbv9in2h.fsf@fh-trier.de \
--to=politza@fh-trier.de \
--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.