summaryrefslogtreecommitdiff
path: root/man/frames.texi
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2004-02-03 18:09:55 +0000
committerJan Djärv <jan.h.d@swipnet.se>2004-02-03 18:09:55 +0000
commitf94fda5c697b9f72d7f3a3dd15d2bc5757de47dd (patch)
tree80f1ebce07c75833f44ef2b81aca93c790947e1f /man/frames.texi
parent549007363da5ee3d6eba2c5ef6609b3955b85df5 (diff)
downloademacs-f94fda5c697b9f72d7f3a3dd15d2bc5757de47dd.tar.gz
Minor addition
Diffstat (limited to 'man/frames.texi')
-rw-r--r--man/frames.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/man/frames.texi b/man/frames.texi
index 9a0882e3e5a..18ba8759eaf 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -801,13 +801,15 @@ buffers are scrolled.
@cindex drag and drop
Emacs supports drag and drop so that dropping of files and text is handeled.
-There is no drag support yet. When text is dropped, Emacs will insert the
-text where it is dropped. When a file is dragged from a file manager to
-Emacs, Emacs will open that file.
+Currently supported drag and drop protocols are XDND and the old KDE 1.x
+protocol. There is no drag support yet.
+When text is dropped, Emacs will insert the text where it is dropped.
+When a file is dragged from a file manager to Emacs, Emacs will open that file.
As a special case, if a file is dropped on a dired buffer the file will
be copied or moved (depends on exactly how it is dragged and the application
is was dragged from) to the directory the dired buffer is displaying.
+@vindex x-dnd-open-file-other-window
A file is normally opened in the window it is dropped on, but if you
prefer the file to be opened in a new window, you can customize the variable
@code{x-dnd-open-file-other-window}.