summaryrefslogtreecommitdiff
path: root/man/frames.texi
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-04-18 01:11:41 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-04-18 01:11:41 +0000
commite24e99ff65927617d23e0a35d3e6d8b76715a610 (patch)
tree7d7100a5e889fd5100c3daae186ab26ffd1a5609 /man/frames.texi
parentb7f6321f770f8191c80aa622fa124c91a40987cd (diff)
downloademacs-e24e99ff65927617d23e0a35d3e6d8b76715a610.tar.gz
(XTerm Mouse): Xterm Mouse mode is no longer enabled by default in
terminals compatible with xterm. Mention that xterm-mouse-mode is a minor mode and put in pxref to Minor Modes node.
Diffstat (limited to 'man/frames.texi')
-rw-r--r--man/frames.texi17
1 files changed, 8 insertions, 9 deletions
diff --git a/man/frames.texi b/man/frames.texi
index c38497271a5..e8b19461eab 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -1055,15 +1055,14 @@ when the frame is selected.
Some terminal emulators under X support mouse clicks in the terminal
window. In a terminal emulator which is compatible with @code{xterm},
-simple use of the mouse is, by default, controlled by Emacs---basically,
-only non-modified single clicks are supported. The normal
-@code{xterm} mouse functionality for such clicks is still available by
-holding down the @kbd{SHIFT} key when you press the mouse button.
-
-Put @code{(xterm-mouse-mode 0)} in your @file{.emacs}, or disable the
-option @code{xterm-mouse-mode} through the @samp{Customize} interface
-(@pxref{Easy Customization}), if you prefer all mouse clicks to be
-handled by the terminal emulator.
+you can use @kbd{M-x xterm-mouse-mode} to give Emacs control over
+simple use of the mouse---basically, only non-modified single clicks
+are supported. The normal @code{xterm} mouse functionality for such
+clicks is still available by holding down the @kbd{SHIFT} key when you
+press the mouse button.
+
+ @code{xterm-mouse-mode} is a global minor mode (@pxref{Minor Modes}).
+Repeating the command turns the mode off again.
@ignore
arch-tag: 7dcf3a31-a43b-45d4-a900-445b10d77e49