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 (was Re: Odd regression in vcursor mode in terminal) Date: Fri, 18 May 2007 13:17:41 -0700 Message-ID: <200705182017.l4IKHnqa025118@oogie-boogie.ics.uci.edu> References: <200705170044.l4H0i46s007856@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 1179519668 1941 80.91.229.12 (18 May 2007 20:21:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 18 May 2007 20:21:08 +0000 (UTC) Cc: emacs-devel To: csant Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 18 22:21:05 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 1Hp8wi-0005Q5-M1 for ged-emacs-devel@m.gmane.org; Fri, 18 May 2007 22:21:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hp8wh-0001FN-Rd for ged-emacs-devel@m.gmane.org; Fri, 18 May 2007 16:21:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hp8we-0001FI-W8 for emacs-devel@gnu.org; Fri, 18 May 2007 16:21:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hp8we-0001F6-Ck for emacs-devel@gnu.org; Fri, 18 May 2007 16:21:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hp8we-0001F3-4q for emacs-devel@gnu.org; Fri, 18 May 2007 16:21:00 -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 1Hp8wd-0005fE-L4 for emacs-devel@gnu.org; Fri, 18 May 2007 16:20:59 -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 l4IKHnqa025118; Fri, 18 May 2007 13:17:49 -0700 (PDT) In-Reply-To: (csant@csant.info's message of "Fri\, 18 May 2007 19\:27\:41 +0200") Original-Lines: 21 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.027, required 5, autolearn=disabled, ALL_TRUSTED -1.44, INFO_TLD 0.81, J_CHICKENPOX_72 0.60) 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:71340 Archived-At: csant writes: y > > If you replace function-key-map with local-function-key-map in this > > line in xt-mouse.el: > > (define-key function-key-map "\e[M" 'xterm-mouse-translate) > > > > and then recompile the file and restart emacs things should work. > > Sorry for bothering again - but xt-mouse.el doesn't actually seem to > work at all, in emacsclient -t multi-tty frames (above patch makes it > at least not interfere with vcursor). Works fine in the server emacs > -nw . It seems to works fine for me, but I don't have the fix I suggested for your issue with vcursor.el. Can you describe your problem? I would not be surprised if the "fix" is actually causing the problem, I have not had time yet to think of a real fix.