GNU bug report logs - #17046
24.3.50; On startup emacs frame has no minibuffer or windows decorations

Previous Next

Package: emacs;

Reported by: Robert Marshall <robert <at> capuchin.co.uk>

Date: Thu, 20 Mar 2014 09:09:02 UTC

Severity: important

Found in version 24.3.50

Fixed in version 24.4

Done: Juanma Barranquero <lekktu <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juanma Barranquero <lekktu <at> gmail.com>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 17046 <at> debbugs.gnu.org, Robert Marshall <robert <at> capuchin.co.uk>
Subject: bug#17046: 24.3.50; On startup emacs frame has no minibuffer or windows decorations
Date: Sat, 22 Mar 2014 22:42:10 +0100
On Sat, Mar 22, 2014 at 10:35 PM, martin rudalics <rudalics <at> gmx.at> wrote:

> BTW, you
> did check all four of Juanma's scenarios, that is also the ones without
> the (sit-for 0)?

Instead of (sit-for 0), I'd suggest trying with (read-event nil nil 1).

> This is indeed a strange thing.  Juanma, do we usually ignore this?

Definitely not. Try evaling this in emacs -Q:

(let* ((frame (make-frame '((visibility . icon))))
       (set (frameset-save (list frame))))
  (delete-frame frame)
  (read-event nil nil 1)
  (frameset-restore set :reuse-frames t))

   J




This bug report was last modified 11 years and 62 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.