urxvt-xim-onthespot
_ [comp] urxvt-xim-onthespot
rxvt-unicode で uim-xim を OnTheSpot で使おうとすると、rxvt-unicode 側のフォント設定か何か次第で
urxvt: unable to create fontset for input method, try "-pt Root". Continuing.
urxvt: failed to create input context, continuing without XIM.
となって xim が無効になることがある。 言われた通りに -pt Root でも使えるけど不便なので、他に何か対策はないか探してみると urxvt-xim-onthespot というものを発見。
urxvt -pt OnTheSpot -pe xim-onthespot
のようにするとフォント設定関係なく OnTheSpot で動作するようになった。