|
From: | Juri Linkov |
Subject: | bug#68338: 30.0.50; Repeat mode and input methods |
Date: | Thu, 11 Jan 2024 09:10:49 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) |
> For the record and AFAIU, it seems that having an input method results > in having a translation keymap (see "quail.el"). And OTOH, repeat-mode > sets a transient keymap (see 'set-transient-map' from "subr.el"). So > maybe there is something going on here? Here is the simplest test case without repeat-mode: (progn (set-transient-map (define-keymap "o" #'other-window)) (other-window 1))
[Prev in Thread] | Current Thread | [Next in Thread] |