2020-05-13 10:13:52 +00:00
|
|
|
|
;;; t-mouse.el --- mouse support within the text terminal -*- lexical-binding:t -*-
|
2006-02-27 22:10:43 +00:00
|
|
|
|
|
2007-05-20 02:52:46 +00:00
|
|
|
|
;; Author: Nick Roberts <nickrob@gnu.org>
|
2019-05-25 20:43:06 +00:00
|
|
|
|
;; Maintainer: emacs-devel@gnu.org
|
2006-02-27 22:10:43 +00:00
|
|
|
|
;; Keywords: mouse gpm linux
|
|
|
|
|
|
2022-01-01 07:45:51 +00:00
|
|
|
|
;; Copyright (C) 1994-1995, 1998, 2006-2022 Free Software Foundation,
|
2013-01-01 09:11:05 +00:00
|
|
|
|
;; Inc.
|
2006-02-27 22:46:06 +00:00
|
|
|
|
|
|
|
|
|
;; This file is part of GNU Emacs.
|
|
|
|
|
|
2008-05-06 08:06:51 +00:00
|
|
|
|
;; GNU Emacs is free software: you can redistribute it and/or modify
|
2006-02-27 22:46:06 +00:00
|
|
|
|
;; it under the terms of the GNU General Public License as published by
|
2008-05-06 08:06:51 +00:00
|
|
|
|
;; the Free Software Foundation, either version 3 of the License, or
|
|
|
|
|
;; (at your option) any later version.
|
2006-02-27 22:46:06 +00:00
|
|
|
|
|
|
|
|
|
;; GNU Emacs is distributed in the hope that it will be useful,
|
|
|
|
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
;; GNU General Public License for more details.
|
2006-02-27 22:10:43 +00:00
|
|
|
|
|
2006-02-27 22:46:06 +00:00
|
|
|
|
;; You should have received a copy of the GNU General Public License
|
2017-09-13 22:52:52 +00:00
|
|
|
|
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
2006-02-27 22:10:43 +00:00
|
|
|
|
|
|
|
|
|
;;; Commentary:
|
|
|
|
|
|
2007-05-20 02:52:46 +00:00
|
|
|
|
;; This package provides access to mouse event as reported by the gpm-Linux
|
2021-09-14 06:43:18 +00:00
|
|
|
|
;; package. It tries to reproduce the functionality offered by Emacs under X.
|
2006-02-27 22:10:43 +00:00
|
|
|
|
;; The "gpm" server runs under Linux, so this package is rather
|
|
|
|
|
;; Linux-dependent.
|
|
|
|
|
|
2007-05-20 08:30:57 +00:00
|
|
|
|
;; The file, t-mouse.el was originally written by Alessandro Rubini and Ian T
|
|
|
|
|
;; Zimmerman, and Emacs communicated with gpm through a client program called
|
|
|
|
|
;; mev. Now the interface with gpm is directly through a Unix socket, so this
|
|
|
|
|
;; file is reduced to a single minor mode macro call.
|
2006-02-27 22:10:43 +00:00
|
|
|
|
|
Fix minor mode docstrings for the new meaning of a nil ARG.
* abbrev.el (abbrev-mode):
* allout.el (allout-mode):
* autoinsert.el (auto-insert-mode):
* autoarg.el (autoarg-mode, autoarg-kp-mode):
* autorevert.el (auto-revert-mode, auto-revert-tail-mode)
(global-auto-revert-mode):
* battery.el (display-battery-mode):
* composite.el (global-auto-composition-mode)
(auto-composition-mode):
* delsel.el (delete-selection-mode):
* desktop.el (desktop-save-mode):
* dired-x.el (dired-omit-mode):
* dirtrack.el (dirtrack-mode):
* doc-view.el (doc-view-minor-mode):
* double.el (double-mode):
* electric.el (electric-indent-mode, electric-pair-mode):
* emacs-lock.el (emacs-lock-mode):
* epa-hook.el (auto-encryption-mode):
* follow.el (follow-mode):
* font-core.el (font-lock-mode):
* frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
* help.el (temp-buffer-resize-mode):
* hilit-chg.el (highlight-changes-mode)
(highlight-changes-visible-mode):
* hi-lock.el (hi-lock-mode):
* hl-line.el (hl-line-mode, global-hl-line-mode):
* icomplete.el (icomplete-mode):
* ido.el (ido-everywhere):
* image-file.el (auto-image-file-mode):
* image-mode.el (image-minor-mode):
* iswitchb.el (iswitchb-mode):
* jka-cmpr-hook.el (auto-compression-mode):
* linum.el (linum-mode):
* longlines.el (longlines-mode):
* master.el (master-mode):
* mb-depth.el (minibuffer-depth-indicate-mode):
* menu-bar.el (menu-bar-mode):
* minibuf-eldef.el (minibuffer-electric-default-mode):
* mouse-sel.el (mouse-sel-mode):
* msb.el (msb-mode):
* mwheel.el (mouse-wheel-mode):
* outline.el (outline-minor-mode):
* paren.el (show-paren-mode):
* recentf.el (recentf-mode):
* reveal.el (reveal-mode, global-reveal-mode):
* rfn-eshadow.el (file-name-shadow-mode):
* ruler-mode.el (ruler-mode):
* savehist.el (savehist-mode):
* scroll-all.el (scroll-all-mode):
* scroll-bar.el (scroll-bar-mode):
* server.el (server-mode):
* shell.el (shell-dirtrack-mode):
* simple.el (auto-fill-mode, transient-mark-mode)
(visual-line-mode, overwrite-mode, binary-overwrite-mode)
(line-number-mode, column-number-mode, size-indication-mode)
(auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
* strokes.el (strokes-mode):
* time.el (display-time-mode):
* t-mouse.el (gpm-mouse-mode):
* tool-bar.el (tool-bar-mode):
* tooltip.el (tooltip-mode):
* type-break.el (type-break-mode-line-message-mode)
(type-break-query-mode):
* view.el (view-mode):
* whitespace.el (whitespace-mode, whitespace-newline-mode)
(global-whitespace-mode, global-whitespace-newline-mode):
* xt-mouse.el (xterm-mouse-mode): Doc fix.
* emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Fix
autogenerated docstring.
2011-10-19 12:54:24 +00:00
|
|
|
|
;;
|
2006-02-27 22:10:43 +00:00
|
|
|
|
|
|
|
|
|
;;; Code:
|
|
|
|
|
|
2008-01-24 04:49:39 +00:00
|
|
|
|
;; Prevent warning when compiling in an Emacs without gpm support.
|
|
|
|
|
(declare-function gpm-mouse-start "term.c" ())
|
|
|
|
|
|
2008-06-11 02:16:45 +00:00
|
|
|
|
(defun gpm-mouse-enable ()
|
|
|
|
|
"Try to enable gpm mouse support on the current terminal."
|
|
|
|
|
(let ((activated nil))
|
|
|
|
|
(unwind-protect
|
|
|
|
|
(progn
|
|
|
|
|
(unless (fboundp 'gpm-mouse-start)
|
|
|
|
|
(error "Emacs must be built with Gpm to use this mode"))
|
|
|
|
|
(when gpm-mouse-mode
|
|
|
|
|
(gpm-mouse-start)
|
|
|
|
|
(set-terminal-parameter nil 'gpm-mouse-active t)
|
|
|
|
|
(setq activated t)))
|
|
|
|
|
;; If something failed to turn it on, try to turn it off as well,
|
|
|
|
|
;; just in case.
|
|
|
|
|
(unless activated (gpm-mouse-disable)))))
|
|
|
|
|
|
|
|
|
|
(defun gpm-mouse-disable ()
|
|
|
|
|
"Try to disable gpm mouse support on the current terminal."
|
|
|
|
|
(when (fboundp 'gpm-mouse-stop)
|
|
|
|
|
(gpm-mouse-stop))
|
|
|
|
|
(set-terminal-parameter nil 'gpm-mouse-active nil))
|
|
|
|
|
|
2022-08-30 21:55:03 +00:00
|
|
|
|
(defun gpm-mouse-tty-setup ()
|
|
|
|
|
(if gpm-mouse-mode (gpm-mouse-enable) (gpm-mouse-disable)))
|
|
|
|
|
|
2007-09-28 20:13:31 +00:00
|
|
|
|
;;;###autoload
|
|
|
|
|
(define-minor-mode gpm-mouse-mode
|
Fix minor mode docstrings for the new meaning of a nil ARG.
* abbrev.el (abbrev-mode):
* allout.el (allout-mode):
* autoinsert.el (auto-insert-mode):
* autoarg.el (autoarg-mode, autoarg-kp-mode):
* autorevert.el (auto-revert-mode, auto-revert-tail-mode)
(global-auto-revert-mode):
* battery.el (display-battery-mode):
* composite.el (global-auto-composition-mode)
(auto-composition-mode):
* delsel.el (delete-selection-mode):
* desktop.el (desktop-save-mode):
* dired-x.el (dired-omit-mode):
* dirtrack.el (dirtrack-mode):
* doc-view.el (doc-view-minor-mode):
* double.el (double-mode):
* electric.el (electric-indent-mode, electric-pair-mode):
* emacs-lock.el (emacs-lock-mode):
* epa-hook.el (auto-encryption-mode):
* follow.el (follow-mode):
* font-core.el (font-lock-mode):
* frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
* help.el (temp-buffer-resize-mode):
* hilit-chg.el (highlight-changes-mode)
(highlight-changes-visible-mode):
* hi-lock.el (hi-lock-mode):
* hl-line.el (hl-line-mode, global-hl-line-mode):
* icomplete.el (icomplete-mode):
* ido.el (ido-everywhere):
* image-file.el (auto-image-file-mode):
* image-mode.el (image-minor-mode):
* iswitchb.el (iswitchb-mode):
* jka-cmpr-hook.el (auto-compression-mode):
* linum.el (linum-mode):
* longlines.el (longlines-mode):
* master.el (master-mode):
* mb-depth.el (minibuffer-depth-indicate-mode):
* menu-bar.el (menu-bar-mode):
* minibuf-eldef.el (minibuffer-electric-default-mode):
* mouse-sel.el (mouse-sel-mode):
* msb.el (msb-mode):
* mwheel.el (mouse-wheel-mode):
* outline.el (outline-minor-mode):
* paren.el (show-paren-mode):
* recentf.el (recentf-mode):
* reveal.el (reveal-mode, global-reveal-mode):
* rfn-eshadow.el (file-name-shadow-mode):
* ruler-mode.el (ruler-mode):
* savehist.el (savehist-mode):
* scroll-all.el (scroll-all-mode):
* scroll-bar.el (scroll-bar-mode):
* server.el (server-mode):
* shell.el (shell-dirtrack-mode):
* simple.el (auto-fill-mode, transient-mark-mode)
(visual-line-mode, overwrite-mode, binary-overwrite-mode)
(line-number-mode, column-number-mode, size-indication-mode)
(auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
* strokes.el (strokes-mode):
* time.el (display-time-mode):
* t-mouse.el (gpm-mouse-mode):
* tool-bar.el (tool-bar-mode):
* tooltip.el (tooltip-mode):
* type-break.el (type-break-mode-line-message-mode)
(type-break-query-mode):
* view.el (view-mode):
* whitespace.el (whitespace-mode, whitespace-newline-mode)
(global-whitespace-mode, global-whitespace-newline-mode):
* xt-mouse.el (xterm-mouse-mode): Doc fix.
* emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Fix
autogenerated docstring.
2011-10-19 12:54:24 +00:00
|
|
|
|
"Toggle mouse support in GNU/Linux consoles (GPM Mouse mode).
|
2006-02-27 22:46:06 +00:00
|
|
|
|
|
2007-09-28 20:13:31 +00:00
|
|
|
|
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.
|
2016-02-11 09:54:36 +00:00
|
|
|
|
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."
|
2008-06-11 02:16:45 +00:00
|
|
|
|
:global t :group 'mouse :init-value t
|
|
|
|
|
(dolist (terminal (terminal-list))
|
|
|
|
|
(when (and (eq t (terminal-live-p terminal))
|
|
|
|
|
(not (eq gpm-mouse-mode
|
|
|
|
|
(terminal-parameter terminal 'gpm-mouse-active))))
|
|
|
|
|
;; Simulate selecting a terminal by selecting one of its frames ;-(
|
|
|
|
|
(with-selected-frame (car (frames-on-display-list terminal))
|
2022-08-30 21:55:03 +00:00
|
|
|
|
(gpm-mouse-tty-setup))))
|
|
|
|
|
(when gpm-mouse-mode
|
|
|
|
|
(add-hook 'tty-setup-hook #'gpm-mouse-tty-setup)))
|
2006-02-27 22:10:43 +00:00
|
|
|
|
|
|
|
|
|
(provide 't-mouse)
|
|
|
|
|
|
|
|
|
|
;;; t-mouse.el ends here
|