emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible to show tooltip at (point) ????


From: Lennart Borgman
Subject: Re: Possible to show tooltip at (point) ????
Date: Mon, 29 Dec 2008 10:52:34 +0100

On Mon, Dec 29, 2008 at 4:31 AM, Jason Rumney <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]