본문 바로가기

emacs

(19)
my-dotemacs Window XP에서 ntemacs(http://ntemacs.sourceforge.net/) 의 ntemacs23-bin-20070819.exe를 깔고 설정한 것에 대하여 정리한다. 깔아야 할 것들 (elisp) Consolas font hangul.el (http://sylphong.egloos.com/1787602) color-theme color-theme-colorful-obsolescence.el Org Mode (http://orgmode.org) remeber untranslate.el (ktug 게시판) tabber.el (http://sourceforge.net/projects/emhacks/) tool-bar+.el (emacswiki) menu-bar+.el (emacswiki) a..
GTD와 OrgMode GTD 따라잡기 #1 - 원리 그리고 프로세스 를 읽고 GTD를 다시 한번 생각해본다. 이맥스의 OrgMode와 현재 내가 실행하고 있는 것에 대한 정리가 필요한 시점이다. 수집(Collect)-처리(Process)-정리(Organize)-검토(Review)-실행(Do) Table of Contents 1 수집(Collect) 2 처리(Process) 3 정리(Organize) 4 검토(Review) 5 실행(Do) 6 결론 1 수집(Collect) 그냥 아무 생각없이 모으는 것이다. 말그대로 모든 열린고리를 수집하는 것이다. 분류는 처리(Process)에서 행한다. 지금은 보통 수집하면서 처리 하게 된다. :( 업무시 가장 필요한 것이 이메일에 대한 링크를 생성하는 것인데 현재 불가하다. 대체방안으로 ..
dotemacs - 주로 NTEmacs 한글 설정 아래의 내용은 이것저것 짜집기해서 만들어낸 결과 이므로 모든 emacs버전에 적용되는 지는 모르겠다. 일단 나의 이맥스는 잘 동작한다. 현재 사용하고 있는 윈도우의 이맥스 버전이다. This is GNU Emacs 23.0.0.1 (i386-mingw-nt5.1.2600) of 2007-08-19 on TPAD EmacsW32를 사용해 봤으나 이상하게 불안했다. 그래서 ntemacs를 다운받아서 사용했다.(언젠가는 꼭 컴파일해서 사용해야겠다.) 오늘까지 설정한 결과이다. 일단 새로운 입력기 (hangul.el)을 넣어서 입력자체가 "아햏햏" 같은 것이 된다. 문제는 저장과 출력이다. 저장(C-x C-s)의 경우 기본적으로 CP949로 되고 "아햏햏"과 같이 확장문자(?)가 있는 경우 이맥스가 친절히 물어..
ntemacs23-bin-20070819.exe Emacs-23-CvsP080325-EmacsW32-1.56.exe 버전을 깔았으나 동작이 이상함 5월 버존도 이상함. ntemacs를 받아서 설치 (단순히 압축파일으므로 클릭하면 압축이 풀림) ntemacs23-bin-20070819.exe 모든 설정을 지우고 처음 부터 하나씩 추가 할 예정임. 새로나온 한글 입력기 사용 hangul.el 아무것도 설정하지 않을 경우 (emacs23) 한글은 CP949로 저장되고, 확장영역의 한글이 적히면 저장할때 물어본다 이때 utf-8로 저장하면 이다음 부터는 쭉 utf-8이다. 실행은 runemacs.exe로 하고 파일연결은 C:\Program Files\ntemacs23\bin\emacsclientw.exe -n "%1" 로 한다. .emacs에 (server-..
[EMACS]w32-browser dired mode에서 연결된 AP를 이용하여 파일을 오픈한다. excel이나 word를 띄울때 이맥스도 먹통된다. EmacsW32에서 dired mode에서 시간순의 sort가 현재 되지 않는다.(shortkey 's') - 2008/01/28 ;; Press F3 in Dired to open file in Windows (defun w32-browser (file) "Run default Windows application associated with FILE. If no associated application, then `find-file' FILE." (or (condition-case nil (w32-shell-execute nil file) ; Use Windows file associat..
[EMACS] reload dot emacs emacs 사용중에 .emacs를 다시 읽을 경우...동적~ ;; function to reload .emacs 2008.01.24 (defun reload-dotemacs () "Reload .emacs" (interactive) (load-file "~/_emacs"))
[EMACS]toobar, menubar ToolBar tool-bar+.el tool바를 평소에는 감추고 메뉴의 Buttons를 누르면 나타난다. emacs위키에 스크린샷이 있다. MenuBar menu-bar+.el local menu를 앞쪽에 나오게 하고 golbal menu를 뒤쪽에 나오도록 한다. emacs위키에 스크린샷이 있다. CrossHairHighlighting 별로다. ;; tool-bar mode (require 'tool-bar+) (tool-bar-pop-up-mode) (tabbar-mode) ;;; menu-bar mode (eval-after-load "menu-bar" '(require 'menu-bar+)) ;; crosshair mode ;; 별로다. `col-highlight', `hl-line', `hl-l..
[EMACS]ido-mode http://ubuntu2.wordpress.com/2008/01/02/emacs-tip-1-ido-mode/ M-x customize-variable ido-mode Value Menu 마우스 클릭 후 Turn on both file and buffer 선택 file find나 switch buffer시 많은 것을 보여준다.