GNU bug report logs - #68338
30.0.50; Repeat mode and input methods

Previous Next

Package: emacs;

Reported by: Gautier Ponsinet <gautier <at> gautierponsinet.xyz>

Date: Tue, 9 Jan 2024 08:32:02 UTC

Severity: normal

Found in version 30.0.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


Message #26 received at 68338 <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> linkov.net>
To: Manuel Giraud <manuel <at> ledu-giraud.fr>,
 Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: 68338 <at> debbugs.gnu.org, Gautier Ponsinet <gautier <at> gautierponsinet.xyz>
Subject: Re: bug#68338: 30.0.50; Repeat mode and input methods
Date: Thu, 11 Jan 2024 09:10:49 +0200
> 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))




This bug report was last modified 1 year and 181 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.