Variable: input-method-activate-hook

input-method-activate-hook is a customizable variable defined in mule-cmds.el.gz.

Value

nil

Documentation

Normal hook run just after an input method is activated.

The variable current-input-method keeps the input method name just activated.

Source Code

;; Defined in /usr/src/emacs/lisp/international/mule-cmds.el.gz
(defcustom input-method-activate-hook nil
  "Normal hook run just after an input method is activated.

The variable `current-input-method' keeps the input method name
just activated."
  :type 'hook
  :group 'mule)