From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: xterm-mouse-mode clicks further right than ~ column 100 result in menu Date: Sun, 22 Feb 2009 20:45:48 -0500 Message-ID: <87r61q53jn.fsf@cyd.mit.edu> References: <1242f34a0902221738r7cd7fdddt9399aed56aef4055@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1235353504 32522 80.91.229.12 (23 Feb 2009 01:45:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2009 01:45:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Mark Aufflick Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 23 02:46:20 2009 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 1LbPtj-0006pX-PW for ged-emacs-devel@m.gmane.org; Mon, 23 Feb 2009 02:46:20 +0100 Original-Received: from localhost ([127.0.0.1]:51583 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LbPsP-0003Yk-ES for ged-emacs-devel@m.gmane.org; Sun, 22 Feb 2009 20:44:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LbPsL-0003YV-01 for emacs-devel@gnu.org; Sun, 22 Feb 2009 20:44:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LbPsJ-0003Xz-7h for emacs-devel@gnu.org; Sun, 22 Feb 2009 20:44:52 -0500 Original-Received: from [199.232.76.173] (port=59742 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LbPsI-0003Xs-Tn for emacs-devel@gnu.org; Sun, 22 Feb 2009 20:44:50 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:53923) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LbPsI-0003Uw-Iz for emacs-devel@gnu.org; Sun, 22 Feb 2009 20:44:50 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id A112B57E211; Sun, 22 Feb 2009 20:45:48 -0500 (EST) In-Reply-To: <1242f34a0902221738r7cd7fdddt9399aed56aef4055@mail.gmail.com> (Mark Aufflick's message of "Mon, 23 Feb 2009 12:38:49 +1100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:109296 Archived-At: Mark Aufflick writes: > I use xterm-mouse-mode a lot on many platforms (linux, solaris, > macosx) and across many emacs versions (20.* up to cvs head) and see > the following behavior. > > Click events work as expected over the full height of any window size, > but click events further right than about the 100th column (seems to > vary) result in the menu showing (same as if you had clicked in the > menu bar). This happens for clicks in a buffer, on the status bar, > minibuffer. I can't reproduce this with CVS head on GNU/Linux. With `emacs -nw -Q -f xterm-mouse-mode' and a scratch buffer consisting of a 100+ character line, mouse-1 near the end of the line moves point, as expected.