all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: "Bruno Félix Rezende Ribeiro" <oitofelix@gnu.org>,
	"Eli Zaretskii" <eliz@gnu.org>
Cc: 18912@debbugs.gnu.org
Subject: bug#18912: 24.4; mode-line corruption on graphical frames in dual-headed display
Date: Tue, 04 Nov 2014 08:55:02 +0100	[thread overview]
Message-ID: <54588656.3090207@gmx.at> (raw)
In-Reply-To: <5457D052.4090807@gnu.org>

 > Here is the result for the *corrupted* frame:
 >
 >    frame pixel: 756 x 669   cols/lines: 84 x 37   units: 9 x 18
 >    frame text pixel: 720 x 667   cols/lines: 80 x 37
 >    tool: 36  scroll: 16  fringe: 18  border: 1  right: 0  bottom: 0
 >
 >    #<window 3 on dev>   parent: nil
 >    pixel left: 0   top: 36   size: 754 x 613   new: 0
                                            ^^^
					
This is consistent with what you reported earlier, namely

   Bad configuration (both VGA1 and LVDS1 enabled):

   (window-height) ==> 34
   (window-pixel-height) ==> 613

 >    char left: 0   top: 2   size: 83 x 34   new: 0
 >    normal: 1.0 x 1.0   new: 0
 >    body pixel: 720 x 595   char: 80 x 33
 >    width left fringe: 9  left margin: 0  right margin: 0
 >    width right fringe: 9  scroll-bar: 16  divider: 0
 >    height header-line: 0  mode-line: 18  divider: 0
 >
 >    #<window 4 on  *Minibuf-0*>   parent: nil
 >    pixel left: 0   top: 649   size: 754 x 18   new: 0
 >    char left: 0   top: 36   size: 754 x 1   new: 0
 >    normal: 1.0 x 1.0   new: 0
 >    body pixel: 720 x 18   char: 80 x 1
 >    width left fringe: 9  left margin: 0  right margin: 0
 >    width right fringe: 9  scroll-bar: 16  divider: 0
 >    height header-line: 0  mode-line: 0  divider: 0
 >
 >
 > Here is the result for the *good* frame:
 >
 >    frame pixel: 756 x 669   cols/lines: 84 x 37   units: 9 x 18
 >    frame text pixel: 720 x 667   cols/lines: 80 x 37
 >    tool: 36  scroll: 16  fringe: 18  border: 1  right: 0  bottom: 0
 >
 >    #<window 3 on dev>   parent: nil
 >    pixel left: 0   top: 36   size: 754 x 613   new: 0
                                            ^^^

This is not consistent with what you reported earlier, namely

   Good configuration (only VGA1 enabled):

   (window-height) => 34
   (window-pixel-height) => 612

 >    char left: 0   top: 2   size: 83 x 34   new: 0
 >    normal: 1.0 x 1.0   new: 0
 >    body pixel: 720 x 595   char: 80 x 33
 >    width left fringe: 9  left margin: 0  right margin: 0
 >    width right fringe: 9  scroll-bar: 16  divider: 0
 >    height header-line: 0  mode-line: 18  divider: 0
 >
 >    #<window 4 on  *Minibuf-0*>   parent: nil
 >    pixel left: 0   top: 649   size: 754 x 18   new: 0
 >    char left: 0   top: 36   size: 754 x 1   new: 0
 >    normal: 1.0 x 1.0   new: 0
 >    body pixel: 720 x 18   char: 80 x 1
 >    width left fringe: 9  left margin: 0  right margin: 0
 >    width right fringe: 9  scroll-bar: 16  divider: 0
 >    height header-line: 0  mode-line: 0  divider: 0

Can you try getting the results of `window--dump-frame' for these old
(good and bad) configurations, that is with the build you used in your
initial report?  I'd want to see different pixel heights (not 669) for
these two frames but can't tell anything unless the pixel height (612)
of the good window reemerges.

So try first to get the different (window-pixel-height) values back and
then evaluate (window--dump-frame) instead of (window-pixel-height).

Thanks, martin





  parent reply	other threads:[~2014-11-04  7:55 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-30 13:46 bug#18912: 24.4; mode-line corruption on graphical frames in dual-headed display Bruno Félix Rezende Ribeiro
2014-10-31 20:30 ` Stefan Monnier
2014-10-31 20:44   ` Bruno Félix Rezende Ribeiro
2014-11-01  8:42   ` Eli Zaretskii
2014-11-01 12:56     ` Bruno Félix Rezende Ribeiro
2014-11-01  8:38 ` Eli Zaretskii
2014-11-01  9:16   ` Eli Zaretskii
2014-11-01 12:54   ` Bruno Félix Rezende Ribeiro
2014-11-01 13:03     ` Eli Zaretskii
2014-11-02 21:49       ` Bruno Félix Rezende Ribeiro
2014-11-03  3:34         ` Eli Zaretskii
2014-11-03  6:03           ` Bruno Félix Rezende Ribeiro
2014-11-03 16:20             ` Eli Zaretskii
2014-11-03 17:43               ` martin rudalics
2014-11-03 17:52                 ` Eli Zaretskii
2014-11-03 18:01                   ` martin rudalics
2014-11-03 18:19                     ` Eli Zaretskii
2014-11-03 20:06               ` Bruno Félix Rezende Ribeiro
2014-11-03 20:24                 ` Eli Zaretskii
2014-11-03 20:29                   ` Eli Zaretskii
2014-11-03 20:46                     ` Eli Zaretskii
2014-11-03 21:01                       ` Bruno Félix Rezende Ribeiro
2014-11-03 21:19                         ` Eli Zaretskii
2014-11-04  6:05                           ` Bruno Félix Rezende Ribeiro
2014-11-04  8:25                             ` Bruno Félix Rezende Ribeiro
2014-11-04 16:00                               ` Eli Zaretskii
2014-11-04 19:24                                 ` martin rudalics
2014-11-04 19:52                                   ` Eli Zaretskii
2014-11-04 20:13                                 ` Stefan Monnier
2014-11-05  3:39                                   ` Eli Zaretskii
2014-11-05  9:17                                   ` Andreas Schwab
2014-11-04 21:09                                 ` Bruno Félix Rezende Ribeiro
2014-11-05 16:02                                   ` Eli Zaretskii
2014-11-05 21:38                                     ` Bruno Félix Rezende Ribeiro
2014-11-06  3:45                                       ` Eli Zaretskii
2014-11-06 15:28                                         ` Stefan Monnier
2014-11-04 15:54                             ` Stefan Monnier
2014-11-04 21:28                               ` Bruno Félix Rezende Ribeiro
2014-11-04 23:11                                 ` Stefan Monnier
2014-11-04 15:56                             ` Eli Zaretskii
2014-11-04 19:24                               ` martin rudalics
2014-11-04 20:55                                 ` Bruno Félix Rezende Ribeiro
2014-11-04 20:14                               ` Bruno Félix Rezende Ribeiro
2014-11-05  3:51                                 ` Eli Zaretskii
2014-11-05  6:28                                   ` Bruno Félix Rezende Ribeiro
2014-11-05 15:58                                     ` Eli Zaretskii
2014-11-05 19:46                                       ` Bruno Félix Rezende Ribeiro
2014-11-03 20:55                     ` Bruno Félix Rezende Ribeiro
2014-11-03 20:44                   ` Bruno Félix Rezende Ribeiro
2014-11-03  9:08           ` Andreas Schwab
2014-11-03 16:23             ` Eli Zaretskii
2014-11-03  9:41       ` martin rudalics
2014-11-03 18:58         ` Bruno Félix Rezende Ribeiro
2014-11-03 19:14           ` Eli Zaretskii
2014-11-03 20:10             ` Bruno Félix Rezende Ribeiro
2014-11-04  7:55           ` martin rudalics [this message]
2014-11-04  8:20             ` Bruno Félix Rezende Ribeiro
2014-11-04  9:19               ` martin rudalics
2014-11-04 10:25                 ` Bruno Félix Rezende Ribeiro
2014-11-04 16:16                   ` Eli Zaretskii
2014-11-04 19:56                     ` Bruno Félix Rezende Ribeiro
2014-11-04 19:23                   ` martin rudalics
2014-11-04 21:46                     ` Bruno Félix Rezende Ribeiro

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=54588656.3090207@gmx.at \
    --to=rudalics@gmx.at \
    --cc=18912@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=oitofelix@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.