KTUGFaq
KTUG FAQ
FrontPage › EmacsW32
EmacsW32 has the goal to make it easier for MS Windows users to get used to Emacs.
The home page is at http://ourcomments.org/Emacs/EmacsW32.html.
There you can get prebuilt binaries and installers for NTEmacs+EmacsW32.
[ÆíÁý]
1.1 ´Ù¿î·Îµå ¶
- http://ourcomments.org/cgi-bin/emacsw32-dl-latest.pl ¿¡¼ ''' "Download latest EmacsW32+Emacs patched" '''¸¦ ´Ù¿î·ÎµåÇÑ´Ù.
- http://www.gnu.org/software/auctex/download-for-windows.html ¿¡¼ ''' "Precompiled bundle" '''¸¦ ´Ù¿î·ÎµåÇÑ´Ù.
[ÆíÁý]
2 Emacs ¼³Á¤ ¶
¿©±â ÀÖ´ø ÀϺΠ³»¿ëÀ» EmacsW32/Conf·Î ¿Å°å½À´Ï´Ù. KC2008 ¹× TeXLive 2008¿¡ ¸ÂÃß¾î¼ »õ·Î¿î ³»¿ëÀ» Á¤¸®ÇØÁֽñ⠹ٶø´Ï´Ù. => EmacsW32/KC2008
[ÆíÁý]
2.1 ÇÑ±Û ¼³Á¤ ¶
- ÃʱⰪ(default)À¸·Î euc-kr-dos[1] ¼³Á¤ÇÑ´Ù.
- ¼³Á¤³»¿ë
;;; ============================================================= ;;; Korean Language Environment ;;; ============================================================= ;; General korean langauge environment (set-language-environment "Korean") ;;(set-default-coding-systems 'euc-kr) (set-selection-coding-system (cond ((eq system-type 'windows-nt) 'euc-kr-dos) (t 'euc-kr))) ;; System input method setting (set-keyboard-coding-system 'euc-kr) ;; For use of `emacs -nw' in Korean terminal (if (null window-system) (progn (set-terminal-coding-system 'euc-kr) ;; To avoid conflict with key bindings starting with ESC. ;; Problem can still occur if your terminal input method use ;; `ESC' prefix. (define-key encoded-kbd-mode-map [27] nil)))
- ¼³Á¤³»¿ë
- UTF-8 »õÆÄÀÏ »ý¼ºÇϱâ
- C-x C-f filename.tex·Î ÆÄÀÏÀ» »ý¼ºÇÑ ÈÄ Local Variables¿¡ codingÀ» »ý¼ºÇÑ´Ù.
%%% Local Variables: %%% mode: latex %%% coding: utf-8 %%% End:
- C-x C-s·Î ÀúÀåÇÑ ÈÄ modelineÀÌ
(Unix)¿¡¼ -u(Unix)·Î º¯°æµÈ °ÍÀ» È®ÀÎÇÑ´Ù.
- C-x C-f filename.tex·Î ÆÄÀÏÀ» »ý¼ºÇÑ ÈÄ Local Variables¿¡ codingÀ» »ý¼ºÇÑ´Ù.
----
- [1] PATH¿¡ ÇѱÛÀÌ ÀÖ´Â °æ¿ì¿¡ ´ëºñÇؼ euc-kr·Î ¼³Á¤
[ÆíÁý]
2.2 DeleteMe ÇÑ±Û Å°º¸µå ¼³Á¤ ¶
Ȥ½Ã Windows¿¡¼ ¼¼¹ú½ÄÀ» ¾²±â¿¡ ÇÊ¿äÇÑ ¼³Á¤ÀÌ ÀÖ³ª¿ä? ÀÖÀ¸¸é ¼³¸íÇØ ÁÖ¼¼¿ä. ¾Æ´Ô WindowsÀÇ ÀԷ±⸦ ¾²¸é ¼³Á¤ÇÒ ÇÊ¿ä°¡ ¾ø´ÂÁöµµ... -gromov
http://physics.kyunghee.ac.kr/~reds/Hpack_Project/faq.htm ÀÇ "4.ÇÑ±Û 3¹ú½Ä ÀÚÆÇÀ» »ç¿ëÇÏ°í ½ÍÀºµ¥¿ä."¸¦ ÂüÁ¶Çϼ¼¿ä. -hermian
[ÆíÁý]
5 Tips ¶
- emacsµû¶óÇϱâ
- HOME º¯°æÇϱâ
EmacsW32´Â HOMEÀÌ C:\Documents and Settings\<LoginName>\Application Data ·Î ¼³Á¤µÇ¾î ÀÖ½À´Ï´Ù. ¾Æ¹«·¡µµ ±í¼÷ÇÑ °÷¿¡ À§Ä¡ÇØ ÀÖ°í, °Ô´Ù°¡ ¼û°ÜÁø °÷À̶ó »ó´çÈ÷ ±ÍÂúÀº ¸éÀÌ ÀÖÁÒ. ȯ°æº¯¼ö HOMEÀ» °£´ÜÇÑ ·¹Áö½ºÆ®¸® Á¶ÀÛÀ¸·Î º¯°æÀÌ °¡´ÉÇÕ´Ï´Ù.
HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs ¾Æ·¡¿¡ HOMEÀ» REG_EXPAND_SZ ÇüÅ·Π¸¸µé°í, ÇØ´ç °ªÀ¸·Î %HOMEDRIVE%%HOMEPATH% À» ÀÔ·ÂÇØ ÁÝ´Ï´Ù. Emacs¸¦ Àç½ÃÀÛÇÏ°í (insert (getenv "HOME")) C-x C-e ·Î È®ÀÎÇÏ½Ã°í »ç¿ëÇÏ¸é µÇ°Ú½À´Ï´Ù.