diff options
| -rw-r--r-- | man/frames.texi | 8 |
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. | |||
| 801 | 801 | ||
| 802 | @cindex drag and drop | 802 | @cindex drag and drop |
| 803 | Emacs supports drag and drop so that dropping of files and text is handeled. | 803 | Emacs supports drag and drop so that dropping of files and text is handeled. |
| 804 | There is no drag support yet. When text is dropped, Emacs will insert the | 804 | Currently supported drag and drop protocols are XDND and the old KDE 1.x |
| 805 | text where it is dropped. When a file is dragged from a file manager to | 805 | protocol. There is no drag support yet. |
| 806 | Emacs, Emacs will open that file. | 806 | When text is dropped, Emacs will insert the text where it is dropped. |
| 807 | When a file is dragged from a file manager to Emacs, Emacs will open that file. | ||
| 807 | As a special case, if a file is dropped on a dired buffer the file will | 808 | As a special case, if a file is dropped on a dired buffer the file will |
| 808 | be copied or moved (depends on exactly how it is dragged and the application | 809 | be copied or moved (depends on exactly how it is dragged and the application |
| 809 | is was dragged from) to the directory the dired buffer is displaying. | 810 | is was dragged from) to the directory the dired buffer is displaying. |
| 810 | 811 | ||
| 812 | @vindex x-dnd-open-file-other-window | ||
| 811 | A file is normally opened in the window it is dropped on, but if you | 813 | A file is normally opened in the window it is dropped on, but if you |
| 812 | prefer the file to be opened in a new window, you can customize the variable | 814 | prefer the file to be opened in a new window, you can customize the variable |
| 813 | @code{x-dnd-open-file-other-window}. | 815 | @code{x-dnd-open-file-other-window}. |