From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: [multi-tty] xt-mouse.el does not work in emacsclient frames Date: Fri, 18 May 2007 14:21:27 -0700 Message-ID: <200705182121.l4ILLRRm026584@oogie-boogie.ics.uci.edu> References: <200705170044.l4H0i46s007856@oogie-boogie.ics.uci.edu> <200705182017.l4IKHnqa025118@oogie-boogie.ics.uci.edu> <200705182055.l4IKt3iQ025860@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1179523447 16693 80.91.229.12 (18 May 2007 21:24:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 18 May 2007 21:24:07 +0000 (UTC) Cc: emacs-devel To: csant Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 18 23:24:04 2007 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.50) id 1Hp9vf-0000pJ-Ts for ged-emacs-devel@m.gmane.org; Fri, 18 May 2007 23:24:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hp9vf-0005I8-B2 for ged-emacs-devel@m.gmane.org; Fri, 18 May 2007 17:24:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hp9vc-0005Hn-DF for emacs-devel@gnu.org; Fri, 18 May 2007 17:24:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hp9va-0005HP-0g for emacs-devel@gnu.org; Fri, 18 May 2007 17:23:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hp9vZ-0005HH-KL for emacs-devel@gnu.org; Fri, 18 May 2007 17:23:57 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hp9vZ-0003nV-4n for emacs-devel@gnu.org; Fri, 18 May 2007 17:23:57 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l4ILLRRm026584; Fri, 18 May 2007 14:21:27 -0700 (PDT) In-Reply-To: (csant@csant.info's message of "Fri\, 18 May 2007 23\:13\:29 +0200") Original-Lines: 19 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.627, required 5, autolearn=disabled, ALL_TRUSTED -1.44, INFO_TLD 0.81) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: Solaris 9 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:71348 Archived-At: csant writes: > > You could describe what you are doing step by step > > emacs -Q -nw > M-x server-start RET > M-x xterm-mouse-mode RET This will turn on xterm-mouse-mode for the "emacs -Q -nw" frame > emacsclient -t it won't turn it on for this one. No surprise here, xterm-mouse-mode needs to be changed in order to be able to properly take advantage of multi-tty... It continues to work fine in the single tty case until that is done.