all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Making a key binding work in minibuffer editing.
@ 2021-09-02 12:43 Perry E. Metzger
  2021-09-02 15:45 ` Stephen Berman
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Perry E. Metzger @ 2021-09-02 12:43 UTC (permalink / raw)
  To: emacs-devel

Howdy! So I'm reasonably happy with the (kludgy) way I've handled my ad 
hoc 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 '(?¤)))))

Is there a keymap I can add this to which will also cover editing in 
minibuffers, so I can use my weird input method in isearch and that sort 
of thing as well?


Perry




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-09-02 20:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-02 12:43 Making a key binding work in minibuffer editing Perry E. Metzger
2021-09-02 15:45 ` Stephen Berman
2021-09-02 18:14   ` Perry E. Metzger
2021-09-02 15:48 ` [External] : " Drew Adams
2021-09-02 18:15   ` Perry E. Metzger
2021-09-02 19:05     ` Drew Adams
2021-09-02 19:28 ` Stefan Monnier
2021-09-02 20:25   ` [External] : " Drew Adams

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.