all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#18347: 24.3.93; Incomplete splash screen display on Cygwin-w32 build
@ 2014-08-28 21:51 Ken Brown
  2014-08-29  6:25 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Ken Brown @ 2014-08-28 21:51 UTC (permalink / raw)
  To: 18347

When I start up the Cygwin-w32 build of emacs, the image at the top of 
the splash screen often fails to display.  The following patch fixes it:

=== modified file 'lisp/startup.el'
--- 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)

Is this still OK for the native Windows build?  If so, is it OK to 
install it in the release branch?


In GNU Emacs 24.3.93.2 (x86_64-unknown-cygwin)
  of 2014-08-28 on moufang
Repository revision: 117464 rgm@gnu.org-20140828191824-o5hn2x503w527yhn
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
  `configure --with-w32 --enable-checking=yes,glyphs 'CFLAGS=-g3 -O0''





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-29 22:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2014-08-29 19:41     ` Eli Zaretskii
2014-08-29 22:17       ` Ken Brown

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.