From kyle_jones@wonderworks.com  Sun Jan 12 09:03:27 1997
X-VM-v5-Data: ([nil nil nil nil t nil nil nil nil]
	[nil "Sun" "12" "January" "1997" "12:03:18" "-0500" "Kyle Jones" "kyle_jones@wonderworks.com" "<QQbyeu03444.199701121703@crystal.WonderWorks.COM>" "13" "RE: emacs on Windows NT 4.0" "^From:" nil nil "1" nil nil nil nil]
	nil)
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1]) by june.cs.washington.edu (8.8.3+CSE/7.2ju) with ESMTP id JAA06592 for <voelker@cs.washington.edu>; Sun, 12 Jan 1997 09:03:25 -0800
Received: by crystal.WonderWorks.COM  	id QQbyeu03444; Sun, 12 Jan 1997 12:03:18 -0500 (EST)
Message-Id: <QQbyeu03444.199701121703@crystal.WonderWorks.COM>
In-Reply-To: <199701120951.BAA28704@joker.cs.washington.edu>
References: <3.0.32.19970104081349.00a41100@reedkotler.com> 	<199701042321.PAA26614@joker.cs.washington.edu> 	<199701052115.QAA11156@homer.sccon.com> 	<199701120951.BAA28704@joker.cs.washington.edu>
From: Kyle Jones <kyle_jones@wonderworks.com>
To: voelker@cs.washington.edu (Geoff Voelker)
Cc: andreas@sccon.com
Subject: RE: emacs on Windows NT 4.0
Date: Sun, 12 Jan 1997 12:03:18 -0500 (EST)

Hi, Geoff.  We've since figured out what the problem is.  ntemacs
apparently doesn't support menubar buttons.  A example:

(define-key global-map [menu-bar >>] (cons "[>>]" 'forward-char))

works under 19.34, but gives errors under ntemacs because it is
expecting the older menu structure.

VM tried to use this style of menu definition and was generating
errors.  I don't use Emacs under Windows, so I could only assume
that menus didn't work at all, and coded VM accordingly.  I think
we have it worked out now so that VM doesn't try to use menubar
buttons under Windows, but the the rest of the menus work fine.

