Skip to main content

Questions tagged [menus]

0 votes
1 answer
117 views

Given an example menu created via easy-menu: (easy-menu-define my-example-menu-map java-mode-map "My example menu" `("ExampleMenu" ["Hello World" 'ignore] ; ... more ...
David's user avatar
  • 177
1 vote
0 answers
44 views

To me, the way the menu bar is displayed in the terminal (with only a single space between items) makes it look like a run-on sentence. Is it possible to make the menu bar display with e.g. 3 spaces ...
xyz's user avatar
  • 111
0 votes
1 answer
62 views

I am making a topmenu named MCP with a submenu named Daphne. ;; Topmenu MCP (define-key-after global-map [menu-bar mcp-menu] (cons "MCP" (make-sparse-keymap "MCP")) 'Tools) ...
Dilna's user avatar
  • 1,473
-2 votes
1 answer
94 views

Have made the following KMAP keymap, and would like to add separators in the menu. To separate the Hide keymap from the Show keymap. How can I do it? (defvar tika-outlmenu-kmap (let ((kmap (make-...
Dilna's user avatar
  • 1,473
4 votes
2 answers
315 views

When I go many levels down into the menus in the menu bar, is there a way to go back up just one level? To illustrate: Start Emacs Press F10 to open the menu bar Press Ctrlf to reach the "Edit&...
Flux's user avatar
  • 663
0 votes
0 answers
49 views

Consider the following menu item: Notice that the separator is "--" (between *Messages* and Next Buffer). Is there a way to change the separator? I would like to change it to "======&...
Flux's user avatar
  • 663
0 votes
0 answers
77 views

When I want to kill a buffer and I have my hands on the keyboard it's simply C-x k RET but if I have already the right hand on the mouse the k RET part is a bit out of reach for my left hand… ...
gboffi's user avatar
  • 634
1 vote
1 answer
468 views

I found EasyMenu and and I tried the example: (easy-menu-define my-menu global-map "My own menu" '("My Stuff" ["One entry" my-function t] ("Sub Menu" ["My subentry" my-obscure-function ...
Tom's user avatar
  • 1,310

15 30 50 per page