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: tooltip can be displayed outside the screen Date: Fri, 02 Dec 2005 20:33:54 +0200 Message-ID: References: <4390611E.3040500@swipnet.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1133548867 32207 80.91.229.2 (2 Dec 2005 18:41:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Dec 2005 18:41:07 +0000 (UTC) Cc: 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 02 19:40:57 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EiFkP-0005w3-QT for ged-emacs-devel@m.gmane.org; Fri, 02 Dec 2005 19:35:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EiFkP-0000gg-28 for ged-emacs-devel@m.gmane.org; Fri, 02 Dec 2005 13:35:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EiFkF-0000gZ-N3 for emacs-devel@gnu.org; Fri, 02 Dec 2005 13:34:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EiFkD-0000gN-Lt for emacs-devel@gnu.org; Fri, 02 Dec 2005 13:34:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EiFkD-0000gK-HX for emacs-devel@gnu.org; Fri, 02 Dec 2005 13:34:53 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EiFkD-000807-Qv for emacs-devel@gnu.org; Fri, 02 Dec 2005 13:34:54 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-84-158.inter.net.il [80.230.84.158]) by nitzan.inter.net.il (MOS 3.7.2-GA) with ESMTP id CCD22653 (AUTH halo1); Fri, 2 Dec 2005 20:33:52 +0200 (IST) Original-To: "Jan D." In-reply-to: <4390611E.3040500@swipnet.se> (jan.h.d@swipnet.se) 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:46897 Archived-At: > Date: Fri, 02 Dec 2005 15:58:38 +0100 > From: "Jan D." > Cc: Tetsuo Tsukamoto , emacs-devel@gnu.org > > Richard M. Stallman wrote: > > > Sorry I need to give a little more explanation. In the two images > > Emacs frame is placed on the bottom edge of the screen. When I > > move the mouse pointer to the mode line, Emacs 22.0.50 tries to > > place the tooltip below the mouse pointer. But enough pixels are > > not left between the point just below the mouse pointer and the > > bottom edge of the screen. As a consequence the tooltip appears > > partly off the edge of the screen. > > > >Can someone please fix this and ack? > > > > Fixed. Jan fixed this for X only; I now fixed it for w32. I think someone with access to the Mac needs to fix it in macfns.c.