We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b296856 commit 5472e24Copy full SHA for 5472e24
rime.el
@@ -806,9 +806,9 @@ By default the input-method will not handle DEL, so we need this command."
806
(defun rime--text-read-only-p ()
807
"Return t if the text at point is read-only."
808
(and (or buffer-read-only
809
- (get-char-property (point) 'read-only))
+ (get-pos-property (point) 'read-only))
810
(not (or inhibit-read-only
811
- (get-char-property (point) 'inhibit-read-only)))))
+ (get-pos-property (point) 'inhibit-read-only)))))
812
813
(defun rime-input-method (key)
814
"Process KEY with input method."
0 commit comments