all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: Binding keys to echo area mouse events
Date: Sun, 03 Jan 2021 11:46:16 -0500	[thread overview]
Message-ID: <jwv7dou6kea.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: 87h7nyugbg.fsf@gnu.org

> Is it possible to capture mouse/scroll events on the echo area?
>
> For the mode-line, something like the following works:
>
>     (global-set-key (kbd "<mode-line> <mouse-4>") #'b/exwm-ws-prev)
>     (global-set-key (kbd "<mode-line> <mouse-5>") #'b/exwm-ws-next)
>
> Which allows me to switch to my previous and next EXWM workspace.
> I'd like to do the same for the echo area, but  I'm not quite sure if
> it's possible as of now.

If you're using a separate minibuffer-only frame, then you can use
`minibuffer-inactive-mode` (and its `minibuffer-inactive-mode-map`)
which might do the trick.

If not, then I think you'll need to make changes to the C code because
otherwise any event sent to the echo area signals "Minibuffer window is
not active".


        Stefan




  reply	other threads:[~2021-01-03 16:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-03 16:37 Binding keys to echo area mouse events Amin Bandali
2021-01-03 16:46 ` Stefan Monnier [this message]
2021-01-03 16:57   ` Stefan Monnier
2021-01-03 17:12     ` Amin Bandali
2021-01-03 17:26       ` Stefan Monnier

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=jwv7dou6kea.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=help-gnu-emacs@gnu.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.