all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Amin Bandali <bandali@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Binding keys to echo area mouse events
Date: Sun, 03 Jan 2021 12:12:04 -0500	[thread overview]
Message-ID: <877douueqj.fsf@gnu.org> (raw)
In-Reply-To: <jwvv9ce55bj.fsf-monnier+emacs@gnu.org>

Stefan Monnier writes:

>> 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".
>
> Actually, scratch that: this signal comes from Elisp code, so I was
> just confused.

:-) Indeed, the following seems to be working just fine:

(define-key minibuffer-inactive-mode-map [mouse-4] #'b/exwm-ws-prev)
(define-key minibuffer-inactive-mode-map [mouse-5] #'b/exwm-ws-next)

>
>         Stefan

Thanks!
amin



  reply	other threads:[~2021-01-03 17:12 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
2021-01-03 16:57   ` Stefan Monnier
2021-01-03 17:12     ` Amin Bandali [this message]
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=877douueqj.fsf@gnu.org \
    --to=bandali@gnu.org \
    --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.