diff options
author | Miles Bader <miles@gnu.org> | 2007-05-20 03:12:22 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-05-20 03:12:22 +0000 |
commit | 7d5f6be179b35a1e255624234f9c436d146f3b55 (patch) | |
tree | 4fbc7ddb0ba880e67e32c56fe1d00048d31c5021 /lisp/t-mouse.el | |
parent | 20d385d66b6fd9ec6d9bea4856d02994b183aa95 (diff) | |
parent | 8d0b40c0401e098054fef29db480501e589cd02c (diff) | |
download | emacs-7d5f6be179b35a1e255624234f9c436d146f3b55.tar.gz emacs-7d5f6be179b35a1e255624234f9c436d146f3b55.tar.bz2 emacs-7d5f6be179b35a1e255624234f9c436d146f3b55.zip |
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 20-21)
- Update from CVS
2007-05-18 Richard M. Stallman <rms@gnu.org>
* lisp/simple.el (push-mark): Doc fix.
2007-05-18 Rob Riepel <riepel@Stanford.EDU>
* lisp/emulation/tpu-edt.el (CSI-map, SS3-map) Moved from global-map to
tpu-global-map.
(tpu-original-global-map) Variable deleted.
(tpu-control-keys-map) New keymap variable.
(tpu-set-control-keys) Use tpu-reset-control-keys rather than
setting keymapping directly.
(tpu-reset-control-keys) Use tpu-control-keys-map instead of
tpu-global-map.
(tpu-edt-on): Activate the tpu-global-map.
(tpu-edt-off): Deactivate the tpu-global-map.
2007-05-18 Ryan Yeske <rcyeske@gmail.com>
* lisp/textmodes/ispell.el (ispell-get-word): Return markers
for start and end positions.
(ispell-word): Assume END is a marker.
2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
* src/syntax.c (skip_chars): Update syntax-table only after we checked that
the new location is valid.
2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* src/macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
mac_get_window_bounds.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-759
Diffstat (limited to 'lisp/t-mouse.el')
-rw-r--r-- | lisp/t-mouse.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/t-mouse.el b/lisp/t-mouse.el index 29b17f9b716..42db325176b 100644 --- a/lisp/t-mouse.el +++ b/lisp/t-mouse.el @@ -41,10 +41,12 @@ ;;;###autoload (define-minor-mode t-mouse-mode - "Toggle t-mouse mode. + "Toggle t-mouse mode to use the mouse in Linux consoles. With prefix arg, turn t-mouse mode on iff arg is positive. -Turn it on to use Emacs mouse commands, and off to use t-mouse commands." +This allows the use of the mouse when operating on a Linux console, in the +same way as you can use the mouse under X11. +It requires the `mev' program, part of the `gpm' utilities." nil " Mouse" nil :global t (unless window-system (if t-mouse-mode |