GNU bug report logs -
#44466
27.1; quail input fails at read-only boundary
Previous Next
Reported by: dick <dick.r.chiang <at> gmail.com>
Date: Thu, 5 Nov 2020 13:49:01 UTC
Severity: normal
Found in version 27.1
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: dick <dick.r.chiang <at> gmail.com>
> Date: Thu, 05 Nov 2020 08:48:08 -0500
>
>
> Run this:
>
> emacs-27.1 -Q -nw --eval "(progn \
> (switch-to-buffer \"*scratch*\") \
> (erase-buffer) \
> (save-excursion (insert (propertize \"\n\" 'read-only t))) \
> (set-input-method \"russian-computer\" t))"
>
> Now type "a". Note it is incorrect. We want cyrillic, not latin.
Thanks.
This is due to an attempt to fix a different problem, see
https://lists.gnu.org/archive/html/emacs-devel/2019-09/msg00093.html
Evgeny, could you please look into this? Thinking about the original
problem now, I actually don't think I understand why the fix we
installed then is correct. It seems to effectively disable an input
method in that case, but why is that TRT, even if we are on a button,
let alone in a buffer with point at a character with read-only
property? So I'm inclined to revert the change.
This bug report was last modified 4 years and 245 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.