octave-mode-menu
octave-mode-menu is a variable defined in `
octave.el
'.
Its value is shown
below.
Documentation:
Menu for Octave mode.
Value:
(keymap "Octave"
(Split\ Line\ at\ Point menu-item "Split Line at Point" octave-indent-new-comment-line)
(Previous\ Code\ Line menu-item "Previous Code Line" octave-previous-code-line)
(Next\ Code\ Line menu-item "Next Code Line" octave-next-code-line)
(Begin\ of\ Line menu-item "Begin of Line" octave-beginning-of-line)
(End\ of\ Line menu-item "End of Line" octave-end-of-line)
(Mark\ Block menu-item "Mark Block" octave-mark-block)
(Close\ Block menu-item "Close Block" smie-close-block)
(nil-9 menu-item "---")
(Start\ Octave\ Process menu-item "Start Octave Process" run-octave)
(Documentation\ Lookup menu-item "Documentation Lookup" info-lookup-symbol)
(Help\ on\ Function menu-item "Help on Function" octave-help)
(Search\ help menu-item "Search help" octave-lookfor)
(Find\ Function\ Definition menu-item "Find Function Definition" octave-find-definition)
(Insert\ Function menu-item "Insert Function" octave-insert-defun)
(Update\ Function\ File\ Comment menu-item "Update Function File Comment" octave-update-function-file-comment)
(nil-9-15 menu-item "---")
(Function\ Syntax\ Hints menu-item "Function Syntax Hints" menu-function-40 :key-sequence nil :button
(:toggle bound-and-true-p eldoc-mode)
:help "Display function signatures after typing `SPC' or `('")
(Delimiter\ Matching menu-item "Delimiter Matching" show-paren-mode :visible
(fboundp 'smie--matching-block-data)
:button
(:toggle . show-paren-mode)
:help "Highlight matched pairs such as `if ... end'")
(Auto\ Fill menu-item "Auto Fill" auto-fill-mode :button
(:toggle . auto-fill-function)
:help "Automatic line breaking")
(Electric\ Layout menu-item "Electric Layout" electric-layout-mode :button
(:toggle . electric-layout-mode)
:help "Automatically insert newlines around some chars")
(nil-9-20 menu-item "---")
(Debug menu-item "Debug"
(keymap "Debug"
(Send\ Current\ Line menu-item "Send Current Line" octave-send-line)
(Send\ Current\ Block menu-item "Send Current Block" octave-send-block)
(Send\ Current\ Function menu-item "Send Current Function" octave-send-defun)
(Send\ Region menu-item "Send Region" octave-send-region)
(Send\ Buffer menu-item "Send Buffer" octave-send-buffer)
(Source\ Current\ File menu-item "Source Current File" octave-source-file)
(Show\ Process\ Buffer menu-item "Show Process Buffer" octave-show-process-buffer)
(Hide\ Process\ Buffer menu-item "Hide Process Buffer" octave-hide-process-buffer)
(Kill\ Process menu-item "Kill Process" octave-kill-process)))
(nil-9-22 menu-item "---")
(Octave\ Mode\ Manual menu-item "Octave Mode Manual" menu-function-41 :key-sequence nil)
(Customize\ Octave menu-item "Customize Octave" menu-function-42 :key-sequence nil)
(Submit\ Bug\ Report menu-item "Submit Bug Report" report-emacs-bug))