emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Making a key binding work in minibuffer editing.


From: Stefan Monnier
Subject: Re: Making a key binding work in minibuffer editing.
Date: Thu, 02 Sep 2021 15:28:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> input method, but it doesn't work inside minibuffers because my magic
> keypress is handed by a global keymap entry and that doesn't seem to cover
> the minibuffer:
>
> (define-key (current-global-map) (kbd "<f19>")
>   (lambda (n)
>     (interactive "p")
>     (setq unread-input-method-events
>           (append unread-input-method-events '(?¤)))))

I'm not familiar with `unread-input-method-events`, but the `global-map`
is also used in the minibuffer, so I think you should first investigate
what makes you think your code "doesn't seem to cover the minibuffer".


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]