From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: tooltip can be displayed outside the screen Date: Thu, 15 Dec 2005 20:52:17 -0500 Message-ID: References: <4390611E.3040500@swipnet.se> <4391A9CE.6090706@swipnet.se> <87acffdnrg.fsf@jurta.org> <439D501F.8060609@swipnet.se> <87pso1bdrb.fsf@jurta.org> <43A08825.8070704@swipnet.se> <87k6e6myqw.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1134698379 28024 80.91.229.2 (16 Dec 2005 01:59:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Dec 2005 01:59:39 +0000 (UTC) Cc: eliz@gnu.org, jan.h.d@swipnet.se, czkmt@remus.dti.ne.jp, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 16 02:59:29 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1En4qN-00088E-KQ for ged-emacs-devel@m.gmane.org; Fri, 16 Dec 2005 02:57:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1En4r2-00078X-Hb for ged-emacs-devel@m.gmane.org; Thu, 15 Dec 2005 20:57:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1En4nl-0005hg-Hs for emacs-devel@gnu.org; Thu, 15 Dec 2005 20:54:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1En4nk-0005hA-GU for emacs-devel@gnu.org; Thu, 15 Dec 2005 20:54:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1En4nk-0005h5-9w for emacs-devel@gnu.org; Thu, 15 Dec 2005 20:54:28 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1En4q5-000216-Fm for emacs-devel@gnu.org; Thu, 15 Dec 2005 20:56:53 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1En4ld-0007HX-Ev; Thu, 15 Dec 2005 20:52:17 -0500 Original-To: Juri Linkov In-reply-to: <87k6e6myqw.fsf@jurta.org> (message from Juri Linkov on Thu, 15 Dec 2005 11:28:15 +0200) 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:47838 Archived-At: Your changes are good. However, this text has another problem: ! The offset is the distance between the X position of the mouse and ! the left border of the tooltip frame. It must be chosen so that the ! tooltip window doesn't contain the mouse when it pops up. If you use a bad value, and the tooltip window does contain the mouse, what happens?