From: Drew Adams <drew.adams@oracle.com>
To: 24085@debbugs.gnu.org
Subject: bug#24085: 25.1.50; `make-frame' given `top' param creates frame with ~10x smaller `top'
Date: Tue, 26 Jul 2016 21:49:16 -0700 (PDT) [thread overview]
Message-ID: <0bfd2e8d-9d9b-4737-a637-5175eaaf41c0@default> (raw)
emacs -Q
In *scratch*, type and evaluate:
(make-frame '((name . "AAA")
(left . 800) (top . 600)
(user-position . t)))
In the new frame, do `M-: (frame-parameters)'. You see something like
this:
((tool-bar-position . top) (parent-id) (explicit-name . t)
(display . "w32") (visibility . t) (icon-name) (window-id . "265868")
(top . 73) (left . 800) (buried-buffer-list)
^^^^^^^^^^ ^^^^^^^^^^^^
(buffer-list #<buffer *scratch*> #<buffer *Minibuf-1*>)
(unsplittable) ...)
And that new frame is indeed about 73 pixels from the top screen edge,
and about 800 pixels from the left screen edge.
What am I missing? The Elisp manual, node `Position Parameters' seems
to say that `top' is just like `left'. The resulting `left' value is
exactly what was prescribed to `make-frame', but the resulting `top'
value is 73 instead of the prescribed 600.
But I see about the same behavior in Emacs 23 and 22, so this is
apparently not new. Am I misunderstanding the doc description?
FWIW, Emacs 20 behaves just like the doc says (as I understand it): the
resulting `top' value is exactly what you provide to `make-frame', and
the frame is actually positioned with its top at that position (not at
a top location that is ~10x smaller).
In GNU Emacs 25.1.50.1 (i686-pc-mingw32)
of 2015-12-10
Repository revision: 6148555ee5a3d0139ae517803718b3e0357933c7
Windowing system distributor 'Microsoft Corp.', version 6.1.7601
Configured using:
'configure --prefix=/c/Devel/emacs/snapshot/trunk --enable-checking=yes
--enable-check-lisp-object-type --without-compress-install 'CFLAGS=-Og
-ggdb3' LDFLAGS=-Lc:/Devel/emacs/lib 'CPPFLAGS=-DGC_MCHECK=1
-Ic:/Devel/emacs/include''
next reply other threads:[~2016-07-27 4:49 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-27 4:49 Drew Adams [this message]
2016-07-27 9:19 ` bug#24085: 25.1.50; `make-frame' given `top' param creates frame with ~10x smaller `top' martin rudalics
2016-07-27 13:29 ` Drew Adams
2016-07-27 16:23 ` Eli Zaretskii
2016-07-28 8:57 ` martin rudalics
2016-07-28 14:50 ` Eli Zaretskii
2016-07-28 19:07 ` martin rudalics
2016-07-28 16:34 ` Drew Adams
2016-07-28 19:07 ` martin rudalics
2022-04-22 13:22 ` Lars Ingebrigtsen
2022-04-22 15:28 ` Drew Adams
[not found] ` <<3657859c-03f1-4eca-9a78-a9be0dee6552@default>
[not found] ` <<83h9bbrqx5.fsf@gnu.org>
2016-07-27 16:57 ` Drew Adams
2016-07-27 17:37 ` Eli Zaretskii
[not found] ` <<<3657859c-03f1-4eca-9a78-a9be0dee6552@default>
[not found] ` <<<83h9bbrqx5.fsf@gnu.org>
[not found] ` <<06a3fb2a-b975-41cf-8aa3-c2cbe207057f@default>
[not found] ` <<838twnrngr.fsf@gnu.org>
2016-07-27 18:39 ` Drew Adams
2016-07-27 19:00 ` Eli Zaretskii
[not found] ` <<<<3657859c-03f1-4eca-9a78-a9be0dee6552@default>
[not found] ` <<<<83h9bbrqx5.fsf@gnu.org>
[not found] ` <<<06a3fb2a-b975-41cf-8aa3-c2cbe207057f@default>
[not found] ` <<<838twnrngr.fsf@gnu.org>
[not found] ` <<325b79e8-c40b-46f7-a89a-11f0888b0a68@default>
[not found] ` <<8360rqsy7i.fsf@gnu.org>
2016-07-27 20:55 ` Drew Adams
2016-07-28 2:12 ` Clément Pit--Claudel
2016-07-28 16:35 ` Drew Adams
2016-07-28 8:57 ` martin rudalics
2016-07-28 16:35 ` Drew Adams
2016-07-28 14:40 ` Eli Zaretskii
[not found] ` <<<<<3657859c-03f1-4eca-9a78-a9be0dee6552@default>
[not found] ` <<<<<83h9bbrqx5.fsf@gnu.org>
[not found] ` <<<<06a3fb2a-b975-41cf-8aa3-c2cbe207057f@default>
[not found] ` <<<<838twnrngr.fsf@gnu.org>
[not found] ` <<<325b79e8-c40b-46f7-a89a-11f0888b0a68@default>
[not found] ` <<<8360rqsy7i.fsf@gnu.org>
[not found] ` <<6336b8b4-49c0-4ce6-9044-cf558f12c16e@default>
[not found] ` <<8337mtsu54.fsf@gnu.org>
2016-07-28 16:36 ` Drew Adams
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=0bfd2e8d-9d9b-4737-a637-5175eaaf41c0@default \
--to=drew.adams@oracle.com \
--cc=24085@debbugs.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.