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 19:28:19 -0700 Message-ID: <200705190228.l4J2SJa8003482@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> <200705190212.l4J2CCiP003153@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 1179541795 30259 80.91.229.12 (19 May 2007 02:29:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 May 2007 02:29:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: bob@rattlesnake.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 19 04:29:54 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 1HpEhe-0003ai-Ai for ged-emacs-devel@m.gmane.org; Sat, 19 May 2007 04:29:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpEhd-0008Dm-RP for ged-emacs-devel@m.gmane.org; Fri, 18 May 2007 22:29:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HpEhb-0008Dh-0z for emacs-devel@gnu.org; Fri, 18 May 2007 22:29:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HpEhY-0008DV-MJ for emacs-devel@gnu.org; Fri, 18 May 2007 22:29:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpEhY-0008DS-Fo for emacs-devel@gnu.org; Fri, 18 May 2007 22:29:48 -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 1HpEhY-0001v5-1B for emacs-devel@gnu.org; Fri, 18 May 2007 22:29:48 -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 l4J2SJa8003482; Fri, 18 May 2007 19:28:19 -0700 (PDT) In-Reply-To: <200705190212.l4J2CCiP003153@oogie-boogie.ics.uci.edu> (Dan Nicolaescu's message of "Fri\, 18 May 2007 19\:12\:11 -0700") Original-Lines: 33 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:71363 Archived-At: Dan Nicolaescu writes: > "Robert J. Chassell" writes: > > > wrote > > > > emacs -Q -nw > > M-x server-start RET > > M-x xterm-mouse-mode RET > > emacsclient -t > > > > Both when I start (with many arguments) a multi-tty Emacs in an RXVT > > shell with -nw and when I start it in X (also with many arguments, > > mostly the same), if I then run emacsclient -t in another RXVT shell, > > and then turn on xterm-mouse-mode, the mouse works fine in both the > > original instance and in the client. > > > > (Not using the vcursor patch.) > > > > When I start the multi-tty Emacs instance in an RXVT, the order in > > which I start xterm-mouse-mode and emacsclient -t does not matter. > > > > But when I start the multi-tty Emacs instance in X, the order does > > matter. When I start xterm-mouse-mode in the original in X before > > starting emacsclient -t, then mouse mode fails in the client, although > > when I invoke xterm-mouse-mode in the client, I receive the message > > about disabling the mouse mode. If I then invoke it again in the > > client, mouse mode succeeds. > > This behavior is not expected. ^^^^^^^^^^ unexpected