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
6ec6d6f4
Commit
6ec6d6f4
authored
Jun 19, 2009
by
Glenn Morris
Browse files
(open-network-stream): Doc fix.
parent
ef34da7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/subr.el
lisp/subr.el
+10
-10
No files found.
lisp/ChangeLog
View file @
6ec6d6f4
2009-06-19 Glenn Morris <rgm@gnu.org>
* subr.el (open-network-stream): Doc fix.
2009-06-19 Juanma Barranquero <lekktu@gmail.com>
* international/fontset.el (setup-default-fontset):
...
...
lisp/subr.el
View file @
6ec6d6f4
...
...
@@ -1687,16 +1687,16 @@ Signal an error if the program returns with a non-zero exit status."
Returns a subprocess-object to represent the connection.
Input and output work as for subprocesses; `delete-process' closes it.
Args are NAME BUFFER HOST SERVICE
.
NAME is name for process. It is modified if necessary to mak
e it
unique.
BUFFER is the buffer (or buffer name) to associate with the process.
Process output goes at end of that buffer, unless you specify
an output stre
am or
filter function to handle the output
.
BUFFER may be also nil, meaning that this process is not associated
with any buffer
.
HOST is name of the host to connect to, or its IP address.
SERVICE is name of the service desired, or an integer specifying
a port number to connect to
."
NAME is the name for process. It is modified if necessary to make it unique
.
BUFFER is the buffer (or buffer name) to associat
e
w
it
h the
process. Process output goes at end of that buffer. BUFFER may
be nil, meaning that this process is not associated with any buffer.
HOST is the n
am
e
or
IP address of the host to connect to
.
SERVICE is the name of the service desired, or an integer specifying
a port number to connect to
.
This is a wrapper around `make-network-process', and only offers a
subset of its functionality
."
(
make-network-process
:name
name
:buffer
buffer
:host
host
:service
service
)))
...
...
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