emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100381: * building.texi (Compilat


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100381: * building.texi (Compilation): Improve instructions for running two compilations (Bug#7573).
Date: Fri, 14 Jan 2011 22:10:38 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100381
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Fri 2011-01-14 22:10:38 -0500
message:
  * building.texi (Compilation): Improve instructions for running two 
compilations (Bug#7573).
modified:
  doc/emacs/ChangeLog
  doc/emacs/building.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2011-01-15 02:32:19 +0000
+++ b/doc/emacs/ChangeLog       2011-01-15 03:10:38 +0000
@@ -1,5 +1,8 @@
 2011-01-15  Chong Yidong  <address@hidden>
 
+       * 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.
 

=== modified file 'doc/emacs/building.texi'
--- a/doc/emacs/building.texi   2011-01-02 23:50:46 +0000
+++ b/doc/emacs/building.texi   2011-01-15 03:10:38 +0000
@@ -122,10 +122,10 @@
 You can also kill the compilation process with @kbd{M-x
 kill-compilation}.
 
-  If you want to run two compilations at once, you should start the
-first one, then rename the @samp{*compilation*} buffer (perhaps using
address@hidden; @pxref{Misc Buffer}), and start the other
-compilation.  That will create a new @samp{*compilation*} buffer.
+  To run two compilations at once, start the first one, then rename
+the @samp{*compilation*} buffer (perhaps using @code{rename-uniquely};
address@hidden Buffer}), then switch buffers and start the other
+compilation.  This 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]