Brise

[Emacs] Emacs 유용한 확장 명령어 본문

Linux

[Emacs] Emacs 유용한 확장 명령어

naudhizb 2017. 5. 3. 20:41
반응형

이맥스에서는 기본적인 편집 말고도 많은 기능들을 제공하는 확장 명령어들을 제공한다.


너무 많은 기능을 갖추고 있기 때문에 모두 다루기에는 공간이 부족하여 다루지는 않지만(ㅎㅎ)


몇 가지 기능들을 소개한다.


각 기능들은 Emacs의 확장 명령어 단축키인 M-x를 이용하여 실행 할 수 있다. 





shell : 쉘을 실행

(명령어가 하나인 경우 M-x shell-command 또는 M-!를 이용하여 실행할 수 있다.)

(명령어 argument를 블럭지정된 영역으로 넣고 싶다면 M-x shell-command-on-region 또는 M-|를)

compile : make를 invoke

gdb : gdb를 실행

grep

man

calculator

calendar

phases-of-moon



<Mode>


- Major mode

java-mode

python-mode

text-mode

fundamental-mode


- Minor mode

auto-fill-mode

flyspell-mode

follow-mode

tetris : 테트리스 게임

hanoi : 하노이의 탑 게임

doctor : 심리치료사



....


정말 이런 기능까지 있는 건가... 

반응형
Comments