unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Jan Djärv" <jan.h.d@swipnet.se>
To: IRIE Shinsuke <irieshinsuke@yahoo.co.jp>
Cc: 5721@debbugs.gnu.org
Subject: bug#5721: Feature request: Function that returns absolute	coordinates
Date: Tue, 30 Mar 2010 19:50:42 +0200	[thread overview]
Message-ID: <4BB239F2.3040708@swipnet.se> (raw)
In-Reply-To: <4B9E4521.9030909@yahoo.co.jp>

IRIE Shinsuke skrev:
> Recently, I wrote pos-tip.el which allows users to easily show tooltip on
> arbitrary buffer position (http://www.emacswiki.org/emacs/PosTip). However,
> external program xwininfo must be called for calculating the absolute
> coordinates in which tooltip is shown because the location of tooltip must
> be specified by absolute coordinates, so this program can work only under X
> window system.
> 
> Some persons say, "We can calculate absolute coordinates by using 
> `frame-parameter' and `window-pixel-edges'", but it's a mistake.
> 
> To calculate absolute coordinates under X window system, users must also
> obtain the pixel height of menu-bar and tool-bar and the pixel width of
> frame extents, because `window-pixel-edges' returns the location of window
> relative to a X window corresponding to `window-id', but `frame-parameter'
> returns the location of a X window corresponding to `outer-window-id' or
> `parent-id'. That is, these two functions regard the different X windows as
> `frame'. Unfortunately, there is no way to obtain the tool-bar height etc.
> without calling external programs such as xwininfo.
> 
> I also encountered this problem when I wrote scim-bridge.el 
> (http://www.emacswiki.org/emacs/ScimBridge) because SCIM requires the 
> clients to send the absolute coordinates of cursor location.
> 
> Please implement the functions like `posn-absolute-x-y', 
> `posn-at-absolute-x-y', and `window-absolute-pixel-edges'.
> 

I can understand posn-absolute-x-y and window-absolute-pixel-edges, but can 
you add some details on what posn-at-absolute-x-y should do?

I'd rather not introduce another position format that looks like the old, but 
where pixels are absolute rather than relative.

	Jan D.








  reply	other threads:[~2010-03-30 17:50 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-15 14:33 bug#5721: Feature request: Function that returns absolute coordinates IRIE Shinsuke
2010-03-30 17:50 ` Jan Djärv [this message]
2010-05-31 10:28   ` IRIE Shinsuke
2010-06-01  1:16     ` YAMAMOTO Mitsuharu
2010-07-02  2:10       ` YAMAMOTO Mitsuharu
2010-07-02  7:06         ` Jan Djärv
2010-07-02  9:15           ` YAMAMOTO Mitsuharu
2010-07-14 15:22             ` Jan Djärv
2010-07-15  0:17               ` YAMAMOTO Mitsuharu
2010-07-15  6:07                 ` Jan Djärv
2010-07-15  6:49                   ` YAMAMOTO Mitsuharu
2010-07-15  7:50                     ` Jan Djärv
2010-07-15  7:59                       ` YAMAMOTO Mitsuharu
2010-07-15  8:06                         ` Jan Djärv
2010-07-15  8:18                           ` YAMAMOTO Mitsuharu
2010-07-15  8:35                             ` Jan Djärv
2010-07-15  8:44                               ` YAMAMOTO Mitsuharu
2010-07-15  8:59                                 ` Jan Djärv
2010-07-15  9:27                                   ` YAMAMOTO Mitsuharu
2010-07-15  9:35                                     ` Jan Djärv
2010-07-15  9:38                                       ` YAMAMOTO Mitsuharu
2010-07-15 10:32                                         ` Jan Djärv
2010-07-16  0:25                                           ` YAMAMOTO Mitsuharu
2010-07-16  6:39                                             ` Jan Djärv
2010-07-16  9:14                                               ` YAMAMOTO Mitsuharu
2010-07-16 12:20                                                 ` Jan Djärv
2010-07-15  9:57                                       ` YAMAMOTO Mitsuharu
2010-07-15 10:56                                         ` Jan Djärv
2010-07-16  0:35                                           ` YAMAMOTO Mitsuharu
2010-07-16  6:38                                             ` Jan Djärv
2010-07-16  8:37                                               ` YAMAMOTO Mitsuharu
2010-07-16  8:49                                                 ` Jan Djärv
2010-07-16  8:58                                                   ` YAMAMOTO Mitsuharu
2010-07-16 12:19                                                     ` Jan Djärv
2010-07-17  0:30                                                       ` YAMAMOTO Mitsuharu
2010-07-17  5:32                                                         ` YAMAMOTO Mitsuharu
2010-07-17  8:37                                                           ` Jan Djärv
2010-07-17  8:42                                                             ` YAMAMOTO Mitsuharu
2010-07-01 12:37 ` Jan Djärv
2010-07-01 16:52   ` bug#5721: Feature request: Function that returnsabsolute coordinates Drew Adams
2010-07-01 17:20     ` Jan Djärv
2010-07-01 17:27       ` Drew Adams
2010-07-01 18:26         ` Jan Djärv
2010-07-01 18:52           ` Drew Adams
2010-07-01 20:08           ` Juanma Barranquero
2010-07-01 22:05           ` Lennart Borgman
     [not found]   ` <87r5jn148f.wl%irieshinsuke@yahoo.co.jp>
2010-07-01 18:14     ` bug#5721: Feature request: Function that returns absolute coordinates Jan Djärv
2010-07-02  0:33 ` MON KEY
2013-09-28 20:06 ` Andreas Politz
2013-09-29 10:26   ` martin rudalics
2013-09-29 15:41     ` Andreas Politz
2013-09-29 16:02       ` Jan Djärv
2013-09-29 16:05         ` Jan Djärv
2013-09-29 17:21           ` Andreas Politz
2013-09-29 18:09             ` Jan Djärv
2013-09-29 18:47             ` martin rudalics
2013-09-29 18:47         ` martin rudalics
2013-09-29 20:10           ` Jan Djärv
2013-10-03 17:25             ` Andreas Politz
2013-10-03 20:25               ` Eli Zaretskii
2013-10-03 21:09                 ` Andreas Politz
2013-10-04  6:47                   ` Eli Zaretskii
2013-10-04  8:28                     ` Andreas Politz
2013-10-04  8:55                       ` Eli Zaretskii
2013-10-04 10:33                         ` Andreas Politz
2013-09-29 18:46       ` martin rudalics
2013-09-29 20:25         ` Andreas Politz
2013-09-29 15:59     ` Jan Djärv

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BB239F2.3040708@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=5721@debbugs.gnu.org \
    --cc=irieshinsuke@yahoo.co.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).