From: "N. Jackson" <nljlistbox2@gmail.com>
To: Yuri Khan <yurivkhan@gmail.com>
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: Pop up context menu (at point) with <menu> key rather than mouse
Date: Sat, 10 Nov 2018 12:50:30 -0500 [thread overview]
Message-ID: <87zhugkejd.fsf@moondust.localdomain> (raw)
In-Reply-To: <CAP_d_8WOPawTOPG9n4ybqrZ779KpFk9XV7qRVe3m3fs4-6u4JA@mail.gmail.com> (Yuri Khan's message of "Sun, 11 Nov 2018 00:27:17 +0700")
At 00:27 +0700 on Sunday 2018-11-11, Yuri Khan wrote:
>
> On Sun, Nov 11, 2018 at 12:11 AM N. Jackson <nljlistbox2@gmail.com> wrote:
>
>> > (global-set-key [C-down-mouse-3]
>> > `(menu-item ,(purecopy "Menu Bar") ignore
>> > :filter (lambda (_)
>> > (if (zerop (or (frame-parameter nil 'menu-bar-lines) 0))
>> > (mouse-menu-bar-map)
>> > (mouse-menu-major-mode-map)))))
>>
>> Hmm... where is `menu-item' defined?
>
> See the ‘`’ character? That indicates that the following is a quoted
> list (except that the part prefixed with ‘,’ is not quoted. Anyway,
> that is a list whose first element is the symbol 'menu-item, and that
> list is passed to ‘global-set-key’.
>
> So you want to go look what ‘global-set-key’ does with that. You might
> know, or learn from the source, that ‘global-set-key’ is a wrapper
> function around ‘define-key’.
Thanks Yuri. This far I had already stumbled, although it's nice to see
it set out more crisply than the fuzzy version of it in my head!
> Then, C-h f define-key tells you its
> last argument can take a number of forms, none of which seem to match
> a list '(menu-item …), except possibly this:
>
> DEF is anything that can be a key’s definition:
> […]
> or an extended menu item definition.
> (See info node ‘(elisp)Extended Menu Items’.)
Aha! That info node (and those around it) are a wealth of useful
information!
Thanks.
next prev parent reply other threads:[~2018-11-10 17:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-09 19:19 Pop up context menu (at point) with <menu> key rather than mouse N. Jackson
2018-11-09 19:29 ` Eli Zaretskii
2018-11-10 17:11 ` N. Jackson
2018-11-10 17:27 ` Yuri Khan
2018-11-10 17:50 ` N. Jackson [this message]
2018-11-10 18:00 ` Eli Zaretskii
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=87zhugkejd.fsf@moondust.localdomain \
--to=nljlistbox2@gmail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=yurivkhan@gmail.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.