all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 18347@debbugs.gnu.org
Subject: bug#18347: 24.3.93; Incomplete splash screen display on Cygwin-w32 build
Date: Fri, 29 Aug 2014 11:08:21 -0400	[thread overview]
Message-ID: <54009765.8040509@cornell.edu> (raw)
In-Reply-To: <83sikfizia.fsf@gnu.org>

On 8/29/2014 2:25 AM, Eli Zaretskii wrote:
>> Date: Thu, 28 Aug 2014 17:51:06 -0400
>> From: Ken Brown <kbrown@cornell.edu>
>>
>> --- lisp/startup.el     2014-07-08 09:17:09 +0000
>> +++ lisp/startup.el     2014-08-28 20:07:20 +0000
>> @@ -1812,7 +1812,7 @@
>>      (let (chosen-frame)
>>        ;; MS-Windows needs this to have a chance to make the initial
>>        ;; frame visible.
>> -    (if (eq system-type 'windows-nt)
>> +    (if (eq window-system 'w32)
>>           (sit-for 0 t))
>>        (dolist (frame (append (frame-list) (list (selected-frame))))
>>          (if (and (frame-visible-p frame)
>
> It is fundamentally wrong to use window-system the variable in such
> circumstances (or almost any other).  Please use the function instead.

OK.  But could you explain why?  TIA.

>> Is this still OK for the native Windows build?  If so, is it OK to
>> install it in the release branch?
>
> Yes and yes.  Although I'd urge you to try to figure out why this is
> needed in the cygwin-w32 build (the native-build problem which led to
> this code manifested itself in a rather different way, see bug#16014).

Actually, the visual symptom I'm describing (failure of the logo to 
appear) is identical to what Juanma reported in that bug.  Your message 
in that bug discussion says, "It's again that timing thing with making 
the initial frame visible."  The "again" suggests that there is an 
earlier bug report or discussion about that.  Can you give me a 
reference or just explain what you meant by that?

Ken






  reply	other threads:[~2014-08-29 15:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-28 21:51 bug#18347: 24.3.93; Incomplete splash screen display on Cygwin-w32 build Ken Brown
2014-08-29  6:25 ` Eli Zaretskii
2014-08-29 15:08   ` Ken Brown [this message]
2014-08-29 19:41     ` Eli Zaretskii
2014-08-29 22:17       ` Ken Brown

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=54009765.8040509@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=18347@debbugs.gnu.org \
    --cc=eliz@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.