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:13:29 +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> 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 1179522825 14772 80.91.229.12 (18 May 2007 21:13:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 18 May 2007 21:13:45 +0000 (UTC) Cc: emacs-devel To: "Dan Nicolaescu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 18 23:13:41 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 1Hp9lb-0007K3-V8 for ged-emacs-devel@m.gmane.org; Fri, 18 May 2007 23:13:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hp9lb-0002J5-CN for ged-emacs-devel@m.gmane.org; Fri, 18 May 2007 17:13:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hp9lX-0002EU-7I for emacs-devel@gnu.org; Fri, 18 May 2007 17:13:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hp9lV-0002CF-O4 for emacs-devel@gnu.org; Fri, 18 May 2007 17:13:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hp9lV-0002CC-I0 for emacs-devel@gnu.org; Fri, 18 May 2007 17:13:33 -0400 Original-Received: from csant.info ([69.36.171.12]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hp9lV-0002bS-5L for emacs-devel@gnu.org; Fri, 18 May 2007 17:13:33 -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 l4ILDU8E002835; Fri, 18 May 2007 15:13:31 -0600 In-Reply-To: <200705182055.l4IKt3iQ025860@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:71347 Archived-At: > You could describe what you are doing step by step emacs -Q -nw M-x server-start RET M-x xterm-mouse-mode RET emacsclient -t and then click somewhere into the terminal - xt-mouse is actually now loaded, and produces some garbage on each click, instead of positioning the point to where you just clicked. Clicking in the server frame will on the other hand correctly position the point on each click. The same happens if you start emacs -Q in X (without -nw) - I just wanted to show that xt-mouse works fine in terminal (i.e. there is something broken only in the emacsclient's frame). /c