On Jul 29, 2006, at 3:41 AM, David Reitter wrote: > 2. Where is the menu bar defined? menu-bar is not loaded, but > executing it yields reasonable results (but it no solution, since it > only adds to the existing entries).
There is a file lisp/ns-menu-bar.el. This is loaded by the initialization in lisp/term/ns-win.el. The file is/has been there to make the menus in Emacs.app a bit more similar to other *Step / OS X applications. I realize it is a contentious point whether OS X Emacsen should strive more for consistency with other platforms or with the actual OS. Perhaps some of the Emacs 21+ menu entries could be brought in to ns-menu-bar.el. I do however feel the standard 21+ emacs menus are too cluttered and complicated, so I hope cross-platform consistency people would be happy with something less than bringing over all of them. > 3. How do I check whether the Unicode branch is running? The core version of emacs will report as 23 point something. As a user, look at the splash screen, or choose "About Emacs" from the Emacs menu. For lisp, check emacs-version or emacs-major-version variables. Adrian ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Emacs-app-dev- mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-
