From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: GPM and mouse highlight Date: Sun, 29 Aug 2010 09:43:46 -0400 Message-ID: References: <4C7A1AC0.1010007@swipnet.se> <4C7A53BD.4090601@swipnet.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1283089438 16631 80.91.229.12 (29 Aug 2010 13:43:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 29 Aug 2010 13:43:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 29 15:43:57 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OpiAs-0004u4-8M for ged-emacs-devel@m.gmane.org; Sun, 29 Aug 2010 15:43:54 +0200 Original-Received: from localhost ([127.0.0.1]:34694 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OpiAr-0008P4-9C for ged-emacs-devel@m.gmane.org; Sun, 29 Aug 2010 09:43:53 -0400 Original-Received: from [199.232.76.173] (port=56005 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OpiAm-0008Oz-GS for emacs-devel@gnu.org; Sun, 29 Aug 2010 09:43:48 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OpiAl-0006sI-Gi for emacs-devel@gnu.org; Sun, 29 Aug 2010 09:43:48 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:40055) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OpiAl-0006sD-BW for emacs-devel@gnu.org; Sun, 29 Aug 2010 09:43:47 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OpiAk-00054Y-Ek; Sun, 29 Aug 2010 09:43:46 -0400 In-reply-to: <4C7A53BD.4090601@swipnet.se> (message from =?ISO-8859-1?Q?Jan_Dj=E4rv?= on Sun, 29 Aug 2010 14:34:05 +0200) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:129396 Archived-At: > Date: Sun, 29 Aug 2010 14:34:05 +0200 > From: Jan Djärv > CC: emacs-devel@gnu.org > > > Suppose we have several TTY devices open in the same Emacs session. > > Can GPM support mouse highlight on more than a single device in such a > > session? > > Isn't it Emacs that records and paints hightlights in this case? GPM only > supplies the coordinates and the Emacs decides to highlight. Yes, on both counts. > If it is so, then GPM has no problem supporting many terminals. Thanks. This means that tracking the highlighted regions with static variables flies in the face of multi-tty Emacs. I will therefore move them to tty_display_info.