From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Click event bug? (was Re: Moving vertical...) Date: Sat, 15 Apr 2006 13:31:50 -0400 Message-ID: References: <17469.43275.607125.519058@farnswood.snap.net.nz> <17470.47548.900457.675152@farnswood.snap.net.nz> <17470.57240.732675.481013@farnswood.snap.net.nz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1145122330 12127 80.91.229.2 (15 Apr 2006 17:32:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Apr 2006 17:32:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 15 19:32:08 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FUocv-00080p-IS for ged-emacs-devel@m.gmane.org; Sat, 15 Apr 2006 19:32:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FUocu-0002ML-R5 for ged-emacs-devel@m.gmane.org; Sat, 15 Apr 2006 13:32:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FUoci-0002Lt-9H for emacs-devel@gnu.org; Sat, 15 Apr 2006 13:31:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FUoch-0002LV-P4 for emacs-devel@gnu.org; Sat, 15 Apr 2006 13:31:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FUoch-0002LS-Iu for emacs-devel@gnu.org; Sat, 15 Apr 2006 13:31:51 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FUocw-0003qR-Sa for emacs-devel@gnu.org; Sat, 15 Apr 2006 13:32:06 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FUocg-0001bJ-Jr; Sat, 15 Apr 2006 13:31:50 -0400 Original-To: Nick Roberts In-reply-to: <17470.57240.732675.481013@farnswood.snap.net.nz> (message from Nick Roberts on Fri, 14 Apr 2006 11:32:40 +1200) 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:52894 Archived-At: I think this is because the click event on the vertical line returns the column number measured from the top of the frame instead of the top of the window. Could you fix it?