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

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

bug#17046: 24.3.50; On startup emacs frame has no minibuffer or windows


From: Juanma Barranquero
Subject: 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@capuchin.co.uk> wrote:

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

> Without bug:
>
> #<frame emacs@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))))





reply via email to

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