diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/msdos.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/msdos.texi b/doc/emacs/msdos.texi index 679bdd3e83b..c69c7d37f9b 100644 --- a/doc/emacs/msdos.texi +++ b/doc/emacs/msdos.texi | |||
| @@ -808,6 +808,13 @@ communications with subprocesses to programs that exhibit unusual | |||
| 808 | behavior with respect to buffering pipe I/O. | 808 | behavior with respect to buffering pipe I/O. |
| 809 | 809 | ||
| 810 | @ifnottex | 810 | @ifnottex |
| 811 | @vindex w32-pipe-read-delay | ||
| 812 | If you need to invoke MS-DOS programs as Emacs subprocesses, you may | ||
| 813 | see low rate of reading data from such programs. Setting the variable | ||
| 814 | @code{w32-pipe-read-delay} to a non-zero value may improve throughput | ||
| 815 | in these cases; we suggest the value of 50 for such situations. The | ||
| 816 | default is zero. | ||
| 817 | |||
| 811 | @findex w32-shell-execute | 818 | @findex w32-shell-execute |
| 812 | The function @code{w32-shell-execute} can be useful for writing | 819 | The function @code{w32-shell-execute} can be useful for writing |
| 813 | customized commands that run MS-Windows applications registered to | 820 | customized commands that run MS-Windows applications registered to |