emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/building.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/building.texi [lexbind]
Date: Wed, 06 Oct 2004 01:49:37 -0400

Index: emacs/man/building.texi
diff -c emacs/man/building.texi:1.23.2.8 emacs/man/building.texi:1.23.2.9
*** emacs/man/building.texi:1.23.2.8    Sat Sep  4 09:28:14 2004
--- emacs/man/building.texi     Wed Oct  6 05:21:53 2004
***************
*** 128,133 ****
--- 128,148 ----
  wait $pid                     # @r{Wait for subprocess}
  @end example
  
+   If the background process does not output to the compilation buffer,
+ so you only need to prevent it from being killed when the main
+ compilation process terminates, this is sufficient:
+ 
+ @example
+ nohup @var{command}; sleep 1
+ @end example
+ 
+ @vindex compilation-environment
+   You can control the environment passed to the compilation command
+ with the variable @code{compilation-environment}.  Its value is a list
+ of environment variable settings; each element should be a string of
+ the form @code{"@address@hidden"}.  These environment
+ variable settings override the usual ones.
+ 
  @node Grep Searching
  @section Searching with Grep under Emacs
  




reply via email to

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