Anju provides the following context menu functions for convenience. They can be used as-is or serve as a basis for building a bespoke custom context menu function.
Note that if a function changes the current point to where a context menu is raised, it should be inserted before context-menu-region provided by mouse.el.
anju-context-menu-diredDired commands. See Dired Mode Context Menu.
This function changes the current point to where the context menu is raised.
anju-context-menu-org-modeOrg mode commands. See Org Mode Context Menu.
This function changes the current point to where the context menu is raised.
anju-context-menu-org-agendaOrg Agenda commands. See Org Agenda Context Menu.
This function changes the current point to where the context menu is raised.
anju-context-menu-info-modeInfo mode commands. See Info Context Menu.
anju-context-menu-make-modeMakefile mode commands. See Makefile Context Menu.
This function changes the current point to where the context menu is raised.
anju-context-menu-compileCompilation (or Grep) mode commands. See Compilation/Grep Context Menu.
anju-context-menu-elispEmacs Lisp commands. See Emacs Lisp Context Menu.
This function changes the current point to where the context menu is raised.
anju-context-menu-edebug-evalEdebug commands. See Edebug Mode Context Menu.
This function changes the current point to where the context menu is raised.
anju-context-menu-xrefXref commands. See Xref Context Menu.
This function changes the current point to where the context menu is raised.
anju-context-menu-scratchOpen scratch buffer.
anju-context-menu-buffersBuffer navigation commands.
anju-context-menu-regionCommands for selected text.
anju-context-menu-region-extensionCommands for extending the menu items provided by the built-in context-menu-region hook.
Anju puts the Org-dependent “Paste” commands here. This function should always follow context-menu-region in context-menu-functions.
anju-context-menu-dictionaryLook up definition of selected word with dictionary.
anju-context-menu-narrowNarrow-related commands.
anju-context-menu-open-inOpen in Dired.
anju-context-menu-vcVersion control related commands.
This function changes the current point to where the context menu is raised. If Magit 4.4+ is installed, then calls to it are made from here. See Version-Controlled Source.
anju-context-menu-markupCommands to show/hide text markup (e.g. Org, Markdown).
anju-context-menu-wordcountWord count command.
anju-context-menu-rectangleRectangle commands. See Rectangle Context Menu.
anju-context-menu-windowWindow management commands.