comparison man/frames.texi @ 53794:39548d9892c7

will be => is.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 03 Feb 2004 18:12:43 +0000
parents 6d25c7d53fb4
children d6d385293c01
comparison
equal deleted inserted replaced
53793:6d25c7d53fb4 53794:39548d9892c7
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 Currently supported drag and drop protocols are XDND and the old KDE 1.x 804 Currently supported drag and drop protocols are XDND and the old KDE 1.x
805 protocol. There is no drag support yet. 805 protocol. There is no drag support yet.
806 When text is dropped, Emacs will insert the text where it is dropped. 806 When text is dropped, Emacs inserts the text where it is dropped.
807 When a file is dragged from a file manager to Emacs, Emacs will open that file. 807 When a file is dragged from a file manager to Emacs, Emacs opens that file.
808 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 is
809 be copied or moved (depends on exactly how it is dragged and the application 809 copied or moved (depends on exactly how it is dragged and the application
810 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.
811 811
812 @vindex x-dnd-open-file-other-window 812 @vindex x-dnd-open-file-other-window
813 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
814 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