all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
Cc: emacs-devel@gnu.org
Subject: Fx_popup_dialog change breaks Windows build
Date: Tue, 24 May 2005 20:57:09 +1200	[thread overview]
Message-ID: <17042.60517.808399.221559@farnswood.snap.net.nz> (raw)
In-Reply-To: <f7ccd24b05052400253758f667@mail.gmail.com>

 > This change
 > 
 > 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
 > 
 >         * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
 >         select frame title ("Question"/"Information").
 >         (xdialog_show): Use it.
 > 
 >         * lisp.h: Fx_popup_dialog can have three arguments.
 > 
 > breaks Windows (and, I suppose, Mac) builds.

I think I've fixed it now. If it does build, can you try the following
optimistic tests:

(message-box "It works!")

(let ((use-dialog-box t) (last-nonmenu-event nil))
     (yes-or-no-p "Does it work?"))

The first should have "Information" as it frame title (was "Question")
and the second should have "Question", as before.

Thanks

Nick

  parent reply	other threads:[~2005-05-24  8:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-24  7:25 Fx_popup_dialog change breaks Windows build Juanma Barranquero
2005-05-24  7:56 ` Lute Kamstra
2005-05-24  8:49   ` Nick Roberts
2005-05-24 17:17     ` Lute Kamstra
2005-05-24  8:22 ` Nick Roberts
2005-05-24  8:57 ` Nick Roberts [this message]
2005-05-24  9:08   ` Juanma Barranquero
2005-05-24  9:23     ` Nick Roberts
2005-05-24  9:38       ` Juanma Barranquero
2005-05-24  9:49     ` Jason Rumney
2005-05-24 10:32       ` Juanma Barranquero

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=17042.60517.808399.221559@farnswood.snap.net.nz \
    --to=nickrob@snap.net.nz \
    --cc=emacs-devel@gnu.org \
    /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.