サイトマップ 更新履歴 ニュース Elispセクション 利用手引

MenuBar

The menu bar is a set of menus at the top of each Emacs frame. It is available only when MenuBarMode is on, which it is by default.

See also ToolBar and ScrollBar.

Disabling the Menu Bar

You can disable the menu bar. Even when there is no menu bar, you can access the menu as a popup, using ‘C-mouse-3’.

To disable the menu bar:

before:

http://i.imgur.com/wm5qo.png

After:

http://i.imgur.com/gkGC4.png

Popup Menu Bar

Starting with GnuEmacs 21, you can disable the menu bar but still have it available on a popup menu:

For a similar popup functionality for the tool bar, see ToolBarPlus.

Customizing the Menu Bar

    Emacs.pane.menubar.background: darkGrey
    Emacs.pane.menubar.foreground: black
    Emacs*menubar.margin: 0
    Emacs*shadowThickness: 1

See Also


CategoryDisplay CategoryFrames CategoryHelp CategoryGlossary CategoryMenus