최근 편집
변경됨:
< * [http://kldp.org/files/DIFE-DisableIMEforEmacs-src.zip DIFE-DisableIMEforEmacs-src.zip]
< * [http://kldp.org/files/DIFE-DisableIMEforEmacs-bin.zip DIFE-DisableIMEforEmacs-bin.zip]
(으)로
> * [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]
변경됨:
< * [http://kldp.org/files/DIFE-DisableIMEforEmacs22-src.zip DIFE-DisableIMEforEmacs22-src.zip]
< * [http://kldp.org/files/DIFE-DisableIMEforEmacs22-bin.zip DIFE-DisableIMEforEmacs22-bin.zip]
(으)로
> * [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]
> <pre>
> </pre>
> .emacs example
> <pre>
> (let ((dife (expand-file-name "~/.emacs.d/=.dife/DIFE.exe")))
> (if (file-exists-p dife)
> (w32-shell-execute nil dife)))
> </pre>
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
for EmacsW32 and GNU Emacs 23
for GNU Emacs 22
.emacs example
(let ((dife (expand-file-name "~/.emacs.d/=.dife/DIFE.exe")))
(if (file-exists-p dife)
(w32-shell-execute nil dife)))