unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ralf Angeli <angeli@caeruleus.net>
Subject: Re: GNU Emacs no longer honours top and left parameters to make-frame
Date: Thu, 21 Sep 2006 22:30:47 +0200	[thread overview]
Message-ID: <eeuspm$t5q$2@sea.gmane.org> (raw)
In-Reply-To: 87odta5ujq.fsf@neutrino.caeruleus.net

* Ralf Angeli (2006-09-20) writes:

> * Krishnakumar B. (2006-09-20) writes:
>
>> The following code that I had in my .emacs no longer works, i.e., the top
>> and left values are not honoured by Emacs, and Emacs places my frames at
>> arbitrary locations on startup.
> [...]
>> |       (make-frame `((width  . 80)
>> |                     (left   . ,left)
>> |                     (top    . ,top)
>> |                     (height . ,height)
>> |                     (tool-bar-lines . 0))))
>
> I'll have a look ...

Hm, w32_createwindow would have to know these values.  But the only
object explicitely passed to the function is the frame.  The frame
struct contains top_pos and left_pos but we don't know when we can use
them.

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?

-- 
Ralf

  reply	other threads:[~2006-09-21 20:30 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 [this message]
2006-09-22  9:19     ` YAMAMOTO Mitsuharu
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

  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='eeuspm$t5q$2@sea.gmane.org' \
    --to=angeli@caeruleus.net \
    /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).