X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/dacbc44ca3fc825c9e5ffa799f1a0937c1da0020..f2536958ec711b50a0cf8714defb921193ea8ae4:/lisp/t-mouse.el diff --git a/lisp/t-mouse.el b/lisp/t-mouse.el index a9238ba60c..5ea1bdd344 100644 --- a/lisp/t-mouse.el +++ b/lisp/t-mouse.el @@ -1,10 +1,10 @@ ;;; t-mouse.el --- mouse support within the text terminal ;; Author: Nick Roberts -;; Maintainer: FSF +;; Maintainer: emacs-devel@gnu.org ;; Keywords: mouse gpm linux -;; Copyright (C) 1994-1995, 1998, 2006-2013 Free Software Foundation, +;; Copyright (C) 1994-1995, 1998, 2006-2016 Free Software Foundation, ;; Inc. ;; This file is part of GNU Emacs. @@ -73,7 +73,11 @@ the mode if ARG is omitted or nil. This allows the use of the mouse when operating on a GNU/Linux console, in the same way as you can use the mouse under X11. -It relies on the `gpm' daemon being activated." +It relies on the `gpm' daemon being activated. + +Note that when `gpm-mouse-mode' is enabled, you cannot use the +mouse to transfer text between Emacs and other programs which use +GPM. This is due to limitations in GPM and the Linux kernel." :global t :group 'mouse :init-value t (dolist (terminal (terminal-list)) (when (and (eq t (terminal-live-p terminal))