comparison man/frames.texi @ 59895:cf9f0edc8d20

(Frames, Drag and Drop): Fix typos.
author Lute Kamstra <lute@gnu.org>
date Thu, 03 Feb 2005 09:18:04 +0000
parents 712b121904b3
children e5a5ea742cc3 86457de2420c
comparison
equal deleted inserted replaced
59894:0d396bc457d8 59895:cf9f0edc8d20
42 * Multiple Displays:: How one Emacs job can talk to several displays. 42 * Multiple Displays:: How one Emacs job can talk to several displays.
43 * Special Buffer Frames:: You can make certain buffers have their own frames. 43 * Special Buffer Frames:: You can make certain buffers have their own frames.
44 * Frame Parameters:: Changing the colors and other modes of frames. 44 * Frame Parameters:: Changing the colors and other modes of frames.
45 * Scroll Bars:: How to enable and disable scroll bars; how to use them. 45 * Scroll Bars:: How to enable and disable scroll bars; how to use them.
46 * Wheeled Mice:: Using mouse wheels for scrolling. 46 * Wheeled Mice:: Using mouse wheels for scrolling.
47 * Drag and drop:: Using drag and drop to open files and insert text. 47 * Drag and Drop:: Using drag and drop to open files and insert text.
48 * Menu Bars:: Enabling and disabling the menu bar. 48 * Menu Bars:: Enabling and disabling the menu bar.
49 * Tool Bars:: Enabling and disabling the tool bar. 49 * Tool Bars:: Enabling and disabling the tool bar.
50 * Dialog Boxes:: Controlling use of dialog boxes. 50 * Dialog Boxes:: Controlling use of dialog boxes.
51 * Tooltips:: Showing "tooltips", AKA "balloon help" for active text. 51 * Tooltips:: Showing "tooltips", AKA "balloon help" for active text.
52 * Mouse Avoidance:: Moving the mouse pointer out of the way. 52 * Mouse Avoidance:: Moving the mouse pointer out of the way.
811 811
812 @node Drag and Drop 812 @node Drag and Drop
813 @section Drag and Drop 813 @section Drag and Drop
814 @cindex drag and drop 814 @cindex drag and drop
815 815
816 Emacs supports @cindex{drag and drop} using the mouse. For 816 Emacs supports @dfn{drag and drop} using the mouse. For instance,
817 instance, dropping text onto an Emacs frame inserts the text where it 817 dropping text onto an Emacs frame inserts the text where it is dropped.
818 is dropped. Dropping a file onto an Emacs frame visits that file. As 818 Dropping a file onto an Emacs frame visits that file. As a special
819 a special case, dropping the file on a Dired buffer moves or copies 819 case, dropping the file on a Dired buffer moves or copies the file
820 the file (according to the conventions of the application it came 820 (according to the conventions of the application it came from) into the
821 from) into the directory displayed in that buffer. 821 directory displayed in that buffer.
822 822
823 @vindex x-dnd-open-file-other-window 823 @vindex x-dnd-open-file-other-window
824 Dropping a file normally visits it in the window you drop it on. If 824 Dropping a file normally visits it in the window you drop it on. If
825 you prefer to visit the file in a new window in such cases, customize 825 you prefer to visit the file in a new window in such cases, customize
826 the variable @code{x-dnd-open-file-other-window}. 826 the variable @code{x-dnd-open-file-other-window}.