![]() |
dired-dd (aka dired-DragDrop) |
dired
sort-of for multimedia files such as
mp3, midi, mpg, or cdaudio (cdaudio ripping is available).
Of course MonK supports dired-dd
from the start.
M-drag-mouse-1
to flag "*"-marked files with "D".
See
NEWS (0.9.1.26).
non-dired-drop/dired-dd-w3m.el
(0.9.1.24,25).
contrib
directory
is deprecated. The authour just can't support stuffs depending
upon the software which the authour does not support at all.
Changes in 0.9.1.17:
dired-dd-no-fancy-stuff
, and
dired-dd-inhibit-bogo-profile
. The former disables all the
fancy facilities of dired-dd
, and might be used to make
dired-dd
work on the disabled operating systems (but
nobody tested that yet). Setting
dired-dd-no-fancy-stuff
to non-nil automatically switches
dired-dd-inhibit-bogo-profile
to non-nil as well, which
is implemented to avoid weird death of remote emacs-20 on my note PC
(see ChangeLog in the package).
dired
buffer may not be
updated after the deletion, but I couldn't stand while I am deleting
a big directory.
dired-dd-copy-recursive
corresponding to
"Copy Recursive" in B2/B3 menu. GNU "cp -a" copies a directory
differently dependig
whether the destination directory already exists as specified or not,
and this fix remedies the difference of the behaviour.
dired-dd-lm.el
for drag-and-drop into
non-dired
buffer, which creates a MIME mail framework
in mail/article
drafting buffer of Gnus, mew, mh-e, or a `Mail' mode buffer upon
dropping MIME attachment file(s) from dired
buffer.
It requires
lm.el
(also newly included), which is a simple interface
to /usr/local/bin/uuenview
(which should have -a
option).
In lm.el
, Japanese
character coding-system handler is hard-coded, so perhaps the
program does not make sense at all in drafting non-Japanese mail, sorry.
Changes in 0.9.1.16:
dired-dd-timidity.el
is included as another
example of a "dired-dd-non-dired-drop-handler"
.
With dired-dd-timidity.el
, you can play
MIDI files(s)
by dropping into a timidy-mode
buffer
(drag-mouse-2
).
M-x timidity RET
(in an independent emacs frame, you may prefer that) creates a
timidity buffer, and then, you can drop midi file(s) into it.
If you drop multiple MIDI files (they could be gzip'ed,
timidity knows how to deal with them), the MIDI files are
played in the mark order.
dired-dd
(of 0.9.1.10)
Dired-dd (aka Dired-DragDrop)
is a minor mode enabling mouse interface
for dired
/ dired-x
.
It provides facilities in dired
:
wherein,
ange-ftp
works -- It means that you can
FTP via drag drop (except `Copy Recursive' in menu entry).
find-dired, find-grep-dired, locate-dired
or all other dired-related-stuff-compatible
locate-dired
can be located in `spinout' directory of
dired-dd distribution. The `spinout' directory contains other
assorted stuffs including a patch for `archie.el', elisp codes for
URL-to-ange-ftp conversion, Netscape bookmark stealer, and others that
work well with dired-dd
.
GPL2 is applied to
dired-dd