diff options
| author | Chong Yidong | 2011-01-14 22:10:38 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-01-14 22:10:38 -0500 |
| commit | bb033b5f612524de2410c8491170b008a04e8994 (patch) | |
| tree | d913898313f98af51bc184cc3332da689b82c220 | |
| parent | 6dc1d2d387edd0e2dc301871134a071af5d0744a (diff) | |
| download | emacs-bb033b5f612524de2410c8491170b008a04e8994.tar.gz emacs-bb033b5f612524de2410c8491170b008a04e8994.zip | |
* building.texi (Compilation): Improve instructions for running two compilations (Bug#7573).
| -rw-r--r-- | doc/emacs/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/emacs/building.texi | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index d1e5beb7384..70cc9399a3f 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-01-15 Chong Yidong <cyd@stupidchicken.com> | 1 | 2011-01-15 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * building.texi (Compilation): Improve instructions for running two | ||
| 4 | compilations (Bug#7573). | ||
| 5 | |||
| 3 | * files.texi (Backup Names): Document the new location of the | 6 | * files.texi (Backup Names): Document the new location of the |
| 4 | last-resort backup file. | 7 | last-resort backup file. |
| 5 | 8 | ||
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index dcfa60ecc81..296dbb2bce7 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi | |||
| @@ -122,10 +122,10 @@ confirmation before actually killing a compilation that is running. | |||
| 122 | You can also kill the compilation process with @kbd{M-x | 122 | You can also kill the compilation process with @kbd{M-x |
| 123 | kill-compilation}. | 123 | kill-compilation}. |
| 124 | 124 | ||
| 125 | If you want to run two compilations at once, you should start the | 125 | To run two compilations at once, start the first one, then rename |
| 126 | first one, then rename the @samp{*compilation*} buffer (perhaps using | 126 | the @samp{*compilation*} buffer (perhaps using @code{rename-uniquely}; |
| 127 | @code{rename-uniquely}; @pxref{Misc Buffer}), and start the other | 127 | @pxref{Misc Buffer}), then switch buffers and start the other |
| 128 | compilation. That will create a new @samp{*compilation*} buffer. | 128 | compilation. This will create a new @samp{*compilation*} buffer. |
| 129 | 129 | ||
| 130 | Emacs does not expect a compiler process to launch asynchronous | 130 | Emacs does not expect a compiler process to launch asynchronous |
| 131 | subprocesses; if it does, and they keep running after the main | 131 | subprocesses; if it does, and they keep running after the main |