Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1e892206
Commit
1e892206
authored
Mar 01, 2002
by
Kim F. Storm
Browse files
Describe non-blocking connect using open-network-stream.
parent
e4984112
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
etc/NEWS
etc/NEWS
+13
-0
No files found.
etc/NEWS
View file @
1e892206
...
...
@@ -623,6 +623,19 @@ will lead to undesirable results, so don't let it happen; the first
change group you start for any given buffer should be the last one
finished.
** You can now use non-blocking connect to open network streams.
The function open-network-stream has a new optional 7th argument.
If non-nil, that function will initiate a non-blocking connect and
return immediately before the connection is established.
It returns nil if the system does not support non-blocking connects;
the caller may then make a normal (blocking) open-network-stream.
The filter and sentinel functions can now be specified as arguments
to open-network-stream. When the non-blocking connect completes, the
sentinel is called with the status matching "open" or "failed".
** New function substring-no-properties.
+++
...
...
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