unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: 6155@debbugs.gnu.org
Subject: bug#6155: Crashes on w32 because of bad frame initialization
Date: Mon, 10 May 2010 20:55:30 +0200	[thread overview]
Message-ID: <o2ke01d8a51005101155pb20da0daj992fb598a485abd0@mail.gmail.com> (raw)
In-Reply-To: <AANLkTimAIQf9pfKVXiMfqLTZ0YxHYy5eRedmcZdKYiXb@mail.gmail.com>

On Mon, May 10, 2010 at 7:41 PM, Juanma Barranquero <lekktu@gmail.com> wrote:
> 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))

This should perhaps be

  (let ((frame-alist (delete '(menu-bar-lines . 1) default-frame-alist)))
    (setq frame-alist (cons '(menu-bar-lines . t) frame-alist))
    (make-frame frame-alist))

but I do not get an error from that now either. Sigh, I thought I had
tracked down an example that worked. I wonder what is different now.

I will test a bit more.





  reply	other threads:[~2010-05-10 18:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-10 14:13 bug#6155: Crashes on w32 because of bad frame initialization Lennart Borgman
2010-05-10 15:12 ` Juanma Barranquero
2010-05-10 16:00   ` Lennart Borgman
2010-05-10 17:41     ` Juanma Barranquero
2010-05-10 18:55       ` Lennart Borgman [this message]
2010-05-10 19:17         ` Juanma Barranquero
2011-07-11 23:16           ` Glenn Morris
2011-07-12 10:23             ` Lennart Borgman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=o2ke01d8a51005101155pb20da0daj992fb598a485abd0@mail.gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=6155@debbugs.gnu.org \
    --cc=lekktu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).