From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: Possible to show tooltip at (point) ???? Date: Sun, 28 Dec 2008 18:14:25 +0100 Message-ID: References: <30c6373b0812272248y7c51447ax15bcea34d8cce132@mail.gmail.com> <8763l47jpy.fsf@cyd.mit.edu> <30c6373b0812280124r6301ec1ka7e12d2e719126a1@mail.gmail.com> <49574CB0.5050600@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1230484484 2765 80.91.229.12 (28 Dec 2008 17:14:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Dec 2008 17:14:44 +0000 (UTC) Cc: Kevin Burton , Chong Yidong , emacs-devel@gnu.org To: "Jason Rumney" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 28 18:15:51 2008 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.50) id 1LGzF0-000575-3T for ged-emacs-devel@m.gmane.org; Sun, 28 Dec 2008 18:15:50 +0100 Original-Received: from localhost ([127.0.0.1]:56441 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LGzDm-00037z-Fn for ged-emacs-devel@m.gmane.org; Sun, 28 Dec 2008 12:14:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LGzDh-00037J-Eh for emacs-devel@gnu.org; Sun, 28 Dec 2008 12:14:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LGzDg-00036n-6y for emacs-devel@gnu.org; Sun, 28 Dec 2008 12:14:29 -0500 Original-Received: from [199.232.76.173] (port=39269 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LGzDg-00036k-2w for emacs-devel@gnu.org; Sun, 28 Dec 2008 12:14:28 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.157]:32679) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LGzDe-0000yv-Qy; Sun, 28 Dec 2008 12:14:27 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so1742919fgb.30 for ; Sun, 28 Dec 2008 09:14:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=/FcRCYQKjtACVK1RY0WRERJ2GCq8jBShn/rb9vB17Lg=; b=lbK4KfGUcssCW4eJ0+jXqigPiMhIwDLY+seioZV2v+37WicR3RinQ47EujwJgzCQtr 6Iu2snQ071WTsuGmI18jT38fiRREfOIZLFSvBhGLMOWnhLx4YNY6KRASFVYQleWEmXLm ky+neW7vtY36+gXGTtXtZBelBIYd4bAsLj8so= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=WBTbOVDWI7VrUYw1TB3dBCZNoMONmUOtF0XKXvtaDYerjpNHuIGNzrYZH88s/l8cRc RAEK9bdLSON0EgpOg/qtBj6DmSgyXhuwrDEls1cOYJj0AAu8B6IcByYhsT/RHcebCnil vu26gqDswXIUUArK6KCK5ep+iA4krR+4Yb3TA= Original-Received: by 10.86.92.4 with SMTP id p4mr7583979fgb.36.1230484465791; Sun, 28 Dec 2008 09:14:25 -0800 (PST) Original-Received: by 10.86.35.9 with HTTP; Sun, 28 Dec 2008 09:14:25 -0800 (PST) In-Reply-To: <49574CB0.5050600@gnu.org> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:107336 Archived-At: On Sun, Dec 28, 2008 at 10:53 AM, Jason Rumney wrote: > Kevin Burton wrote: >> >> You mean by specifying top and left? I think that is what I was going to >> do to position the tooltip but first I need to find out the x/y of the >> current point. > > (posn-at-point &optional POS WINDOW) I think there is a bug with left margin. (Though I have not had time to submit a bug report for this.)