From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Using Qunsupported__w32_dialog Date: Wed, 04 Jun 2014 17:06:45 +0300 Message-ID: <83oay87oqy.fsf@gnu.org> References: <80sinlu5kt.fsf@gmail.com> <538E2E90.4020706@cs.ucla.edu> <83mwdt8zkw.fsf@gnu.org> <538F0F68.6020107@yandex.ru> <83vbsg7re1.fsf@gnu.org> <538F212A.2050603@yandex.ru> <83r4347pmu.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1401890834 5767 80.91.229.3 (4 Jun 2014 14:07:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2014 14:07:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: dmantipov@yandex.ru Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 04 16:07:07 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WsBqM-00052c-4R for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2014 16:07:06 +0200 Original-Received: from localhost ([::1]:33628 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsBqL-0007EG-Jn for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2014 10:07:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsBqC-0007DP-Tr for emacs-devel@gnu.org; Wed, 04 Jun 2014 10:07:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsBq7-00030Z-0D for emacs-devel@gnu.org; Wed, 04 Jun 2014 10:06:56 -0400 Original-Received: from mtaout27.012.net.il ([80.179.55.183]:33954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsBq6-00030J-Om for emacs-devel@gnu.org; Wed, 04 Jun 2014 10:06:50 -0400 Original-Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0N6N00500D2JBL00@mtaout27.012.net.il> for emacs-devel@gnu.org; Wed, 04 Jun 2014 17:03:42 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N6N0045LDQ6FL50@mtaout27.012.net.il>; Wed, 04 Jun 2014 17:03:42 +0300 (IDT) In-reply-to: <83r4347pmu.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.183 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172331 Archived-At: > Date: Wed, 04 Jun 2014 16:47:37 +0300 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > Hm... I would like to see Qunsupported__w32_dialog as a local > > Windows-specific workaround, and let w32_popup_dialog call > > emulate_dialog_with_menu in case of unsupported dialog structure. > > Why? What does this gain us? Btw, if the problem is with the name, we could rename that symbol to something like Qunsupported__dialog_type, and other frame types could then use it if and when needed.