From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: gentsquash@gmail.com Newsgroups: gmane.emacs.help Subject: Seek dired command related to Copy Date: Thu, 21 Nov 2013 10:17:11 -0800 (PST) Message-ID: <039fe8aa-d1d2-4d75-9479-0268fb1ae54e@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1385058017 18581 80.91.229.3 (21 Nov 2013 18:20:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Nov 2013 18:20:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 21 19:20:23 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VjYrW-0005fR-Ql for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Nov 2013 19:20:22 +0100 Original-Received: from localhost ([::1]:34712 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjYrW-0002uQ-D9 for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Nov 2013 13:20:22 -0500 X-Received: by 10.182.109.200 with SMTP id hu8mr2728715obb.20.1385057831629; Thu, 21 Nov 2013 10:17:11 -0800 (PST) X-Received: by 10.182.118.170 with SMTP id kn10mr106487obb.20.1385057831547; Thu, 21 Nov 2013 10:17:11 -0800 (PST) Original-Path: usenet.stanford.edu!i2no868179qav.0!news-out.google.com!9ni1450qaf.0!nntp.google.com!i2no868166qav.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=24.136.39.217; posting-account=LepcaQgAAACr4mTxtqQZ5RIS3kaWpFxN Original-NNTP-Posting-Host: 24.136.39.217 User-Agent: G2/1.0 Injection-Date: Thu, 21 Nov 2013 18:17:11 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:202284 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94553 Archived-At: In Dired, I'd like a version of `dired-do-copy' (which I'll call something else), which, when pointing at a fileline of a symlink, copies the pointed-to file, rather than the symlink. Does someone have such a version, or can show me how to use "dired-aux.el" routines to write such a cmd?