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

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

bug#6155: Crashes on w32 because of bad frame initialization


From: Juanma Barranquero
Subject: bug#6155: Crashes on w32 because of bad frame initialization
Date: Mon, 10 May 2010 19:41:42 +0200

On Mon, May 10, 2010 at 18:00, Lennart Borgman
<lennart.borgman@gmail.com> wrote:

> The `t' in (menu-bar-lines . t) shoudld be a number. In make-frame I
> got an error and shortly afterwards Emacs crashed.

(progn
  (push '(menu-bar-lines . t) default-frame-alist)
  (make-frame))

does not fail for me either.

    Juanma





reply via email to

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