로그인 영역

통합 검색
통합 검색

젠투 공식 홈페이지
젠투 공식 한글 번역 문서
부 메뉴
  1. 질문/답변
  2. Tips
  3. 위키(새 창)
  4. 뉴스/새소식
컨텐츠 영역

gentoo와 나눔고딕과 emacs

2011.11.12 18:47

잉여양파 조회 수:7622

[ebuild   R    ] app-editors/emacs-23.3-r2  USE="X alsa dbus gconf gif gpm gtk gzip-el jpeg m17n-lib motif png sound svg tiff toolkit-scroll-bars xft xpm -Xaw3d (-aqua) -athena -hesiod -kerberos -livecd -source" 0 kB

대략 이런 Option으로 설치되었습니다.
그리고 다른분이 말씀하셨듯이 font의 폭이 제대로 안되길래 삽을 조금 팠더니 되더군요...
그래서 관련된 부분의 설정을 올려봅니다.

=====================================================================================================

(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 )
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
;; '(default ((t (:inherit nil :stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight bold :height 87 :width normal :foundry "unknown" :family "Monaco"))))
)


(set-face-font 'default "MonospaceTypewriter-11")
(set-fontset-font "fontset-default" '(#x1100 . #xffdc)  '("NanumGothicCoding" . "unicode-bmp"))
(set-fontset-font "fontset-default" '(#xe0bc . #xf66e)  '("NanumGothicCoding" . "unicode-bmp")) ;
(set-fontset-font "fontset-default" 'kana '("AppleGothic" . "unicode-bmp"))
(set-fontset-font "fontset-default" 'han '("AppleGothic" . "unicode-bmp"))

;;(setq face-font-rescale-alist '((".*AppleGothic*" . 1.2) (".*Nanum*" . 1.3)))

=====================================================================================================

대략 이런 설정으로 돌리고 있습니다.

emacs의 한글입력기는
여기를 참고해주세욤.....

여튼 이렇게해서 emacs를 쓰기는 했는데.....
종료방법외에는 아직도 모르겠습니다....................T.T

-----새벽녘의 흡혈양파-----