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


Message #302 received at 17046 <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Robert Marshall <robert <at> capuchin.co.uk>
Cc: martin rudalics <rudalics <at> gmx.at>, 17046 <at> debbugs.gnu.org
Subject: Re: bug#17046: 24.3.50; On startup emacs frame has no minibuffer or
 windows decorations
Date: Mon, 24 Mar 2014 12:32:11 +0100
On Mon, Mar 24, 2014 at 9:09 AM, Robert Marshall <robert <at> capuchin.co.uk> wrote:

> With bug:
>
> #<frame emacs <at> poulenc 0x8725ae0> was :reused

> Without bug:
>
> #<frame emacs <at> poulenc 0x9c6c040> was :created

Do you see any problem if, from emacs -Q, you evaluate the following
code in *scratch*?

(let ((frame (make-frame)))
  (discard-input)
  (read-event nil nil 1)
  (modify-frame-parameters frame '((tool-bar-lines . 0)
                                   (width . 120)
                                   (height . 30)
                                   (display . ":0")
                                   (visibility . t)
                                   (minibuffer . t))))




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.