unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: martin rudalics <rudalics@gmx.at>
Cc: 16923@debbugs.gnu.org
Subject: bug#16923: 24.3.50; reression: `set-frame-size' loses mode line
Date: Fri, 7 Mar 2014 08:48:29 -0800 (PST)	[thread overview]
Message-ID: <f46ec99a-8a39-44f2-bf49-7845e1461a3e@default> (raw)
In-Reply-To: <531977B2.8030109@gmx.at>

[-- Attachment #1: Type: text/plain, Size: 3618 bytes --]

> So the window code calculated 14 pixels for the mode line which
> subsequently either got lost in the display engine or was cut off by the
> window manager.  It would be still interesting to see a high resolution
> screenshot of the lower part of your frame.

Attached.

> A list of things you can try:
> 
> (1) You have set frame parameters for right and bottom dividers.  Maybe
>      they interfere, so try without them.

OK, I tried that. It changed nothing.

> (2) Set the `border-width' and/or `internal-border-width' parameter of
>      your frame to some number and look whether a border stays visible at
>      the bottom of a frame whose window lost its mode line.

I set border-width to 10 and internal to 15.  First, some of the times
when the mode line would have disappeared it did not do so.  Second,
it did still do so sometimes - almost disappeared, that is.  In the
latter case, what I saw (attached) was that, instead, part of the mode
line disappeared, and there was no bottom border.

It seems we're getting somewhere now.

> (3) Try to enhance `window--dump-frame' in a way that it does not erase
>      its buffer and call it several times, immediately before and after
>      you ask for a frame size change in `fit-frame'.  Moreover, you could
>      add two lines to it with a suitable informatory text to display the
>      values returned by
> 
>      (w32-frame-rect frame)
>      (w32-frame-rect frame t)
> 
>      These are Windows specific so I can't include them in the
>      `window--dump-frame' version that comes with Emacs.

Attached also.  When fit-frame was called, it printed ------------.
Then it called `window--dump-frame' 3 times.  Then it fit the frame.
Then it called `window--dump-frame' 3 times again. `window--dump-frame'
inserted a form feed, then the data.

So each `fit-frame' call starts with ------------.  It is followed
by 6 sets of data printed by `window--dump-frame', each introduced
with a form feed.

> In any case, if setting `w32-enable-frame-resize-hack' does make a
> difference, I doubt that we can really do anything about this.

I certainly hope you can, though this is not a critical bug.

(It is a regression, in any case.  It should be *possible* to remove
it, since at one time it was not there. ;-)  Of course, that does not
mean that it must be easy to remove it or that removing it and possibly
sacrificin other benefits is TRT.)

> It looks like a timing error where Emacs and Windows have different
> conceptions about the size of the Emacs frame.  Maybe locally binding
> `w32-enable-frame-resize-hack' to nil around the `fit-frame' calls
> would help.

Actually, that does seem to help.  It seems to solve the problem.
Let me know, after looking over all of this information, whether you
think something can be or needs to be fixed on the Emacs side for
this bug, or whether I should just wrap such a binding around the
body of `fit-frame'.

FWIW: Dunno whether it is related, but I have also seen this recently:
Library pp-c-l.el shows a form-feed char in a pretty way, as shown here:
http://www.emacswiki.org/cgi-bin/wiki/PrettyControlL.  This is
still the case in general, but sometimes when a file with form feeds
is first visited they appear normally, i.e., as ^L.  Even hitting `C-l'
does not cause their proper display.  Eventually they are displayed OK.

Perhaps Emacs redisplay is now happening less than was the case before?

Dunno whether this is at all related to bug #16923 (which does not
regain the proper display of the mode line at all).


[-- Attachment #2: throw-emacs-bug-16923.png --]
[-- Type: image/png, Size: 49026 bytes --]

[-- Attachment #3: throw-emacs-bug-16923-w-borders.png --]
[-- Type: image/png, Size: 19374 bytes --]

[-- Attachment #4: throw-emacs-bug-16923.txt --]
[-- Type: text/plain, Size: 24754 bytes --]

------------
\f
frame pixel: 627 x 832   cols/lines: 75 x 57   units: 8 x 14
frame text pixel: 576 x 802   cols/lines: 72 x 57
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 912), (0 0 627 832)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 802   new: 0
char left: 0   top: 0   size: 74 x 57   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 772   char: 72 x 55
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 832   cols/lines: 75 x 57   units: 8 x 14
frame text pixel: 576 x 802   cols/lines: 72 x 57
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 912), (0 0 627 832)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 802   new: 0
char left: 0   top: 0   size: 74 x 57   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 772   char: 72 x 55
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 832   cols/lines: 75 x 57   units: 8 x 14
frame text pixel: 576 x 802   cols/lines: 72 x 57
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 912), (0 0 627 832)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 802   new: 0
char left: 0   top: 0   size: 74 x 57   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 772   char: 72 x 55
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 856   cols/lines: 75 x 59   units: 8 x 14
frame text pixel: 576 x 826   cols/lines: 72 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 912), (0 0 627 832)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 826   new: 0
char left: 0   top: 0   size: 74 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 796   char: 72 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 856   cols/lines: 75 x 59   units: 8 x 14
frame text pixel: 576 x 826   cols/lines: 72 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 912), (0 0 627 832)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 826   new: 0
char left: 0   top: 0   size: 74 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 796   char: 72 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 856   cols/lines: 75 x 59   units: 8 x 14
frame text pixel: 576 x 826   cols/lines: 72 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 912), (0 0 627 832)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 826   new: 0
char left: 0   top: 0   size: 74 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 796   char: 72 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0

------------
\f
frame pixel: 627 x 748   cols/lines: 75 x 51   units: 8 x 14
frame text pixel: 576 x 718   cols/lines: 72 x 51
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 828), (0 0 627 748)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 718   new: 0
char left: 0   top: 0   size: 74 x 51   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 688   char: 72 x 49
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 748   cols/lines: 75 x 51   units: 8 x 14
frame text pixel: 576 x 718   cols/lines: 72 x 51
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 828), (0 0 627 748)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 718   new: 0
char left: 0   top: 0   size: 74 x 51   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 688   char: 72 x 49
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 748   cols/lines: 75 x 51   units: 8 x 14
frame text pixel: 576 x 718   cols/lines: 72 x 51
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 828), (0 0 627 748)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 718   new: 0
char left: 0   top: 0   size: 74 x 51   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 688   char: 72 x 49
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 856   cols/lines: 75 x 59   units: 8 x 14
frame text pixel: 576 x 826   cols/lines: 72 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 912), (0 0 627 832)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 826   new: 0
char left: 0   top: 0   size: 74 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 796   char: 72 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 856   cols/lines: 75 x 59   units: 8 x 14
frame text pixel: 576 x 826   cols/lines: 72 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 912), (0 0 627 832)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 826   new: 0
char left: 0   top: 0   size: 74 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 796   char: 72 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 856   cols/lines: 75 x 59   units: 8 x 14
frame text pixel: 576 x 826   cols/lines: 72 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 912), (0 0 627 832)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 826   new: 0
char left: 0   top: 0   size: 74 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 796   char: 72 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0

------------
\f
frame pixel: 627 x 832   cols/lines: 75 x 57   units: 8 x 14
frame text pixel: 576 x 802   cols/lines: 72 x 57
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 912), (0 0 627 832)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 802   new: 0
char left: 0   top: 0   size: 74 x 57   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 772   char: 72 x 55
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 832   cols/lines: 75 x 57   units: 8 x 14
frame text pixel: 576 x 802   cols/lines: 72 x 57
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 912), (0 0 627 832)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 802   new: 0
char left: 0   top: 0   size: 74 x 57   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 772   char: 72 x 55
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 832   cols/lines: 75 x 57   units: 8 x 14
frame text pixel: 576 x 802   cols/lines: 72 x 57
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 912), (0 0 627 832)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 802   new: 0
char left: 0   top: 0   size: 74 x 57   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 772   char: 72 x 55
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 772   cols/lines: 75 x 53   units: 8 x 14
frame text pixel: 576 x 742   cols/lines: 72 x 53
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 828), (0 0 627 748)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 742   new: 0
char left: 0   top: 0   size: 74 x 53   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 712   char: 72 x 50
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 772   cols/lines: 75 x 53   units: 8 x 14
frame text pixel: 576 x 742   cols/lines: 72 x 53
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 828), (0 0 627 748)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 742   new: 0
char left: 0   top: 0   size: 74 x 53   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 712   char: 72 x 50
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 772   cols/lines: 75 x 53   units: 8 x 14
frame text pixel: 576 x 742   cols/lines: 72 x 53
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 828), (0 0 627 748)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 742   new: 0
char left: 0   top: 0   size: 74 x 53   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 712   char: 72 x 50
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0

------------
\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 856   cols/lines: 75 x 59   units: 8 x 14
frame text pixel: 576 x 826   cols/lines: 72 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 912), (0 0 627 832)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 826   new: 0
char left: 0   top: 0   size: 74 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 796   char: 72 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 856   cols/lines: 75 x 59   units: 8 x 14
frame text pixel: 576 x 826   cols/lines: 72 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 912), (0 0 627 832)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 826   new: 0
char left: 0   top: 0   size: 74 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 796   char: 72 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 627 x 856   cols/lines: 75 x 59   units: 8 x 14
frame text pixel: 576 x 826   cols/lines: 72 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 635 912), (0 0 627 832)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 597 x 826   new: 0
char left: 0   top: 0   size: 74 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 576 x 796   char: 72 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0

------------
\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0

------------
\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0

------------
\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0


\f
frame pixel: 699 x 856   cols/lines: 84 x 59   units: 8 x 14
frame text pixel: 648 x 826   cols/lines: 81 x 59
tool: 0  scroll: 21  fringe: 0  border: 15  right: 2  bottom: 2
w32-rect: (0 0 707 912), (0 0 699 856)
#<window 24 on *info*>   parent: nil
pixel left: 0   top: 0   size: 669 x 826   new: 0
char left: 0   top: 0   size: 83 x 59   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 648 x 796   char: 81 x 56
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 0  scroll-bar: 21  divider: 0
height header-line: 14  mode-line: 16  divider: 0

========================================================

  reply	other threads:[~2014-03-07 16:48 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-02 20:05 bug#16923: 24.3.50; reression: `set-frame-size' loses mode line Drew Adams
2014-03-02 20:51 ` Eli Zaretskii
2014-03-03  8:29 ` martin rudalics
2014-03-03 14:43   ` Drew Adams
2014-03-03 18:37     ` martin rudalics
2014-03-03 19:17       ` Drew Adams
2014-03-03 19:43         ` martin rudalics
2014-03-03 21:07           ` Drew Adams
2014-03-04  8:08             ` martin rudalics
2014-03-04 18:45               ` Drew Adams
2014-03-05  7:26                 ` martin rudalics
2014-03-05 15:43                   ` Drew Adams
2014-03-05 16:02                     ` Juanma Barranquero
2014-03-05 18:20                     ` martin rudalics
2014-03-05 18:32                       ` Drew Adams
2014-03-05 19:28                         ` martin rudalics
2014-03-05 19:42                           ` Drew Adams
2014-03-05 19:53                             ` martin rudalics
2014-03-05 21:23                               ` Drew Adams
2014-03-06 17:26                                 ` martin rudalics
2014-03-06 18:25                                   ` Drew Adams
2014-03-06 18:54                                     ` martin rudalics
2014-03-06 20:51                                       ` Drew Adams
2014-03-06 21:26                                         ` martin rudalics
2014-03-06 21:51                                           ` Drew Adams
2014-03-07  7:39                                             ` martin rudalics
2014-03-07 16:48                                               ` Drew Adams [this message]
2014-03-07 17:48                                                 ` martin rudalics
2014-03-07 18:09                                                   ` Drew Adams
2014-03-07 18:36                                                     ` martin rudalics
2014-03-07 19:13                                                       ` Drew Adams
2014-03-08  9:11                                                         ` martin rudalics
2014-03-08 15:34                                                           ` Drew Adams
2014-03-08 15:48                                                             ` Eli Zaretskii
2014-03-08 18:59                                                               ` martin rudalics
2014-03-08 18:59                                                             ` martin rudalics
2014-03-08 19:12                                                               ` Drew Adams
2014-03-08 19:54                                                                 ` martin rudalics
2014-03-08 22:51                                                                   ` Drew Adams
2014-03-09 13:56                                                                     ` martin rudalics
2014-03-09 16:35                                                                       ` Drew Adams
2014-03-09 18:13                                                                         ` martin rudalics
2014-03-09 19:14                                                                           ` Drew Adams
2014-03-10  9:04                                                                             ` martin rudalics
2014-03-28 15:29                                                                               ` Drew Adams
2014-03-28 19:28                                                                                 ` martin rudalics
2019-08-15  1:08                                                                                   ` Lars Ingebrigtsen
2019-08-15  1:32                                                                                     ` Drew Adams
2014-03-05 20:05                           ` Eli Zaretskii
2014-03-03 15:54   ` Eli Zaretskii
     [not found] <<b3d29ce8-c0cb-442e-9e6d-fda3d349c778@default>
     [not found] ` <<834n3gtjco.fsf@gnu.org>
2014-03-02 21:53   ` Drew Adams
     [not found] ` <<53143D5C.7020000@gmx.at>
     [not found]   ` <<a2349e72-8172-4652-a980-890f813bc623@default>
     [not found]     ` <<5314CBE1.6050905@gmx.at>
     [not found]       ` <<04dda5ae-8b70-42f5-ae09-c1d05ebc9297@default>
     [not found]         ` <<5314DB5D.50709@gmx.at>
     [not found]           ` <<29b76228-778a-4aea-8fe4-5abedb5b6795@default>
     [not found]             ` <<531589F3.1050300@gmx.at>
     [not found]               ` <<70615a8e-3923-40c3-bfbc-af0a305cd6df@default>
     [not found]                 ` <<5316D1B5.8040801@gmx.at>
     [not found]                   ` <<a2e7f767-2129-4d48-97f4-18b8fbfd6af7@default>
     [not found]                     ` <<53176AF2.9010800@gmx.at>
     [not found]                       ` <<edc5b3cb-8cbd-47fa-aa9e-be9372c43863@default>
     [not found]                         ` <<53177AEF.9050106@gmx.at>
     [not found]                           ` <<83d2i0qulk.fsf@gnu.org>
2014-03-05 21:02                             ` Drew Adams
2014-03-06  3:41                               ` Eli Zaretskii
     [not found]                           ` <<3f31643f-2638-4ada-8dc4-b3069f3a82fc@default>
     [not found]                             ` <<531780D7.6070109@gmx.at>
     [not found]                               ` <<291bd9d5-923f-440a-821a-06f585557e67@default>
     [not found]                                 ` <<5318AFD9.4000208@gmx.at>
     [not found]                                   ` <<8be91728-fcea-4e74-afff-db6a55b52985@default>
     [not found]                                     ` <<5318C478.1090007@gmx.at>
     [not found]                                       ` <<0f1c6cae-f9cd-4a2b-a662-bcc4116daafc@default>
     [not found]                                         ` <<5318E810.7000705@gmx.at>
     [not found]                                           ` <<dbc69634-37da-4dcf-a7c6-6c43184b4b6c@default>
     [not found]                                             ` <<531977B2.8030109@gmx.at>
     [not found]                                               ` <<f46ec99a-8a39-44f2-bf49-7845e1461a3e@default>
     [not found]                                                 ` <<531A0655.5040400@gmx.at>
     [not found]                                                   ` <<5e0232ee-58e3-42a3-8102-e12e8e605b2b@default>
     [not found]                                                     ` <<531A11BE.5070300@gmx.at>
     [not found]                                                       ` <<738285f8-0119-49cd-b5b5-7e9607fadff3@default>
     [not found]                                                         ` <<531ADEBC.9030200@gmx.at>
     [not found]                                                           ` <<1cb471a0-5db3-4c77-90ff-ed8aa2c9bd0b@default>
     [not found]                                                             ` <<83lhwkpu87.fsf@gnu.org>
2014-03-08 15:56                                                               ` 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

  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=f46ec99a-8a39-44f2-bf49-7845e1461a3e@default \
    --to=drew.adams@oracle.com \
    --cc=16923@debbugs.gnu.org \
    --cc=rudalics@gmx.at \
    /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).