From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Mention t-mouse in frames.texi Date: Sat, 24 Jun 2006 11:15:15 +1200 Message-ID: <17564.30211.117799.856140@kahikatea.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1151104594 20933 80.91.229.2 (23 Jun 2006 23:16:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Jun 2006 23:16:34 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 24 01:16:33 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ftut4-0003hf-4j for ged-emacs-devel@m.gmane.org; Sat, 24 Jun 2006 01:16:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ftut3-0008Ft-Hy for ged-emacs-devel@m.gmane.org; Fri, 23 Jun 2006 19:16:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ftusq-0008Dj-28 for emacs-devel@gnu.org; Fri, 23 Jun 2006 19:16:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ftuso-0008D9-Ue for emacs-devel@gnu.org; Fri, 23 Jun 2006 19:16:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ftuso-0008Cy-Pg for emacs-devel@gnu.org; Fri, 23 Jun 2006 19:16:14 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Ftv46-0004B3-Pq for emacs-devel@gnu.org; Fri, 23 Jun 2006 19:27:55 -0400 Original-Received: from kahikatea.snap.net.nz (p423-tnt1.snap.net.nz [202.124.111.169]) by viper.snap.net.nz (Postfix) with ESMTP id 3D22D76DCFC for ; Sat, 24 Jun 2006 11:16:14 +1200 (NZST) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 7DD481D3550; Sat, 24 Jun 2006 11:15:16 +1200 (NZST) Original-To: emacs-devel@gnu.org X-Mailer: VM 7.19 under Emacs 22.0.50.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:56134 Archived-At: I think it's worth mentioning t-mouse. If the "Linux console" should be called a "GNU/Linux console", I'll make that change also. I don't want to debate it. -- Nick http://www.inet.net.nz/~nickrob *** frames.texi 23 May 2006 09:23:35 +1200 1.106 --- frames.texi 24 Jun 2006 11:08:33 +1200 *************** and use @kbd{M-x select-frame-by-name @k *** 1035,1055 **** to select a frame according to its name. The name you specify appears in the mode line when the frame is selected. ! @node XTerm Mouse @section Using a Mouse in Terminal Emulators ! @cindex xterm, mouse support @cindex terminal emulators, mouse support ! Some terminal emulators under X support mouse clicks in the terminal ! window. In a terminal emulator which is compatible with @code{xterm}, 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. ! 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 --- 1035,1059 ---- to select a frame according to its name. The name you specify appears in the mode line when the frame is selected. ! @node Mouse Support in Text Terminals @section Using a Mouse in Terminal Emulators ! @cindex mouse support @cindex terminal emulators, mouse support ! Some terminal emulators support mouse clicks in the terminal window. ! ! @cindex xterm ! In a terminal emulator which is compatible with @code{xterm}, 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. Xterm Mouse mode is a global minor mode ! (@pxref{Minor Modes}). Repeating the command turns the mode off ! again. ! In a Linux console, you can use @kbd{M-x t-mouse-mode}. This requires ! that the package gpm is installed on your system to provide a server. @ignore arch-tag: 7dcf3a31-a43b-45d4-a900-445b10d77e49