/[emacs]/emacs/src/process.h
ViewVC logotype

Diff of /emacs/src/process.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by kfstorm, Sun Mar 17 20:16:55 2002 UTC revision 1.19.2.1 by miles, Fri Apr 4 06:21:03 2003 UTC
# Line 33  struct Lisp_Process Line 33  struct Lisp_Process
33      Lisp_Object infd;      Lisp_Object infd;
34      /* Descriptor by which we write to this process */      /* Descriptor by which we write to this process */
35      Lisp_Object outfd;      Lisp_Object outfd;
     /* Descriptor for the tty which this process is using.  
        nil if we didn't record it (on some systems, there's no need).  */  
     Lisp_Object subtty;  
36      /* Name of subprocess terminal.  */      /* Name of subprocess terminal.  */
37      Lisp_Object tty_name;      Lisp_Object tty_name;
38      /* Name of this process */      /* Name of this process */
# Line 60  struct Lisp_Process Line 57  struct Lisp_Process
57      /* t if this is a real child process.      /* t if this is a real child process.
58         For a net connection, it is a plist based on the arguments to make-network-process.  */         For a net connection, it is a plist based on the arguments to make-network-process.  */
59      Lisp_Object childp;      Lisp_Object childp;
60        /* Plist for programs to keep per-process state information, parameters, etc.  */
61        Lisp_Object plist;
62      /* Marker set to end of last buffer-inserted output from this process */      /* Marker set to end of last buffer-inserted output from this process */
63      Lisp_Object mark;      Lisp_Object mark;
64      /* Non-nil means kill silently if Emacs is exited.      /* Non-nil means kill silently if Emacs is exited.
# Line 96  struct Lisp_Process Line 95  struct Lisp_Process
95      /* Flag to set coding-system of the process buffer from the      /* Flag to set coding-system of the process buffer from the
96         coding_system used to decode process output.  */         coding_system used to decode process output.  */
97      Lisp_Object inherit_coding_system_flag;      Lisp_Object inherit_coding_system_flag;
98        /* Flat to decide the multibyteness of a string given to the
99           filter (if any).  It is initialized to the value of
100           `default-enable-multibyte-characters' when the process is
101           generated, and can be changed by the function
102           `set-process-fileter-multibyte'. */
103        Lisp_Object filter_multibyte;
104  };  };
105    
106  /* Every field in the preceding structure except for the first two  /* Every field in the preceding structure except for the first two

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.19.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26