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 20:17:12 +0200 Message-ID: <8362vk6jbr.fsf@gnu.org> References: <83bp5c6vzn.fsf@gnu.org> <87d3psw0hr.fsf@stupidchicken.com> <838w0g6p5r.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1290795624 26629 80.91.229.12 (26 Nov 2010 18:20:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 26 Nov 2010 18:20:24 +0000 (UTC) To: cyd@stupidchicken.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 26 19:20:20 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 1PM2uA-0003gR-UJ for ged-emacs-devel@m.gmane.org; Fri, 26 Nov 2010 19:20:19 +0100 Original-Received: from localhost ([127.0.0.1]:47228 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PM2uA-00033Z-60 for ged-emacs-devel@m.gmane.org; Fri, 26 Nov 2010 13:20:18 -0500 Original-Received: from [140.186.70.92] (port=48466 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PM2pF-0000Gr-8z for emacs-devel@gnu.org; Fri, 26 Nov 2010 13:15:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PM2pD-0002oN-SP for emacs-devel@gnu.org; Fri, 26 Nov 2010 13:15:13 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:63064) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PM2pD-0002o6-Lq for emacs-devel@gnu.org; Fri, 26 Nov 2010 13:15:11 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LCI00F007ZH9L00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Fri, 26 Nov 2010 20:15:09 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.63.39]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LCI00F6A8159F10@a-mtaout23.012.net.il>; Fri, 26 Nov 2010 20:15:09 +0200 (IST) In-reply-to: <838w0g6p5r.fsf@gnu.org> 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:133174 Archived-At: > Date: Fri, 26 Nov 2010 18:11:12 +0200 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > 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. Done.