GNU bug report logs -
#5968
Problems with 'geometry' [GTK,Cygwin,trunk]
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 5968 in the body.
You can then email your comments to 5968 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#5968
; Package
emacs
.
(Sun, 18 Apr 2010 09:55:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Angelo Graziosi <angelo.graziosi <at> alice.it>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sun, 18 Apr 2010 09:55:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I have in .Xdefaults:
Emacs.geometry: 80x40-0+0
which has always started Emacs with the top-right corner (TRC) over the
same corner of Desktop.
But now, the revisions 99918, 99920, 99922... of trunk (GTK build on
Cygwin) starts Emacs with TRC *out* the Desktop! See the attached figure
in [*]! :(
I suspect this is related:
src/ChangeLog:
==================================================
[...]
2010-04-13 Jan DjÃrv <...>
* gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
(x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
does that.
[...]
==================================================
Rev. 99880 works just fine... Indeed, reverting *only* the changes to
'gtkutil.c' (applying 'gtkutil.c.revert_to_880.diff') and building rev.
99922, Emacs starts as expected!! :-)
Perhaps these changes are the cause of the problems:
====================
[...]
- if (user_position)
- {
- hint_flags &= ~GDK_HINT_POS;
- hint_flags |= GDK_HINT_USER_POS;
- }
[...]
====================
It seems that this problem is Cygwin specific, I can't reproduce it on
GNU/Linux Kubuntu 9.10.
On Cygwin, it can be reproduced simply with:
$ emacs -Q --geometry 80x40-0+0 &
or
$ emacs -Q --geometry -0+0 &
Thanks,
Angelo.
---
[*] http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00772.html
[gtkutil.c.revert_to_880.diff (text/plain, attachment)]
Reply sent
to
Jan Djärv <jan.h.d <at> swipnet.se>
:
You have taken responsibility.
(Sun, 18 Apr 2010 11:29:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Angelo Graziosi <angelo.graziosi <at> alice.it>
:
bug acknowledged by developer.
(Sun, 18 Apr 2010 11:29:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 5968-done <at> debbugs.gnu.org (full text, mbox):
This is a combination of a race condition (frame is not visible when geometry
is set), and the fact that the window manager doesn't honor gravity correctly.
I reinstalled the change below. It is in principle redundant as Gtk+ sets
this when parsing geometry, but the window manager doesn't seem to honor it
when the window is later shown at a different size.
Marking as done.
Jan D.
> Rev. 99880 works just fine... Indeed, reverting *only* the changes to
> 'gtkutil.c' (applying 'gtkutil.c.revert_to_880.diff') and building rev.
> 99922, Emacs starts as expected!! :-)
>
> Perhaps these changes are the cause of the problems:
>
> ====================
> [...]
> - if (user_position)
> - {
> - hint_flags &= ~GDK_HINT_POS;
> - hint_flags |= GDK_HINT_USER_POS;
> - }
> [...]
> ====================
>
> It seems that this problem is Cygwin specific, I can't reproduce it on
> GNU/Linux Kubuntu 9.10.
>
Jan D.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 17 May 2010 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 15 years and 38 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.