From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: csant Newsgroups: gmane.emacs.devel Subject: Re: [multi-tty] xt-mouse.el does not work in emacsclient frames Date: Fri, 18 May 2007 23:59:22 +0200 Organization: csant.info Message-ID: References: <200705170044.l4H0i46s007856@oogie-boogie.ics.uci.edu> <200705182017.l4IKHnqa025118@oogie-boogie.ics.uci.edu> <200705182055.l4IKt3iQ025860@oogie-boogie.ics.uci.edu> <200705182121.l4ILLRRm026584@oogie-boogie.ics.uci.edu> Reply-To: csant NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1179525575 23205 80.91.229.12 (18 May 2007 21:59:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 18 May 2007 21:59:35 +0000 (UTC) To: emacs-devel , "Dan Nicolaescu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 18 23:59:34 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 1HpAU0-0007PA-UF for ged-emacs-devel@m.gmane.org; Fri, 18 May 2007 23:59:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpAU0-0000mt-DP for ged-emacs-devel@m.gmane.org; Fri, 18 May 2007 17:59:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HpATv-0000ic-OY for emacs-devel@gnu.org; Fri, 18 May 2007 17:59:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HpATu-0000gH-EM for emacs-devel@gnu.org; Fri, 18 May 2007 17:59:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpATu-0000gE-9B for emacs-devel@gnu.org; Fri, 18 May 2007 17:59:26 -0400 Original-Received: from csant.info ([69.36.171.12]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HpATt-0008Ix-NY for emacs-devel@gnu.org; Fri, 18 May 2007 17:59:25 -0400 Original-Received: from fiore.malebolge (csant.info [69.36.171.12]) (authenticated bits=0) by csant.info (8.12.11.20060308/8.12.11) with ESMTP id l4ILxM4U001158; Fri, 18 May 2007 15:59:24 -0600 User-Agent: Opera Mail/9.21 (Linux) X-detected-kernel: Linux 2.4-2.6 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:71350 Archived-At: On Fri, 18 May 2007 23:41:50 +0200, csant wrote: > Not sure that's right: the mouse will pass some events to the client Actually, my bad - sorry. If I run without your patch, and only load xterm-mouse-mode it works fine in both the server and the client; but loading also vcursor will break both vcursor (which will print garbage instead of moving the point, both in the server and the client) and xterm-mouse-mode (which will not do anything anymore in the client, but work fine in the server). With your patch, vcursor works just fine, but xterm-mouse-mode produces garbage in the client (but not in the server). /c