* dired copy to other open dired buffer
@ 2007-06-02 17:35 Fabian Braennstroem
2007-06-02 16:38 ` Emilio Lopes
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Fabian Braennstroem @ 2007-06-02 17:35 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
imagine I have two dired buffer open with different directories;
just like in e.g. mc. Is it possible to quickly copy or move files
around those to directories without typing explicitly the
destionation directory?
Would be really nice!
Regards!
Fabian
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: dired copy to other open dired buffer
2007-06-02 17:35 dired copy to other open dired buffer Fabian Braennstroem
@ 2007-06-02 16:38 ` Emilio Lopes
2007-06-02 18:07 ` Peter Dyballa
[not found] ` <mailman.1506.1180807665.32220.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 4+ messages in thread
From: Emilio Lopes @ 2007-06-02 16:38 UTC (permalink / raw)
To: help-gnu-emacs
Fabian Braennstroem writes:
> imagine I have two dired buffer open with different directories;
> just like in e.g. mc. Is it possible to quickly copy or move files
> around those to directories without typing explicitly the
> destionation directory?
dired-dwim-target is a variable defined in `/home/ecl/Emacs/emacs-darcs.eclig/lisp/dired.elc'.
Its value is t
Documentation:
*If non-nil, Dired tries to guess a default target directory.
This means: if there is a dired buffer displayed in the next window,
use its current subdir, instead of the current subdir of this dired buffer.
The target is used in the prompt for file copy, rename etc.
You can customize this variable.
[back]
--
Emílio C. Lopes Ich leb und weiß nit wie lang,
Munich, Germany ich stirb und weiß nit wann,
ich fahr und weiß nit wohin,
(Martinus von Biberach) mich wundert, dass ich fröhlich bin!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: dired copy to other open dired buffer
2007-06-02 17:35 dired copy to other open dired buffer Fabian Braennstroem
2007-06-02 16:38 ` Emilio Lopes
@ 2007-06-02 18:07 ` Peter Dyballa
[not found] ` <mailman.1506.1180807665.32220.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 4+ messages in thread
From: Peter Dyballa @ 2007-06-02 18:07 UTC (permalink / raw)
To: Fabian Braennstroem; +Cc: help-gnu-emacs
Am 02.06.2007 um 19:35 schrieb Fabian Braennstroem:
> Is it possible to quickly copy or move files
> around those to directories without typing explicitly the
> destionation directory?
Yes: have the source in one buffer and the target in the other
buffer, then mark and copy or move. It is necessary to put
'(dired-dwim-target t)
into the customisation section of ~/.emacs or to set interactively.
--
Mit friedvollen Grüßen
Pete
Der Bezug einer Zeitung oder der Kauf eines Buches gibt niemand das
Recht, an die Verfasserinnen von Artikeln oder Büchern dreiste Briefe
zu schreiben.
(Friedrich Sieburg)
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <mailman.1506.1180807665.32220.help-gnu-emacs@gnu.org>]
* Re: dired copy to other open dired buffer
[not found] ` <mailman.1506.1180807665.32220.help-gnu-emacs@gnu.org>
@ 2007-06-06 19:36 ` Fabian Braennstroem
0 siblings, 0 replies; 4+ messages in thread
From: Fabian Braennstroem @ 2007-06-06 19:36 UTC (permalink / raw)
To: help-gnu-emacs
Hi to both,
sorry for the delay... I did somehow, send my first message using
gmane for which I need a registration...
but anyways, it works now! Thanks!
Regards!
Fabian
Peter Dyballa schrieb am 06/02/2007 06:07 PM:
> Am 02.06.2007 um 19:35 schrieb Fabian Braennstroem:
>
>> Is it possible to quickly copy or move files
>> around those to directories without typing explicitly the
>> destionation directory?
>
> Yes: have the source in one buffer and the target in the other
> buffer, then mark and copy or move. It is necessary to put
>
> '(dired-dwim-target t)
>
> into the customisation section of ~/.emacs or to set interactively.
>
> --
> Mit friedvollen Grüßen
>
> Pete
>
> Der Bezug einer Zeitung oder der Kauf eines Buches gibt niemand das
> Recht, an die Verfasserinnen von Artikeln oder Büchern dreiste Briefe
> zu schreiben.
> (Friedrich Sieburg)
>
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-06-06 19:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-02 17:35 dired copy to other open dired buffer Fabian Braennstroem
2007-06-02 16:38 ` Emilio Lopes
2007-06-02 18:07 ` Peter Dyballa
[not found] ` <mailman.1506.1180807665.32220.help-gnu-emacs@gnu.org>
2007-06-06 19:36 ` Fabian Braennstroem
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.