greg(a)alphatech.com (Greg Klanderman) writes:
APA> I just verified that using "List &&
Install" will look right on
APA> windows-nt. Don't know what the RIGHT fix is, though.
"and" maybe?
That's a work around. The right fix would be to properly implement
menu accelerators under NT. I.e. "%_" and :accelerate. Alternatively
to changes the lisp ref and the X code to support & as an accelerator.
(the Windows code should still support :accelerate though).
As a start one could escape "&" in displayable_menu_item in
menubar-msw.c
I am not sure which code handles the "%_" under X. It seems that this
buried in the X menu code.
The windows "&" convention is probably much more popular now. Maybe
XEmacs should support both.
Jan