본문 바로가기

computer/develop

(20)
Org-mode Org->Customize->Customize->Org Structure->Org Plain lists -> Org Cycle Include Plain Lists 에서 t로 설정해야 list에서 TAB으로 hide/show가 토글 가능하다.
Emacs Desk Top (Save Emacs Sessions) Emacs Manual에 보면 Saving Emacs Sessions절이 있다. 다음을 .emacs에 추가한다. (desktop-save-mode 1) 이맥스 종료시 현재 디렉토리에 session을 저장한다. Emacs.lnk의 시작위치를 %HOME%으로 하고 session저장시 디렉토리를 "~/"하면 다음 emacs시작시 저장된 session으로 시작한다. 저장 파일 이름은 : .emacs.desktop
setuptools pac(proxy configuration file)을 다운로드 한다. http://code.google.com/p/pacparser 을 다운 받아서 설치 (setup.py install) 예제처럼 테스트 하면 대충 주소가 나온다. http://pypi.python.org/packages/2.5/s/setuptools/ set http_proxy=http://user:password@proxy:port http://pypi.python.org/simple/ 에 있는 것만 easy_install된다. cmd.exe set http_proxy=http://xxx.xxx.xxx.xxx:xxxx easy_install 4Suite 이 글은 스프링노트에서 작성되었습니다.
dotemacs 공개된 dot emacs들 http://bugmaster.tistory.com/14 http://sylphong.egloos.com/2006579 http://aidi.tistory.com/entry/emacs-%ED%95%9C%EA%B8%80-%EC%84%A4%EC%A0%95-1 http://oldpie.yoonkn.com/cgi-bin/moin.cgi/dreamstorm/emacs http://jeongsw.springnote.com/pages/1227308 http://4ipperz.com/81 이맥스23에서 폰트설정하기 http://www.cinsk.org/viewcvs/emacs-scripts/ http://www.dotemacs.de/basics.html http://www.djcbsoftwa..
JDEE http://jdee.sourceforge.net/ Install jde(2.3.5), cedet(1.0pre4), elib(jdee site 1.0), ecb(2.32)를 다운 받은후 elisp에 압축해제 한다. (ecb는 선택이다.) http://jdee.sourceforge.net/_emacs_jde 에 따라 dot emacs에 추가한다. CEDET compile(아래 참조) elib compile jde compile (CEDET처럼 하면 에러가 난다. 띄워쓰기를 이해 못하는 듯, emacs를 잠시 복사해서 CEDET 처럼 컴파일한다.) user guide에서 "Registering and Selecting a JDK"에 따라 수행한다. 공부해야 한다. ;( CEDET 1.0pre4 vesrion..
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..
Dr Scheme v4.0 Tour 코드 불어넣기 선택후 불어넣으면 된다.
[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..