Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bb033b5f
Commit
bb033b5f
authored
Jan 14, 2011
by
Chong Yidong
Browse files
* building.texi (Compilation): Improve instructions for running two compilations (Bug#7573).
parent
6dc1d2d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+3
-0
doc/emacs/building.texi
doc/emacs/building.texi
+4
-4
No files found.
doc/emacs/ChangeLog
View file @
bb033b5f
2011-01-15 Chong Yidong <cyd@stupidchicken.com>
* building.texi (Compilation): Improve instructions for running two
compilations (Bug#7573).
* files.texi (Backup Names): Document the new location of the
last-resort backup file.
...
...
doc/emacs/building.texi
View file @
bb033b5f
...
...
@@ -122,10 +122,10 @@ confirmation before actually killing a compilation that is running.
You can also kill the compilation process with @kbd{M-x
kill-compilation}.
If you want t
o run two compilations at once,
you should start th
e
first one, then rename
the @samp{*compilation*} buffer (perhaps using
@code{rename-uniquely};
@pxref{Misc Buffer}), and start the other
compilation. Th
at
will create a new @samp{*compilation*} buffer.
T
o run two compilations at once,
start the first one, then renam
e
the @samp{*compilation*} buffer (perhaps using
@code{rename-uniquely};
@pxref{Misc Buffer}),
then switch buffers
and start the other
compilation. Th
is
will create a new @samp{*compilation*} buffer.
Emacs does not expect a compiler process to launch asynchronous
subprocesses; if it does, and they keep running after the main
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment