From: Heime via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
To: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Submenu with easy-menu-define yielding invalid menu item
Date: Wed, 19 Oct 2022 01:44:22 +0000 [thread overview]
Message-ID: <_ytzge6iJltpO08F1t4VuFUDoOTpUEKPiVV7ttHQW_7cHqNbyfswnrfy_1Gs2JkBX4ASzDUFGi848AY1CDj214we8QdCddXBLhmPBYDu4Aw=@protonmail.com> (raw)
I am making menus with "easy-menu-define". But I am having difficulty calling the submenu "dingo-outline-subm"
from "easy-menu-define". Would appreciate some assistance figuring out the problem.
The error captured is
Lisp error: (error "Invalid menu item in easymenu")
---------------------
;; Make submenu outline
(defvar dingo-outline-subm
'("Outline"
["Hide Direct Body" outline-hide-entry :help "Hide Entry"]
["Expose Direct Body" outline-show-entry :help "Show Entry"]
["Expose Headings" outline-hide-body :help "Hide Body"])
"Submenu giving outline capability.")
;; Make top menu dingo
(defun dingo-easym ()
"Dingo easy menu."
(easy-menu-define dingo-menu global-map "Dingo"
'("Dingo"
dingo-outline-subm
["Hide Entry" outline-hide-entry t]
["Show Entry" outline-show-entry t]
["Hide Body" outline-hide-body t])) )
next reply other threads:[~2022-10-19 1:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-19 1:44 Heime via Users list for the GNU Emacs text editor [this message]
2022-10-19 2:49 ` Submenu with easy-menu-define yielding invalid menu item Emanuel Berg
2022-10-19 14:33 ` Heime
2022-10-19 11:51 ` Sharon Kimble
2022-10-19 12:49 ` Emanuel Berg
2022-10-19 20:23 ` Heime
2022-10-19 21:04 ` Heime
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='_ytzge6iJltpO08F1t4VuFUDoOTpUEKPiVV7ttHQW_7cHqNbyfswnrfy_1Gs2JkBX4ASzDUFGi848AY1CDj214we8QdCddXBLhmPBYDu4Aw=@protonmail.com' \
--to=help-gnu-emacs@gnu.org \
--cc=heimeborgia@protonmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.