emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#24642: closed (26.0.50; Missing mode-line on initi


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#24642: closed (26.0.50; Missing mode-line on initial frame)
Date: Sun, 20 Nov 2016 17:30:02 +0000

Your message dated Sun, 20 Nov 2016 19:29:57 +0200
with message-id <address@hidden>
and subject line Re: bug#24642: 26.0.50; Missing mode-line on initial frame
has caused the debbugs.gnu.org bug report #24642,
regarding 26.0.50; Missing mode-line on initial frame
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
24642: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24642
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.0.50; Missing mode-line on initial frame Date: Sat, 08 Oct 2016 18:17:29 +0200
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#24642: 26.0.50; Missing mode-line on initial frame Date: Sun, 20 Nov 2016 19:29:57 +0200
> Date: Sun, 20 Nov 2016 18:10:18 +0100
> From: martin rudalics <address@hidden>
> CC: address@hidden
> 
>  > No bells rang here, but the patch below solves this for me.  Does it
>  > make sense?  (Don't ask me how it works on emacs-25, it looks like
>  > some lucky coincidence with timing of the WM_PAINT message and the way
>  > we set windows_or_buffers_changed.)
> 
> It solves the problem so please apply it.

Done.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]