I put this in my .emacs file:
(custom-set-variables
'(gud-gdb-command-name "gdb --annotate=1")
'(large-file-warning-threshold nil)
'(menu-bar-mode t)
'(shell-dirtrack-verbose nil))
(custom-set-faces
)
(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
Note the (menu-bar-mode t). When I fire up emacs, I have to M-x menu-bar-mode to get a menu bar. I am running GNU Emacs 22.1.1 (mac-apple-darwin, Carbon Version 1.6.0)
.emacs. So either you have something else in your.emacsthat turns off the menu bar or it's a Mac/Carbon-specific issue. – Gilles Sep 25 '10 at 13:58emacs -qexhibits this same behavior. – Avery Sep 26 '10 at 0:40