KTUGFaq

KTUG FAQ

EmacsW32 (rev. 1.7)

α:
йȣ:
A plucked goose doesn't lay golden eggs.
FrontPageXYPic&value=LaTeX占쏙옙占쏙옙LayOut&value=길이단위 › 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.

LaTeX ϱ ؾ Ұ͵ -- 2006-07-17 hermian
  • Ŵ
  • ѱ Ʈ
  • ũ

1 EmacsW32 ġ
1.1 ٿε
2 Emacs
2.1 ѱ
2.2 DeleteMe ѱ Ű
3 AUCTeX
4
5 Tips
6 ũ

[]

1 EmacsW32 ġ


[]

1.1 ٿε

[]

2 Emacs


[]

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 ϱ
    1. C-x C-f filename.tex [http]Local Variables coding Ѵ.
      %%% Local Variables:
      %%% mode: latex
      %%% coding: utf-8
      %%% End:
      
    2. C-x C-s modeline (Unix) -u(Unix) ȮѴ.

----
  • [1] PATH ѱ ִ 쿡 ؼ euc-kr

[]

3 AUCTeX


[]

4


[]

5 Tips


[]

6 ũ


^
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2008-09-18 04:06:24
Processing time 0.0396 sec