It's convenient for people who speak in Korean or Japanese or another language to use only the internal emacs InputMethods ([[mule]]) without scim, nabi, Microsoft IME, etc... For MS Windows, use DisableImeForEmacs programs described at http://kldp.org/node/104347 (If DIFE is built as a 32bit dll, it does not work with 64bit builds of emacs.) '''for [http://ourcomments.org/cgi-bin/emacsw32-dl-latest.pl EmacsW32] and [http://ftp.gnu.org/gnu/emacs/windows/ GNU Emacs 23]''' * [http://kldp.org/files/DIFE-DisableIMEforEmacs-r1-src.zip DIFE-DisableIMEforEmacs-r1-src.zip] * [http://kldp.org/files/DIFE-DisableIMEforEmacs-r1-bin.zip DIFE-DisableIMEforEmacs-r1-bin.zip] '''for [http://ftp.gnu.org/gnu/emacs/windows/ GNU Emacs 22]''' * [http://kldp.org/files/DIFE-DisableIMEforEmacs22-r1-src.zip DIFE-DisableIMEforEmacs22-r1-src.zip] * [http://kldp.org/files/DIFE-DisableIMEforEmacs22-r1-bin.zip DIFE-DisableIMEforEmacs22-r1-bin.zip]



.emacs example
(let ((dife (expand-file-name "~/.emacs.d/=.dife/DIFE.exe")))
  (if (file-exists-p dife)
      (w32-shell-execute nil dife)))
------ CategoryInternationalization