>>853
要 mozc-im

--- mozc.el 2025-12-09 13:53:28.846437999 +0900
***************
*** 745,747 ****
'("|" "|" " ")))))
! (if (and buffer-read-only (> (length text) 0))
(progn
--- 745,749 ----
'("|" "|" " ")))))
! (if (and buffer-read-only
! (not inhibit-read-only)
! (> (length text) 0))
(progn

--- mozc-im.el 2025-12-09 13:58:55.380217856 +0900
***************
*** 103,105 ****
"Consume KEY and following events by mozc."
! (if (or buffer-read-only
overriding-terminal-local-map
--- 103,106 ----
"Consume KEY and following events by mozc."
! (if (or (and buffer-read-only
! (not inhibit-read-only))
overriding-terminal-local-map