emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/processes.texi


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/processes.texi
Date: Fri, 04 Apr 2003 01:23:24 -0500

Index: emacs/lispref/processes.texi
diff -c emacs/lispref/processes.texi:1.27 emacs/lispref/processes.texi:1.28
*** emacs/lispref/processes.texi:1.27   Fri Jul 12 19:32:14 2002
--- emacs/lispref/processes.texi        Tue Feb  4 09:47:54 2003
***************
*** 1,7 ****
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999
! @c   Free Software Foundation, Inc. 
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/processes
  @node Processes, Display, Abbrevs, Top
--- 1,7 ----
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999
! @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/processes
  @node Processes, Display, Abbrevs, Top
***************
*** 108,114 ****
  specify overrides for it with @code{process-environment}.  @xref{System
  Environment}.
  
! @defvar exec-directory 
  @pindex movemail
  The value of this variable is a string, the name of a directory that
  contains programs that come with GNU Emacs, programs intended for Emacs
--- 108,114 ----
  specify overrides for it with @code{process-environment}.  @xref{System
  Environment}.
  
! @defvar exec-directory
  @pindex movemail
  The value of this variable is a string, the name of a directory that
  contains programs that come with GNU Emacs, programs intended for Emacs
***************
*** 355,362 ****
  
  @smallexample
  @group
! (call-process-region 
!  start end         
   shell-file-name      ; @r{Name of program.}
   nil                  ; @r{Do not delete region.}
   buffer               ; @r{Send output to @code{buffer}.}
--- 355,362 ----
  
  @smallexample
  @group
! (call-process-region
!  start end
   shell-file-name      ; @r{Name of program.}
   nil                  ; @r{Do not delete region.}
   buffer               ; @r{Send output to @code{buffer}.}
***************
*** 866,872 ****
  called the @dfn{filter function} can be called to act on the output.  If
  the process has no buffer and no filter function, its output is
  discarded.
!  
    When a subprocess terminates, Emacs reads any pending output,
  then stops reading output from that subprocess.  Therefore, if the
  subprocess has children that are still live and still producing
--- 866,872 ----
  called the @dfn{filter function} can be called to act on the output.  If
  the process has no buffer and no filter function, its output is
  discarded.
! 
    When a subprocess terminates, Emacs reads any pending output,
  then stops reading output from that subprocess.  Therefore, if the
  subprocess has children that are still live and still producing
***************
*** 1205,1211 ****
    The string describing the event looks like one of the following:
  
  @itemize @bullet
! @item 
  @code{"finished\n"}.
  
  @item
--- 1205,1211 ----
    The string describing the event looks like one of the following:
  
  @itemize @bullet
! @item
  @code{"finished\n"}.
  
  @item
***************
*** 1301,1307 ****
  @end defun
  
  @node Query Before Exit
! @section Querying Before Exit 
  
    When Emacs exits, it terminates all its subprocesses by sending them
  the @code{SIGHUP} signal.  Because some subprocesses are doing
--- 1301,1307 ----
  @end defun
  
  @node Query Before Exit
! @section Querying Before Exit
  
    When Emacs exits, it terminates all its subprocesses by sending them
  the @code{SIGHUP} signal.  Because some subprocesses are doing




reply via email to

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