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] Odd regression in vcursor mode in terminal Date: Thu, 17 May 2007 09:01:02 +0200 Organization: csant.info Message-ID: References: <200705170044.l4H0i46s007856@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 1179385286 3500 80.91.229.12 (17 May 2007 07:01:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 May 2007 07:01:26 +0000 (UTC) Cc: emacs-devel To: "Dan Nicolaescu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 17 09:01:25 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 1HoZzH-0004ps-VC for ged-emacs-devel@m.gmane.org; Thu, 17 May 2007 09:01:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hoa7K-0002lm-Ho for ged-emacs-devel@m.gmane.org; Thu, 17 May 2007 03:09:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hoa7G-0002lV-Ck for emacs-devel@gnu.org; Thu, 17 May 2007 03:09:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hoa7C-0002iU-K6 for emacs-devel@gnu.org; Thu, 17 May 2007 03:09:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hoa7C-0002iR-HJ for emacs-devel@gnu.org; Thu, 17 May 2007 03:09:34 -0400 Original-Received: from csant.info ([69.36.171.12]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HoZz6-0007SJ-CN for emacs-devel@gnu.org; Thu, 17 May 2007 03:01:13 -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 l4H7124S003667; Thu, 17 May 2007 01:01:04 -0600 In-Reply-To: <200705170044.l4H0i46s007856@oogie-boogie.ics.uci.edu> 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:71211 Archived-At: > 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) Thanks, that seems to be fixing it (I should have tried it first, following the suggestion in xt-mouse.el...) /c