Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
635a3496
Commit
635a3496
authored
Mar 11, 2006
by
Romain Francoise
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Vprocess_adaptive_read_buffering): Doc fix.
parent
306cea3a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/process.c
src/process.c
+1
-1
No files found.
src/ChangeLog
View file @
635a3496
2006-03-11 Romain Francoise <romain@orebokech.com>
* process.c (Vprocess_adaptive_read_buffering): Doc fix.
2006-03-11 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
* lisp.h: Remove duplicate prototypes. Make the prototype of
...
...
src/process.c
View file @
635a3496
...
...
@@ -6981,7 +6981,7 @@ On some systems, when Emacs reads the output from a subprocess, the output data
is read in very small blocks, potentially resulting in very poor performance.
This behavior can be remedied to some extent by setting this variable to a
non-nil value, as it will automatically delay reading from such processes, to
allow
ing
them to produce more output before Emacs tries to read it.
allow them to produce more output before Emacs tries to read it.
If the value is t, the delay is reset after each write to the process; any other
non-nil value means that the delay is not reset on write.
The variable takes effect when `start-process' is called. */);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment