all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Welsh Duggan <mwd@md5i.com>
To: 19428@debbugs.gnu.org
Subject: bug#19428: 25.0.50; Frame is wider (in chars) than normal non-deterministically
Date: Thu, 25 Dec 2014 18:26:24 -0500	[thread overview]
Message-ID: <87r3vncnvj.fsf@maru2.md5i.com> (raw)
In-Reply-To: <87bnmwe6at.fsf@maru2.md5i.com> (Michael Welsh Duggan's message of "Sun, 21 Dec 2014 22:01:46 -0500")

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

I was able to bisect this problem to commit
3477e27021dbe9366c3c1aaba80feb72f1138b29

"Complete pixelwise frame/window resizing, add horizontal scrollbar
support."

I am testing for the bad behavior using the following script:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: test.sh --]
[-- Type: text/x-sh, Size: 240 bytes --]

#!/bin/bash

EMACS=/home/md5i/src/emacs/build/src/emacs
BUGTEST=/tmp/bug.el

for run in {1..50}
do
    ${EMACS} -Q -l ${BUGTEST}
    cols=$?
    if [ $cols -ne 80 ]; 
    then
        echo "Width == $cols"
        exit 1
    fi
done
exit 0

[-- Attachment #3: Type: text/plain, Size: 60 bytes --]


The following is the elisp file referenced in the script:


[-- Attachment #4: bug.el --]
[-- Type: application/emacs-lisp, Size: 177 bytes --]

[-- Attachment #5: Type: text/plain, Size: 761 bytes --]


Finally, here is example output from a few runs:

md5i@maru2:~/src/emacs/build$ /tmp/test.sh 
Warning: Cannot convert string "-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*" to type FontStruct
Warning: Cannot convert string "-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*" to type FontStruct
Width == 84
md5i@maru2:~/src/emacs/build$ /tmp/test.sh 
Warning: Cannot convert string "-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*" to type FontStruct
Width == 84
md5i@maru2:~/src/emacs/build$ /tmp/test.sh 
Warning: Cannot convert string "-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*" to type FontStruct
Warning: Cannot convert string "-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*" to type FontStruct
Width == 84

-- 
Michael Welsh Duggan
(md5i@md5i.com)

  reply	other threads:[~2014-12-25 23:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-22  3:01 bug#19428: 25.0.50; Frame is wider (in chars) than normal non-deterministically Michael Welsh Duggan
2014-12-25 23:26 ` Michael Welsh Duggan [this message]
2014-12-30 16:01 ` martin rudalics
2014-12-30 22:47   ` Michael Welsh Duggan
2015-01-03 17:17   ` martin rudalics
2015-01-05  3:31     ` Michael Duggan
2015-01-05  7:08       ` martin rudalics
2015-01-05  7:53         ` martin rudalics
2015-01-03 20:22 ` bug#19428: 25.0.50; X frame size inconsistent at start-up Paul Eggert
2015-01-04  8:55   ` martin rudalics
2015-01-04  9:13     ` Paul Eggert

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=87r3vncnvj.fsf@maru2.md5i.com \
    --to=mwd@md5i.com \
    --cc=19428@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.