unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#25511: 26.0.50; modify-frame-parameters modifies undesignated parameter?
@ 2017-01-23  7:28 Katsumi Yamaoka
  2017-01-23  8:03 ` martin rudalics
  0 siblings, 1 reply; 16+ messages in thread
From: Katsumi Yamaoka @ 2017-01-23  7:28 UTC (permalink / raw)
  To: 25511

Hi,

This didn't happen last week, and doesn't happen with Emacs 25.1.
I have two displays arranged up and down; one is the up side of
1920x1080 and the other is the down side of 1366x768, i.e.:
+---------------+
|               |
|               |
|   1920x1080   | External display
|               |
|               |
+--+---------+--+
   |         |
   |1366x 768|    Note PC
   |         |
   +---------+
The coordinates start with (0 0) and (256 1080) respectively[1].
In that situation, the following script makes a new frame protrude
to the left from the down screen:

(let ((frame (make-frame)))
  (modify-frame-parameters frame '((top . 1200))))

On the new frame, (frame-parameter nil 'left) returns 8, that is
outside of the down screen.  This happens whichever the original
frame (that runs the script) exists in the up screen or the down
screen.  As mentioned above, a new frame did not protrude from
the down screen last week.  Here is a workaround:

(let ((frame (make-frame)))
  (sit-for 0)
  (modify-frame-parameters frame '((top . 1200))))

But it is needless, isn't it?

Thanks in advance.
Regards,

In GNU Emacs 26.0.50.1 (i686-pc-cygwin, GTK+ Version 3.18.9)
 of 2017-01-23 built on yamaoka-PC
Windowing system distributor 'The Cygwin/X Project', version 11.0.11900000

[1] The values of left and top frame parameters seem to indicate
    that of a window of an Emacs frame, so we have to increase
    the values some extent.





^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2017-06-06  6:38 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-23  7:28 bug#25511: 26.0.50; modify-frame-parameters modifies undesignated parameter? Katsumi Yamaoka
2017-01-23  8:03 ` martin rudalics
2017-01-23  9:01   ` Katsumi Yamaoka
2017-01-23 10:28     ` martin rudalics
2017-01-23 22:54       ` Katsumi Yamaoka
2017-01-24  0:45         ` Katsumi Yamaoka
2017-01-24  7:46           ` martin rudalics
2017-01-24  9:18             ` Katsumi Yamaoka
2017-01-24  9:37               ` martin rudalics
2017-06-05 12:57                 ` npostavs
2017-06-05 13:36                   ` martin rudalics
2017-06-06  0:00                     ` npostavs
2017-06-06  6:38                       ` martin rudalics
2017-01-24  7:46         ` martin rudalics
2017-01-23 17:27   ` Noam Postavsky
2017-01-23 18:01     ` martin rudalics

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).