all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#24642: 26.0.50; Missing mode-line on initial frame
@ 2016-10-08 16:17 martin rudalics
  2016-11-20 16:23 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: martin rudalics @ 2016-10-08 16:17 UTC (permalink / raw)
  To: 24642

With the following file missing-mode-line.el


(defvar old (selected-frame))
(defvar new (make-frame '((minibuffer . nil))))

(set-frame-width new 1640 nil t)
(set-frame-width old 400 nil t)
(set-frame-position new 0 0)
(set-frame-position old -1 -40)


and

emacs -Q -load "~/missing-mode-line.el"

I get on Windows XP two frames where the root window of the smaller one
has a missing mode-line.  The mode-line reappears when that frame gets
focus.  It's a minor issue but cannot be reproduced here with Emacs 25.

It's easily possible that I introduced the bug myself but I don't recall
changing anything in this area.  So if this rings a bell ...


In GNU Emacs 26.0.50.1 (i686-pc-mingw32)
  of 2016-10-08 built on MACHNO
Repository revision: 9adfb021df482c6aa94a043f07acf1e8eb695bf2
Windowing system distributor 'Microsoft Corp.', version 5.1.2600

Configured using:
  'configure --prefix=/c/emacs-git/quick --with-gnutls=no --with-wide-int
  --enable-checking=yes --enable-check-lisp-object-type=yes 'CFLAGS=-O0
  -g3''

Configured features:
SOUND NOTIFY ACL TOOLKIT_SCROLL_BARS

martin





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

end of thread, other threads:[~2016-11-20 17:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-08 16:17 bug#24642: 26.0.50; Missing mode-line on initial frame martin rudalics
2016-11-20 16:23 ` Eli Zaretskii
2016-11-20 17:10   ` martin rudalics
2016-11-20 17:29     ` Eli Zaretskii

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.