From: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Cc: emacs-devel@gnu.org
Subject: Re: GNU Emacs no longer honours top and left parameters to make-frame
Date: Fri, 22 Sep 2006 18:19:43 +0900 [thread overview]
Message-ID: <wlfyekl0ls.wl%mituharu@math.s.chiba-u.ac.jp> (raw)
In-Reply-To: <eeuspm$t5q$2@sea.gmane.org>
>>>>> On Thu, 21 Sep 2006 22:30:47 +0200, Ralf Angeli <angeli@caeruleus.net> said:
> Does anybody know if there is another variable where the (top and
> left) values given to `make-frame' are stored and which could be
> used by w32_createwindow to look them up?
f->top_pos and f->left_pos, which are set in x_figure_window_size.
As I said in http://lists.gnu.org/archive/html/emacs-devel/2006-07/msg01367.html,
whether we should honor these variables has something to do with size
hints. Maybe you can simply check f->size_hint_flags, which is also
set in x_figure_window_size, against USPosition and PPosition to
decide that.
YAMAMOTO Mitsuharu
mituharu@math.s.chiba-u.ac.jp
next prev parent reply other threads:[~2006-09-22 9:19 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-20 4:42 GNU Emacs no longer honours top and left parameters to make-frame Krishnakumar B
2006-09-20 17:15 ` Ralf Angeli
2006-09-21 20:30 ` Ralf Angeli
2006-09-22 9:19 ` YAMAMOTO Mitsuharu [this message]
2006-10-07 19:28 ` Ralf Angeli
2006-10-07 20:10 ` Jason Rumney
2006-10-07 22:46 ` GNU Emacs no longer honours top and left parameterstomake-frame mituharu
2006-10-08 7:27 ` Ralf Angeli
2006-10-28 22:38 ` Ralf Angeli
2006-10-29 4:26 ` Eli Zaretskii
2006-10-29 11:10 ` Ralf Angeli
2006-11-04 12:21 ` Eli Zaretskii
2006-09-22 9:28 ` GNU Emacs no longer honours top and left parameters to make-frame Kim F. Storm
2006-09-24 20:02 ` Ralf Angeli
2006-09-22 12:49 ` Eli Zaretskii
2006-09-24 19:48 ` Ralf Angeli
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=wlfyekl0ls.wl%mituharu@math.s.chiba-u.ac.jp \
--to=mituharu@math.s.chiba-u.ac.jp \
--cc=emacs-devel@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.