1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
Commit graph

88 commits

Author SHA1 Message Date
Richard M. Stallman
b375465493 (Accepting Output): Explain SECONDS=0 for accept-process-output. 2006-09-04 15:08:06 +00:00
Miles Bader
7a210b69c7 Miscellaneous tq-related fixes.
* lisp/emacs-lisp/tq.el: Small grammar fix in comments.
  (tq-enqueue): Check for existence of queue rather than the head queue
  item's question, which was a no-op.
  (tq-filter, tq-process-buffer): Make sure the process buffer exists
  before making it the current buffer.

* lispref/processes.texi (Transaction Queues): Remove stray quote
  character.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-411
Creator:  Michael Olson <mwolson@gnu.org>
2006-08-27 10:42:40 +00:00
Richard M. Stallman
c29fbc9354 (Low-Level Network): Make menu more convenient. 2006-07-19 02:10:38 +00:00
Kim F. Storm
ddb1546b12 (Low-Level Network): Rename node "Make Network"
to "Network Processes".
2006-07-18 14:06:52 +00:00
Richard M. Stallman
827b7ee7c2 Put period and comma inside quotes. 2006-07-18 00:08:15 +00:00
Eli Zaretskii
6061e9bcf2 (Input to Processes, Query Before Exit): Remove @tindex. 2006-07-08 18:03:23 +00:00
Richard M. Stallman
dd73030d01 (Bindat Spec): Clarify previous change. 2006-06-19 21:53:40 +00:00
Kim F. Storm
b35444d58b (Bindat Functions): Rename pos' and raw-data' to
`bindat-idx' and `bindat-raw' for clarity.
2006-05-28 22:20:49 +00:00
Thien-Thi Nguyen
b9e17eb3bd (Bindat Spec): Expand on `repeat' handler. 2006-05-27 20:32:18 +00:00
Thien-Thi Nguyen
f1b64ef1e5 (Bindat Functions): Explain term "total length".
Use it in `bindat-length' and `bindat-pack' descriptions.
2006-05-27 00:49:32 +00:00
Thien-Thi Nguyen
a2ff8a4801 (Bindat Functions): Say "unibyte string"
explicitly for `bindat-unpack' and `bindat-pack' descriptions.
(Bindat Examples): Don't call `string-make-unibyte' in example.
2006-05-25 09:01:43 +00:00
Eli Zaretskii
0c60d79acf Fix spelling errors. 2006-05-12 11:46:15 +00:00
Miles Bader
51fa34bc58 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-220
Creator:  Michael Olson <mwolson@gnu.org>

Improve tq.el.

* lispref/processes.texi (Transaction Queues): Mention the new optional
  `delay-question' argument for `tq-enqueue'.

* lisp/emacs-lisp/tq.el: Improve comments.
  (tq-queue-head-question): New accessor function.
  (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
  Update for modified queue structure.
  (tq-queue-add): Accept `question' argument.
  (tq-queue-pop): If a question is pending, send it.
  (tq-enqueue): Accept new optional argument `delay-question'.  If
  this is non-nil, and at least one other question is pending a
  response, queue the question rather than sending it immediately.
2006-04-16 02:17:00 +00:00
Kim F. Storm
499e02812a (Accepting Output): Remove obsolete (and incorrect)
remarks about systems that don't support fractional seconds.
2006-03-28 11:23:23 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Richard M. Stallman
d9043ddf76 (Misc Network, Make Network): Minor cleanups. 2006-01-05 03:33:25 +00:00
Kim F. Storm
c64d00d9aa (Misc Network): Clarity OMIT-PORT arg. 2006-01-04 00:23:57 +00:00
Kim F. Storm
b944a155cf (Make Network): Add IPv6 addresses and handling.
(Network Feature Testing): Mention (:family ipv6).
(Misc Network): Add IPv6 formats to format-network-address.
2006-01-04 00:20:08 +00:00
Thien-Thi Nguyen
cbce075240 (Bindat Functions): Say "third" to refer to zero-based index "2". 2005-11-20 15:17:23 +00:00
Richard M. Stallman
75c0692f1b (Sentinels): Clarify about output and quitting.
(Filter Functions): Mention with-local-quit.
2005-10-17 16:16:27 +00:00
Richard M. Stallman
088767cbda (Misc Network, Network Feature Testing)
(Network Options, Make Network): New nodes split out of Low-Level Network.
2005-08-11 19:46:35 +00:00
Thien-Thi Nguyen
651f374c99 Update years in copyright notice; nfc. 2005-08-10 14:29:01 +00:00
Juanma Barranquero
c4a00aa2ec Fix typo. 2005-08-02 13:10:02 +00:00
Richard M. Stallman
342fd6cd64 Fix formatting ugliness. 2005-06-18 13:57:17 +00:00
Luc Teirlinck
be87af2626 (Bindat Examples): Move @lisp to beginning of line. (Whitespace change.) 2005-06-17 16:51:10 +00:00
Luc Teirlinck
b9646a71a5 Fix typo. 2005-06-17 16:26:01 +00:00
Luc Teirlinck
926c4c9b05 (Byte Packing): Fix ungrammatical sentence. 2005-06-17 15:28:25 +00:00
Luc Teirlinck
480a6fa56e Whitespace change. 2005-06-17 15:13:51 +00:00
Luc Teirlinck
3f7fab2439 Fix typos.
(Bindat Spec): Correct Texinfo error.
2005-06-17 15:06:47 +00:00
Richard M. Stallman
377ddd88f6 (Byte Packing): New node.
(Processes): Add it to menu.
2005-06-17 13:51:19 +00:00
Kim F. Storm
4b9f372b4e (Network): Remove open-network-stream-nowait.
(Network Servers): Remove open-network-stream-server.
2005-05-15 20:42:11 +00:00
Lute Kamstra
b4b2903b59 (Processes): Add menu description. 2005-05-11 23:26:33 +00:00
Thien-Thi Nguyen
138ed6bc72 (Low-Level Network): Fix typo. 2005-05-11 13:56:04 +00:00
Thien-Thi Nguyen
f91aa2aac7 (Signals to Processes): Fix typo. 2005-05-11 13:11:13 +00:00
Richard M. Stallman
fea5a6d51a (Subprocess Creation): Explain nil in exec-path. Cleanup.
(Deleting Processes): Cleanups, add xref.
(Process Information): set-process-coding-system, some args optional.
(Input to Processes): Explain various types for PROCESS args.
Rename them from PROCESS-NAME to PROCESS.
(Signals to Processes): Likewise.
(Decoding Output): Cleanup.
(Query Before Exit): Clarify.
2005-02-27 00:09:08 +00:00
Kim F. Storm
bf247b6ed0 Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Richard M. Stallman
f8684c07a4 (Synchronous Processes): Grammar fix. 2004-11-25 03:15:19 +00:00
Jesper Harder
c1aa486418 (Synchronous Processes, Output from Processes):
Markup fix.
2004-11-21 19:39:59 +00:00
Kai Großjohann
bb5d6d3437 (Synchronous Processes): Document process-file. 2004-10-24 13:25:21 +00:00
Kim F. Storm
bfa96fa20d (Output from Processes): New var `process-adaptive-read-buffering'. 2004-08-17 22:41:51 +00:00
Kim F. Storm
410bcc3168 (Accepting Output): Add just-this-one' arg to accept-process-output'. 2004-08-17 22:35:13 +00:00
Luc Teirlinck
7baeca0c0e Reposition @anchor's. 2004-06-23 16:40:04 +00:00
Jesper Harder
4810d170c9 Markup fixes. 2004-04-16 16:42:36 +00:00
Jesper Harder
f3544d1135 Markup fixes. 2004-04-14 14:37:17 +00:00
Jesper Harder
00991494b5 Markup fixes. 2004-04-11 00:14:53 +00:00
Richard M. Stallman
38e82e480e Fix typos. 2004-03-04 17:10:27 +00:00
Eli Zaretskii
491cd154ea (Low-Level Network): Fix a typo. 2004-02-16 18:11:52 +00:00
Luc Teirlinck
136b1dff19 (Process Information): Add anchor. 2003-12-25 03:38:35 +00:00
Eli Zaretskii
ad800164c8 Replace @sc{foo} with @acronym{FOO}. 2003-11-02 06:29:59 +00:00
Kim F. Storm
30f4318dc9 (Network): Fix typo in xref (from Robert J. Chassell). 2003-10-13 13:49:31 +00:00