emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110846: * doc/emacs/misc.texi (Si


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110846: * doc/emacs/misc.texi (Single Shell): Mention async-shell-command-buffer.
Date: Mon, 12 Nov 2012 00:18:38 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110846
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2012-11-12 00:18:38 -0800
message:
  * doc/emacs/misc.texi (Single Shell): Mention async-shell-command-buffer.
  
  * etc/NEWS: Related markup.
modified:
  doc/emacs/ChangeLog
  doc/emacs/misc.texi
  etc/NEWS
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2012-11-10 01:40:48 +0000
+++ b/doc/emacs/ChangeLog       2012-11-12 08:18:38 +0000
@@ -1,3 +1,7 @@
+2012-11-12  Glenn Morris  <address@hidden>
+
+       * misc.texi (Single Shell): Mention async-shell-command-buffer.
+
 2012-11-10  Glenn Morris  <address@hidden>
 
        * misc.texi (Terminal emulator): Rename `term-face' to `term'.

=== modified file 'doc/emacs/misc.texi'
--- a/doc/emacs/misc.texi       2012-11-10 01:40:48 +0000
+++ b/doc/emacs/misc.texi       2012-11-12 08:18:38 +0000
@@ -542,11 +542,19 @@
 You can also type @kbd{M-&} (@code{async-shell-command}) to execute a
 shell command asynchronously; this is exactly like calling @kbd{M-!}
 with a trailing @samp{&}, except that you do not need the @samp{&}.
-The output buffer for asynchronous shell commands is named
+The default output buffer for asynchronous shell commands is named
 @samp{*Async Shell Command*}.  Emacs inserts the output into this
 buffer as it comes in, whether or not the buffer is visible in a
 window.
 
address@hidden async-shell-command-buffer
+  If you want to run more than one asynchronous shell command at the
+same time, they could end up competing for the output buffer.  The
+option @code{async-shell-command-buffer} specifies what to do about
+this; e.g., whether to rename the pre-existing output buffer, or to
+use a different buffer for the new command.  Consult the variable's
+documentation for more possibilities.
+
 @kindex M-|
 @findex shell-command-on-region
   @kbd{M-|} (@code{shell-command-on-region}) is like @kbd{M-!}, but

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-11-11 02:22:26 +0000
+++ b/etc/NEWS  2012-11-12 08:18:38 +0000
@@ -561,8 +561,9 @@
 
 *** `sh-use-smie' lets you choose a new indentation and navigation code.
 
++++
 ** New option `async-shell-command-buffer' specifies the buffer to use
-for a new asynchronous shell command when the default output buffer
+for a new asynchronous `shell-command' when the default output buffer
 `*Async Shell Command*' is already in use.
 
 ---


reply via email to

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