Mercurial > hg > xemacs-beta
comparison man/xemacs/building.texi @ 367:a4f53d9b3154 r21-1-13
Import from CVS: tag r21-1-13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:07 +0200 |
parents | 972bbb6d6ca2 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
366:83d76f480a59 | 367:a4f53d9b3154 |
---|---|
1 | 1 |
2 @node Running, Packages, Programs, Top | 2 @node Running, Abbrevs, Programs, Top |
3 @chapter Compiling and Testing Programs | 3 @chapter Compiling and Testing Programs |
4 | 4 |
5 The previous chapter discusses the Emacs commands that are useful for | 5 The previous chapter discusses the Emacs commands that are useful for |
6 making changes in programs. This chapter deals with commands that assist | 6 making changes in programs. This chapter deals with commands that assist |
7 in the larger process of developing and maintaining programs. | 7 in the larger process of developing and maintaining programs. |
69 the word @samp{run} or @samp{exit} in the parentheses to tell you whether | 69 the word @samp{run} or @samp{exit} in the parentheses to tell you whether |
70 compilation is finished. You do not have to keep this buffer visible; | 70 compilation is finished. You do not have to keep this buffer visible; |
71 compilation continues in any case. | 71 compilation continues in any case. |
72 | 72 |
73 @findex kill-compilation | 73 @findex kill-compilation |
74 To kill the compilation process, type @kbd{M-x-kill-compilation}. The mode | 74 To kill the compilation process, type @kbd{M-x kill-compilation}. The mode |
75 line of the @samp{*compilation*} buffer changes to say @samp{signal} | 75 line of the @samp{*compilation*} buffer changes to say @samp{signal} |
76 instead of @samp{run}. Starting a new compilation also kills any | 76 instead of @samp{run}. Starting a new compilation also kills any |
77 running compilation, as only one can occur at any time. Starting a new | 77 running compilation, as only one can occur at any time. Starting a new |
78 compilation prompts for confirmation before actually killing a | 78 compilation prompts for confirmation before actually killing a |
79 compilation that is running.@refill | 79 compilation that is running.@refill |