comparison man/frames.texi @ 83531:a387c138b28e

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-305 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-306 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-307 Update from CVS: lispref/display.texi (Forcing Redisplay): Fix typo. * emacs@sv.gnu.org/emacs--devo--0--patch-308 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-309 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-310 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-311 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-312 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-313 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-314 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-315 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-316 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-317 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-318 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-319 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-320 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-321 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-322 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-323 lisp/play/cookie1.el (cookie): Work properly when there's only one entry * emacs@sv.gnu.org/emacs--devo--0--patch-324 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-325 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-326 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-327 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-328 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-329 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-330 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-105 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-106 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-107 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-108 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-109 Clean up merge mistakes * emacs@sv.gnu.org/gnus--rel--5.10--patch-110 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-571
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 27 Jun 2006 15:06:36 +0000
parents c44562301a11 0ea8bb78bfdc
children 02e39decdc84
comparison
equal deleted inserted replaced
83530:46b1096093f5 83531:a387c138b28e
55 * Tool Bars:: Enabling and disabling the tool bar. 55 * Tool Bars:: Enabling and disabling the tool bar.
56 * Dialog Boxes:: Controlling use of dialog boxes. 56 * Dialog Boxes:: Controlling use of dialog boxes.
57 * Tooltips:: Displaying information at the current mouse position. 57 * Tooltips:: Displaying information at the current mouse position.
58 * Mouse Avoidance:: Moving the mouse pointer out of the way. 58 * Mouse Avoidance:: Moving the mouse pointer out of the way.
59 * Non-Window Terminals:: Multiple frames on terminals that show only one. 59 * Non-Window Terminals:: Multiple frames on terminals that show only one.
60 * XTerm Mouse:: Using the mouse in an XTerm terminal emulator. 60 * Text-Only Mouse:: Using the mouse in text-only terminals.
61 @end menu 61 @end menu
62 62
63 @node Mouse Commands 63 @node Mouse Commands
64 @section Mouse Commands for Editing 64 @section Mouse Commands for Editing
65 @cindex mouse buttons (what they do) 65 @cindex mouse buttons (what they do)
1033 @var{name} @key{RET}} to specify a new name for the selected frame, 1033 @var{name} @key{RET}} to specify a new name for the selected frame,
1034 and use @kbd{M-x select-frame-by-name @key{RET} @var{name} @key{RET}} 1034 and use @kbd{M-x select-frame-by-name @key{RET} @var{name} @key{RET}}
1035 to select a frame according to its name. The name you specify appears 1035 to select a frame according to its name. The name you specify appears
1036 in the mode line when the frame is selected. 1036 in the mode line when the frame is selected.
1037 1037
1038 @node XTerm Mouse 1038 @node Text-Only Mouse
1039 @section Using a Mouse in Terminal Emulators 1039 @section Using a Mouse in Terminal Emulators
1040 @cindex xterm, mouse support 1040 @cindex mouse support
1041 @cindex terminal emulators, mouse support 1041 @cindex terminal emulators, mouse support
1042 1042
1043 Some terminal emulators under X support mouse clicks in the terminal 1043 Some terminal emulators support mouse clicks in the terminal window.
1044 window. In a terminal emulator which is compatible with @code{xterm}, 1044
1045 @cindex xterm
1046 In a terminal emulator which is compatible with @code{xterm},
1045 you can use @kbd{M-x xterm-mouse-mode} to give Emacs control over 1047 you can use @kbd{M-x xterm-mouse-mode} to give Emacs control over
1046 simple use of the mouse---basically, only non-modified single clicks 1048 simple use of the mouse---basically, only non-modified single clicks
1047 are supported. The normal @code{xterm} mouse functionality for such 1049 are supported. The normal @code{xterm} mouse functionality for such
1048 clicks is still available by holding down the @kbd{SHIFT} key when you 1050 clicks is still available by holding down the @kbd{SHIFT} key when you
1049 press the mouse button. 1051 press the mouse button. Xterm Mouse mode is a global minor mode
1050 1052 (@pxref{Minor Modes}). Repeating the command turns the mode off
1051 Xterm Mouse mode is a global minor mode (@pxref{Minor Modes}). 1053 again.
1052 Repeating the command turns the mode off again. 1054
1055 In the console on GNU/Linux, you can use @kbd{M-x t-mouse-mode}. You
1056 need to have the gpm package installed and running on your system in
1057 order for this to work.
1053 1058
1054 @ignore 1059 @ignore
1055 arch-tag: 7dcf3a31-a43b-45d4-a900-445b10d77e49 1060 arch-tag: 7dcf3a31-a43b-45d4-a900-445b10d77e49
1056 @end ignore 1061 @end ignore