From: Jean Louis <bugs@gnu.support>
To: Heime <heimeborgia@protonmail.com>
Cc: Drew Adams <drew.adams@oracle.com>,
Christopher Dimech <dimech@gmx.com>,
Emanuel Berg <incal@dataswamp.org>,
"help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Re: [External] : Re: About Package using a menu
Date: Wed, 19 Oct 2022 08:33:34 +0300 [thread overview]
Message-ID: <Y0+MLh82N0q2YG8y@protected.localdomain> (raw)
In-Reply-To: <SV18XRHUIHHM9LmJFyp4PtScJr1MJ3fKbcVtYIYoxrxJvsDizj9w7hTKamSTBTV2g_lNZ1qyz8hU3EY34m5A9Mgr92YKwTQ3_h8yhgXNcLc=@protonmail.com>
I just do this:
(easy-menu-define cf-people-menu global-map "People menu"
(list "People"
cf-people-menu-find-people
cf-people-menu-list-of-people
cf-people-menu-collaborate
cf-people-menu-add-new-people
cf-people-menu-edit-people
cf-mailing-list-menu
cf-central-files-menu
rcd-db-database-maintenance-menu
))
Then for each of those entries I have:
(defvar cf-people-menu-find-people
(list "Find people"
["Find people" cf-people t]
["Find people by name" cf-people-by-name t]
["Find people by query" cf-people-search-ts-query t]
["Find files of person" cf-find-files-of-person t]
["Find people by description" cf-people-by-description t]))
--
Jean
Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns
In support of Richard M. Stallman
https://stallmansupport.org/
next prev parent reply other threads:[~2022-10-19 5:33 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-17 23:15 About Package using a menu Heime via Users list for the GNU Emacs text editor
2022-10-17 23:21 ` Emanuel Berg
2022-10-18 10:52 ` Heime
2022-10-18 11:02 ` Christopher Dimech
2022-10-18 15:37 ` [External] : " Drew Adams
2022-10-18 17:32 ` Heime
2022-10-18 18:14 ` Drew Adams
2022-10-18 19:12 ` Heime
2022-10-18 19:31 ` Heime
2022-10-19 5:33 ` Jean Louis [this message]
2022-10-19 9:28 ` Emanuel Berg
2022-10-19 14:31 ` Heime
2022-10-19 20:21 ` Emanuel Berg
2022-10-18 20:35 ` Drew Adams
2022-10-18 20:14 ` Heime
2022-10-18 20:35 ` Drew Adams
2022-10-18 20:56 ` Heime
2022-10-18 21:23 ` RE: [External] : " Christopher Dimech
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=Y0+MLh82N0q2YG8y@protected.localdomain \
--to=bugs@gnu.support \
--cc=dimech@gmx.com \
--cc=drew.adams@oracle.com \
--cc=heimeborgia@protonmail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=incal@dataswamp.org \
/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.