all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Jan Djärv" <jan.h.d@swipnet.se>
Cc: michael_heerdegen@web.de, 9999@debbugs.gnu.org
Subject: bug#9999: 23.3; menu related segfault when making new frame
Date: Thu, 10 Nov 2011 20:59:39 -0500	[thread overview]
Message-ID: <jwvmxc3ju84.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <AAFB199F-2326-4C42-8FA4-4AE77DD02741@swipnet.se> ("Jan Djärv"'s message of "Thu, 10 Nov 2011 20:43:06 +0100")

>   /* If frame is ``official'', nothing to do.  */
>   if (!CONSP (Vframe_list) || !EQ (XCAR (Vframe_list), frame))

How 'bout changing it to

  if (NILP (Fmemq (frame, Vframe_list)))

?


        Stefan





  reply	other threads:[~2011-11-11  1:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-09  0:18 bug#9999: 23.3; menu related segfault when making new frame Michael Heerdegen
2011-11-10 19:43 ` Jan Djärv
2011-11-11  1:59   ` Stefan Monnier [this message]
2011-11-11 18:35     ` Jan Djärv
2011-11-11 19:34       ` Eli Zaretskii

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

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

  git send-email \
    --in-reply-to=jwvmxc3ju84.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=9999@debbugs.gnu.org \
    --cc=jan.h.d@swipnet.se \
    --cc=michael_heerdegen@web.de \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.