* Files

** emacs-inline.patch: patch for input method on MacOSXn


* Build

% cd emacs-24.0.97
% patch -p0 < emacs-inline.patch


* Usage
** setup in .emacs.d/init.el
(mac-input-method-mode t)

** change each cursor face and title of input method or input method mode
*** set each cursor face and title of input method or input method mode
(mac-set-input-method-parameter input-source-name type value)

;; change cursor color
(mac-set-input-method-parameter "com.google.inputmethod.Japanese.base" 'cursor-color 'red)

;; change cursor type
(mac-set-input-method-parameter "com.google.inputmethod.Japanese.base" 'cursor-type 'box)

;; change title
(mac-set-input-method-parameter "com.google.inputmethod.Japanese.base" 'title "J")

*** know current input source name
(mac-get-current-input-source)

*** know current face setting of input source 
(mac-get-input-method-parameter input-source-name key)
