"Emacs"의 두 판 사이의 차이

ph
이동: 둘러보기, 검색
1번째 줄: 1번째 줄:
*my [[dot emacs]]
+
*my [[Dot emacs]]  
*[http://xahlee.org/emacs/keyboard_shortcuts.html How to Define Keyboard Shortcuts in Emacs]
+
*[http://xahlee.org/emacs/keyboard_shortcuts.html How to Define Keyboard Shortcuts in Emacs]  
*[http://lpn.rnbhq.org/tools/xemacs/emacs_ref.html emacs command list]
+
*[http://lpn.rnbhq.org/tools/xemacs/emacs_ref.html emacs command list]  
*[http://www.emacswiki.org/cgi-bin/wiki/ControlTABbufferCycling emacs wiki - ctrl+tab buffer cycling]
+
*[http://www.emacswiki.org/cgi-bin/wiki/ControlTABbufferCycling emacs wiki - ctrl+tab buffer cycling]  
*[http://www.gnu.org/software/emacs/manual/html_node/emacs/index.html#Top GNU emacs manual]
+
*[http://www.gnu.org/software/emacs/manual/html_node/emacs/index.html#Top GNU emacs manual]  
**[http://www.gnu.org/software/emacs/manual/html_node/emacs/Dynamic-Abbrevs.html dynamic expansion]
+
**[http://www.gnu.org/software/emacs/manual/html_node/emacs/Dynamic-Abbrevs.html dynamic expansion]  
* tab설정 : <code>'''(setq-default tab-width 4)'''</code>
+
*tab설정&nbsp;: <code>'''(setq-default tab-width 4)'''</code>  
** http://www.emacswiki.org/emacs/EmacsChannelFaq 이 설정찾은 링크. 굉장히 좋은듯. read-it-later
+
**http://www.emacswiki.org/emacs/EmacsChannelFaq 이 설정찾은 링크. 굉장히 좋은듯. read-it-later  
* [http://www.emacswiki.org/emacs/BookMarks bookmark]
+
*[http://www.emacswiki.org/emacs/BookMarks bookmark]  
* M-x shell 보다 M-x term이 훨씬 낫다. eshell이 가장 보편적.
+
*M-x shell 보다 M-x term이 훨씬 낫다. eshell이 가장 보편적.  
* M-/ auto completion
+
*M-/ auto completion  
* encoding 변경: C-x C-m f 인코딩명 [http://kldp.org/node/32987 출처]
+
*encoding 변경: C-x C-m f 인코딩명 [http://kldp.org/node/32987 출처]  
* [http://www.cs.bu.edu/teaching/tool/emacs/programming/ using Emacs for programming] 간단한 디버거 사용법 포함
+
*[http://www.cs.bu.edu/teaching/tool/emacs/programming/ using Emacs for programming] 간단한 디버거 사용법 포함  
* [http://www.emacswiki.org/emacs/AutoIndentation auto indentation]
+
*[http://www.emacswiki.org/emacs/AutoIndentation auto indentation]  
* [http://www.gnu.org/software/emacs/manual/html_node/emacs/Custom-C-Indent.html changing default C indentation style] '''C-x .''' / '''C-M-q''' / '''C-M-\''' / c-set-style / c-default-style
+
*[http://www.gnu.org/software/emacs/manual/html_node/emacs/Custom-C-Indent.html changing default C indentation style] '''C-x .''' / '''C-M-q''' / '''C-M-\''' / c-set-style / c-default-style  
** [http://www.emacswiki.org/emacs/IndentingC indenting C] (emacs wiki)
+
**[http://www.emacswiki.org/emacs/IndentingC indenting C] (emacs wiki)  
* [http://www.math.uh.edu/~bgb/emacs_keys.html key combinations] cheat sheet
+
*[http://www.math.uh.edu/~bgb/emacs_keys.html key combinations] cheat sheet  
* [http://www.gnu.org/software/emacs/manual/html_node/emacs/Query-Replace.html#Query-Replace query-replace] about recursive editing
+
*[http://www.gnu.org/software/emacs/manual/html_node/emacs/Query-Replace.html#Query-Replace query-replace] about recursive editing  
 +
* C-x z runs the command repeat
 +
Repeat most recently executed command. With prefix arg, apply new prefix arg to that command; otherwise, use the prefix arg that was used before (if any). This command is like the `.' command in the vi editor.<br />
 +
If this command is invoked by a multi-character key sequence, it can then be repeated by repeating the final character of that sequence. This behavior can be modified by the global variable `repeat-on-final-keystroke'.<br />

2011년 5월 20일 (금) 00:30 판

Repeat most recently executed command. With prefix arg, apply new prefix arg to that command; otherwise, use the prefix arg that was used before (if any). This command is like the `.' command in the vi editor.
If this command is invoked by a multi-character key sequence, it can then be repeated by repeating the final character of that sequence. This behavior can be modified by the global variable `repeat-on-final-keystroke'.