From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Fw: [h-e-w] ntemacs from nqmacs.sf.net has no menu bars on 9x/ME Date: Mon, 14 Feb 2005 14:31:16 +0000 Message-ID: <4210B634.90804@gnu.org> References: <015d01c51161$62c402c0$0200a8c0@sedrcw11488> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1108392706 8665 80.91.229.2 (14 Feb 2005 14:51:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 Feb 2005 14:51:46 +0000 (UTC) Cc: Michael Schierl , Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 14 15:51:45 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D0hYi-0004I8-97 for ged-emacs-devel@m.gmane.org; Mon, 14 Feb 2005 15:50:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0hoG-00045D-Mc for ged-emacs-devel@m.gmane.org; Mon, 14 Feb 2005 10:06:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D0hfo-0000Al-MQ for emacs-devel@gnu.org; Mon, 14 Feb 2005 09:58:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D0hfe-00007f-8g for emacs-devel@gnu.org; Mon, 14 Feb 2005 09:57:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0hfb-0008RD-My for emacs-devel@gnu.org; Mon, 14 Feb 2005 09:57:52 -0500 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D0hFt-0000lS-5x for emacs-devel@gnu.org; Mon, 14 Feb 2005 09:31:17 -0500 Original-Received: from ASSP-nospam (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 18LH0LJG; Mon, 14 Feb 2005 14:31:15 -0000 Original-Received: from 192.168.111.196 ([192.168.111.196] helo=[192.168.111.196]) by ASSP-nospam ; 14 Feb 05 14:31:15 -0000 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: Lennart Borgman In-Reply-To: <015d01c51161$62c402c0$0200a8c0@sedrcw11488> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33387 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33387 >>i downloaded the latest unstable emacs for windows from nqmacs.sf.net >>(the 2005-01-30 version), and tried it on a 95 box, a ME box and a XP >>box. On the first two ones, no menu bar appears, on XP it does. I >>started with -q and tried to toggle menu-bar-mode without any visible >>effect. >> >> Most likely this change is incorrectly deciding that Unicode support is available 2004-09-03 Jason Rumney * w32menu.c (globals_of_w32menu): Check for Unicode API. Alternatively, the check is correct, but its result is being used incorrectly (or not at all). It would help if someone with access to Windows 9x/ME can find the change above, and step through it with a debugger to see what happens.