all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jan Djärv" <jan.h.d@swipnet.se>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: michael_heerdegen@web.de, 9999-done@debbugs.gnu.org
Subject: bug#9999: 23.3; menu related segfault when making new frame
Date: Fri, 11 Nov 2011 19:35:00 +0100	[thread overview]
Message-ID: <A3D503B7-F4E5-481A-84DD-A10AB057ECE9@swipnet.se> (raw)
In-Reply-To: <jwvmxc3ju84.fsf-monnier+emacs@gnu.org>


11 nov 2011 kl. 02:59 skrev Stefan Monnier:

>>  /* 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)))
> 
> ?

I did that in x, nd and w32.  However, I can't compile on w32, can someone just double check that it compiles?

Thanks.

	Jan D.






  reply	other threads:[~2011-11-11 18:35 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
2011-11-11 18:35     ` Jan Djärv [this message]
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=A3D503B7-F4E5-481A-84DD-A10AB057ECE9@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=9999-done@debbugs.gnu.org \
    --cc=michael_heerdegen@web.de \
    --cc=monnier@iro.umontreal.ca \
    /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.