Mercurial > emacs
changeset 53793:6d25c7d53fb4
Minor addition
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 03 Feb 2004 18:09:55 +0000 |
parents | 139b571400ce |
children | 39548d9892c7 |
files | man/frames.texi |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/man/frames.texi Tue Feb 03 18:02:45 2004 +0000 +++ b/man/frames.texi Tue Feb 03 18:09:55 2004 +0000 @@ -801,13 +801,15 @@ @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}.