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: Mon, 29 Dec 2008 10:52:34 +0100 Message-ID: References: <30c6373b0812272248y7c51447ax15bcea34d8cce132@mail.gmail.com> <8763l47jpy.fsf@cyd.mit.edu> <30c6373b0812280124r6301ec1ka7e12d2e719126a1@mail.gmail.com> <49574CB0.5050600@gnu.org> <30c6373b0812280920y722b7822s7c844f0c73636545@mail.gmail.com> <30c6373b0812281805odc4b2d7n549c6304ceb62553@mail.gmail.com> <4958448C.5060700@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 1230544457 5574 80.91.229.12 (29 Dec 2008 09:54:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2008 09:54:17 +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 Mon Dec 29 10:55:25 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 1LHEqD-0006XG-Bi for ged-emacs-devel@m.gmane.org; Mon, 29 Dec 2008 10:55:17 +0100 Original-Received: from localhost ([127.0.0.1]:55514 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHEoz-0001qs-Rj for ged-emacs-devel@m.gmane.org; Mon, 29 Dec 2008 04:54:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LHEnf-0001hC-Ho for emacs-devel@gnu.org; Mon, 29 Dec 2008 04:52:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHEne-0001gd-BA for emacs-devel@gnu.org; Mon, 29 Dec 2008 04:52:38 -0500 Original-Received: from [199.232.76.173] (port=51759 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHEne-0001gY-40 for emacs-devel@gnu.org; Mon, 29 Dec 2008 04:52:38 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.153]:58320) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LHEnc-000249-AK; Mon, 29 Dec 2008 04:52:36 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so1826829fgb.30 for ; Mon, 29 Dec 2008 01:52:34 -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=mKdMY67F8ZntFKQaeLiHHVr8DJqWBvVdohI0GW1y0Xg=; b=wtpGqdEBpbGVQu9poIO5yIrhhxCgp2CySLXplShrMy8v47cmSWBEglJ6Sf1ZkMQZzw j2jN/uuFp6IDScVZlSilvNTaLKsFIquNpmpwHINf14NVLHOZ/aWMI+kgM/kLiP5042Qh GEl7NpAWfzXieyhH6MATKvGMqCOO+2qde+lsE= 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=qWOfqvKIBSKWXxrb6NZfFItvSPZwqmrT7eAdgSWN2i1dfVlmKR/228GWkY/PflR1YU Rs9S5pDxzU6HI9m7e9a1yrIWeX9Sk9k/GRDiae0YZB2hcoP3BkcVq49sFc7JjPtipMQZ J5g1a+luFFxCGVtXnjWy13yMA0mukVOUhK4jg= Original-Received: by 10.86.91.3 with SMTP id o3mr6487494fgb.35.1230544354789; Mon, 29 Dec 2008 01:52:34 -0800 (PST) Original-Received: by 10.86.35.9 with HTTP; Mon, 29 Dec 2008 01:52:34 -0800 (PST) In-Reply-To: <4958448C.5060700@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:107375 Archived-At: On Mon, Dec 29, 2008 at 4:31 AM, Jason Rumney wrote: > Lennart Borgman wrote: >> >> For me it works also if the window is split. The only problem I have >> seen is with the margins. Maybe this is platform dependent? >> > > I don't see any problems with margins in current CVS or 22.3. Can you give a > specific example? Try this (point-to-coord (point)) (posn-at-point (point)) (set-window-margins (selected-window) 20 0) (point-to-coord (point)) (posn-at-point (point)) I get the same result before and after set-window-margins.