Skip to main content
Bumped by Community user
edited tags
Link
Drew
  • 80.9k
  • 10
  • 125
  • 265
added 1 character in body
Source Link
Gabriele
  • 1.7k
  • 12
  • 23

I'm using easy-menu-define to diplay a menu in the mode-line on the activation of a minor-mode:

(if biblio-editing-min-mode (easy-menu-define biblio-edit-menu biblio-editing-min-mode-map "BibEdit" '("BibEdit" ... 

When I activate the minor-mode the menu is diplayed both on mode-line and menu-bar. I want the menùmenu to be displayed only on the mode-line. HoHow can I do it?

I'm using easy-menu-define to diplay a menu in the mode-line on the activation of a minor-mode:

(if biblio-editing-min-mode (easy-menu-define biblio-edit-menu biblio-editing-min-mode-map "BibEdit" '("BibEdit" ... 

When I activate the minor-mode the menu is diplayed both on mode-line and menu-bar. I want the menù to be displayed only on the mode-line. Ho can I do it?

I'm using easy-menu-define to diplay a menu in the mode-line on the activation of a minor-mode:

(if biblio-editing-min-mode (easy-menu-define biblio-edit-menu biblio-editing-min-mode-map "BibEdit" '("BibEdit" ... 

When I activate the minor-mode the menu is diplayed both on mode-line and menu-bar. I want the menu to be displayed only on the mode-line. How can I do it?

Source Link
Gabriele
  • 1.7k
  • 12
  • 23

easy-menu-define: how to display menu only in mode-line

I'm using easy-menu-define to diplay a menu in the mode-line on the activation of a minor-mode:

(if biblio-editing-min-mode (easy-menu-define biblio-edit-menu biblio-editing-min-mode-map "BibEdit" '("BibEdit" ... 

When I activate the minor-mode the menu is diplayed both on mode-line and menu-bar. I want the menù to be displayed only on the mode-line. Ho can I do it?