You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
buffer-read-default: handle gracefully eof and partial reads
When some data is read (but not all), return a non-NIL value:
- :end-of-file when no data is read
- :truncated when some (but not all) data is read
This change in behavior was proposed and initially implemented by Alastair
Bridgewater here: #203.
0 commit comments