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: Sun, 23 Mar 2014 21:17:35 +0100

On Sun, Mar 23, 2014 at 8:32 PM, Robert Marshall <robert@capuchin.co.uk> wrote:

> However if I comment out the (display line but *leave in* the
> :force-display t parameter - the bug is still present - so in this case
> :force-display provokes the bug - it would have been ok without that
> line.

Please try this:

- edit lisp/frameset.el, and in line 1149, change

   (eq (frame-parameter nil 'display)

to

   (equal (frame-parameter nil 'display)

save, compile frameset.el, and try again.

   J





reply via email to

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