# HG changeset patch # User Luc Teirlinck # Date 1113786701 0 # Node ID d7a2e1c053ebfafcd72e4a543ef1b5564c9c9507 # Parent f906487da0a17f49d8952f64ea3fa38497d560a4 (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. diff -r f906487da0a1 -r d7a2e1c053eb man/frames.texi --- a/man/frames.texi Mon Apr 18 01:08:03 2005 +0000 +++ b/man/frames.texi Mon Apr 18 01:11:41 2005 +0000 @@ -1055,15 +1055,14 @@ 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. +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. -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. + @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