You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(defvar-local deactivate-current-input-method-function nil"Function to call for deactivating the current input method.Every input method should set this to an appropriate value when activated.This function is called with no argument.This function should never change the value of `current-input-method'.It is set to nil by the function `deactivate-input-method'.")
どうやら説明文中下の方の It is set to nilを示す単語はcurrent-input-methodのようで,
上側の文章も,
「activateのタイミングではdeactivate-current-input-method-functionが設定されているべき」
と解釈すべきなのかもしれません。
deactivate-current-input-method-functionは以下のように説明されています。すなわち、input methodがactivateされた時に設定されるべきであるようです。
一方、tc.elではこれを tcode-use-package の中で設定しています。
結局は、その後 tcode-activate が呼ばれるのですが、 tcode-activateの中で設定する方が適切かもしれません。
The text was updated successfully, but these errors were encountered: