From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: "ignore Y" in make_lispy_event Date: Fri, 26 Nov 2010 18:11:12 +0200 Message-ID: <838w0g6p5r.fsf@gnu.org> References: <83bp5c6vzn.fsf@gnu.org> <87d3psw0hr.fsf@stupidchicken.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1290787774 21954 80.91.229.12 (26 Nov 2010 16:09:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 26 Nov 2010 16:09:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 26 17:09:28 2010 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.69) (envelope-from ) id 1PM0rV-0006JA-KQ for ged-emacs-devel@m.gmane.org; Fri, 26 Nov 2010 17:09:25 +0100 Original-Received: from localhost ([127.0.0.1]:52522 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PM0rU-0006Se-Qf for ged-emacs-devel@m.gmane.org; Fri, 26 Nov 2010 11:09:24 -0500 Original-Received: from [140.186.70.92] (port=56459 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PM0rL-0006Qm-RR for emacs-devel@gnu.org; Fri, 26 Nov 2010 11:09:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PM0rG-0000BK-04 for emacs-devel@gnu.org; Fri, 26 Nov 2010 11:09:15 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:32798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PM0rF-0000BC-Pd for emacs-devel@gnu.org; Fri, 26 Nov 2010 11:09:09 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LCI009001SL9C00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Fri, 26 Nov 2010 18:09:05 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.63.39]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LCI00937274A420@a-mtaout22.012.net.il>; Fri, 26 Nov 2010 18:09:05 +0200 (IST) In-reply-to: <87d3psw0hr.fsf@stupidchicken.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:133173 Archived-At: > From: Chong Yidong > Cc: emacs-devel@gnu.org > Date: Fri, 26 Nov 2010 10:47:12 -0500 > > I was working using the Elisp manual as a spec: > > X, Y > These are the pixel coordinates of the click, relative to the > top left corner of WINDOW, which is `(0 . 0)'. For the mode > or header line, Y does not have meaningful data. For the > vertical line, X does not have meaningful data. > > If there is existing code that relies on undocumented behavior, then we > should indeed restore the old behavior, and document it in the manual. Will do, thanks for the pointer.