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: 23.1.92; `x-show-tip' and `tooltip-frame-parameters' do not respect `left' and `top' Date: Sat, 13 Mar 2010 15:15:12 -0500 Message-ID: <87pr38rnan.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268511404 1284 80.91.229.12 (13 Mar 2010 20:16:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 13 Mar 2010 20:16:44 +0000 (UTC) Cc: 5703@debbugs.gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 13 21:16:40 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 1NqXlH-0000PL-Fu for ged-emacs-devel@m.gmane.org; Sat, 13 Mar 2010 21:16:39 +0100 Original-Received: from localhost ([127.0.0.1]:44387 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NqXlG-0001da-Kr for ged-emacs-devel@m.gmane.org; Sat, 13 Mar 2010 15:16:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NqXkE-0000sN-Gk for emacs-devel@gnu.org; Sat, 13 Mar 2010 15:15:34 -0500 Original-Received: from [140.186.70.92] (port=60874 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NqXkD-0000qx-7J for emacs-devel@gnu.org; Sat, 13 Mar 2010 15:15:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NqXkA-0000dY-V8 for emacs-devel@gnu.org; Sat, 13 Mar 2010 15:15:33 -0500 Original-Received: from pantheon-po33.its.yale.edu ([130.132.50.94]:57066) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NqXkA-0000dU-Ri for emacs-devel@gnu.org; Sat, 13 Mar 2010 15:15:30 -0500 Original-Received: from furry (173-14-147-246-NewEngland.hfc.comcastbusiness.net [173.14.147.246]) (authenticated bits=0) by pantheon-po33.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o2DKFDaa029506 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 13 Mar 2010 15:15:20 -0500 Original-Received: by furry (Postfix, from userid 1000) id D4877C011; Sat, 13 Mar 2010 15:15:12 -0500 (EST) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/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:121921 Archived-At: "Drew Adams" wrote: > M-: (x-show-tip "aaaaaaaa" (selected-frame) '((left . 30) (top . 40)) 10 0 0) > > Instead of displaying the tooltip frame at the absolute > location specified by `left' and `top', it always displays it at the mouse > position plus the DX and DY (0 and 0 here). This is reported to be a regression against Emacs 22. Unfortunately, it's Windows-only, and I can't reproduce it. Could someone with access to a Windows box give it a shot?