GNU bug report logs - #7106
Unable to customize menu-bar startup from .emacs file

Previous Next

Package: emacs22;

Reported by: Avery Chan <avery <at> ootbdev.com>

Date: Sun, 26 Sep 2010 02:05:02 UTC

Severity: normal

Tags: moreinfo

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Avery Chan <avery <at> ootbdev.com>
Cc: 7106 <at> debbugs.gnu.org
Subject: bug#7106: Unable to customize menu-bar startup from .emacs file
Date: Mon, 27 Sep 2010 13:50:16 -0400
Avery Chan wrote:

> (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.

Works for me in GNU/Linux with Emacs 22.1 through 23.2.
Note that the menu-bar is on by default anyway, so you should not need
to do anything in the first place.

> I am concluding, then, that the problem lies with this particular
> build.
>
> In GNU Emacs 22.1.1 (mac-apple-darwin, Carbon Version 1.6.0)
>  of 2009-11-23 on Avericity.local

I am afraid that is quite old and no longer supported. Please try the
latest, Emacs 23.2.

As a workaround, you could stick

(menu-bar-mode 1)

at the end of your .emacs.




This bug report was last modified 14 years and 233 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.