aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/processes.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to ../doc/lisprefGlenn Morris2007-09-061-2561/+0
|
* (Asynchronous Processes): Clarify doc of start-file-process.Richard M. Stallman2007-08-161-9/+11
|
* * processes.texi (Synchronous Processes): AddMichael Albinus2007-07-241-0/+16
| | | | | | | `process-file-shell-command', (Asynchronous Processes): Mention restricted use of `process-filter' and `process-sentinel' in `start-file-process'. Add `start-file-process-shell-command'.
* * process.texi (Asynchronous Processes):Michael Albinus2007-07-071-1/+18
| | | | * files.texi (Magic File Names): Add `start-file-process'.
* (Accepting Output): Revert most of previous change.Richard M. Stallman2007-05-061-5/+5
|
* (Accepting Output): accept-process-outputRichard M. Stallman2007-05-051-8/+8
| | | | uses microseconds, not milliseconds. But that arg is obsolete.
* improve breaks in 8.5x11Karl Berry2007-04-111-3/+4
|
* Improve index entries.Richard M. Stallman2007-04-071-2/+3
|
* wordingKarl Berry2007-04-031-1/+1
|
* wording mattersKarl Berry2007-04-011-1/+1
|
* Improve indexing.Eli Zaretskii2007-03-311-0/+1
|
* Improve indexing.Eli Zaretskii2007-03-311-0/+3
|
* Improve indexing.Eli Zaretskii2007-03-311-0/+1
|
* More fixes to bindat example.Kim F. Storm2007-02-171-7/+9
|
* (Bindat Spec): Vector types can have optional element type.Kim F. Storm2007-02-171-4/+9
| | | | (Bindat Examples): Fix example. Add vector with element type.
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-161-2/+2
| | | | 2001).
* (Bindat Spec): Fix Texinfo usage.Richard M. Stallman2007-01-021-1/+1
|
* (Bindat Spec): Clarify using field names inKim F. Storm2006-12-301-7/+9
| | | | length specifications.
* (Bindat Spec): Explain eval forms and lengths better.Kim F. Storm2006-12-291-19/+40
| | | | Add count and index variables for eval forms in repeat blocks.
* (Bindat Spec): Suggest names ending in -bindat-spec.Richard M. Stallman2006-09-081-1/+3
|
* (Accepting Output): Explain SECONDS=0 for accept-process-output.Richard M. Stallman2006-09-041-0/+2
|
* Miscellaneous tq-related fixes.Miles Bader2006-08-271-1/+1
| | | | | | | | | | | | | | * 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>
* (Low-Level Network): Make menu more convenient.Richard M. Stallman2006-07-191-3/+4
|
* (Low-Level Network): Rename node "Make Network"Kim F. Storm2006-07-181-2/+2
| | | | to "Network Processes".
* Put period and comma inside quotes.Richard M. Stallman2006-07-181-2/+2
|
* (Input to Processes, Query Before Exit): Remove @tindex.Eli Zaretskii2006-07-081-3/+0
|
* (Bindat Spec): Clarify previous change.Richard M. Stallman2006-06-191-7/+6
|
* (Bindat Functions): Rename `pos' and `raw-data' toKim F. Storm2006-05-281-12/+12
| | | | `bindat-idx' and `bindat-raw' for clarity.
* (Bindat Spec): Expand on `repeat' handler.Thien-Thi Nguyen2006-05-271-1/+3
|
* (Bindat Functions): Explain term "total length".Thien-Thi Nguyen2006-05-271-3/+13
| | | | Use it in `bindat-length' and `bindat-pack' descriptions.
* (Bindat Functions): Say "unibyte string"Thien-Thi Nguyen2006-05-251-18/+14
| | | | | explicitly for `bindat-unpack' and `bindat-pack' descriptions. (Bindat Examples): Don't call `string-make-unibyte' in example.
* Fix spelling errors.Eli Zaretskii2006-05-121-3/+3
|
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-220Miles Bader2006-04-161-1/+5
| | | | | | | | | | | | | | | | | | | 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.
* (Accepting Output): Remove obsolete (and incorrect)Kim F. Storm2006-03-281-6/+0
| | | | remarks about systems that don't support fractional seconds.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (Misc Network, Make Network): Minor cleanups.Richard M. Stallman2006-01-051-12/+15
|
* (Misc Network): Clarity OMIT-PORT arg.Kim F. Storm2006-01-041-2/+2
|
* (Make Network): Add IPv6 addresses and handling.Kim F. Storm2006-01-041-8/+26
| | | | | (Network Feature Testing): Mention (:family ipv6). (Misc Network): Add IPv6 formats to format-network-address.
* (Bindat Functions): Say "third" to refer to zero-based index "2".Thien-Thi Nguyen2005-11-201-1/+1
|
* (Sentinels): Clarify about output and quitting.Richard M. Stallman2005-10-171-7/+14
| | | | (Filter Functions): Mention with-local-quit.
* (Misc Network, Network Feature Testing)Richard M. Stallman2005-08-111-50/+76
| | | | (Network Options, Make Network): New nodes split out of Low-Level Network.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-2/+2
|
* Fix typo.Juanma Barranquero2005-08-021-1/+1
|
* Fix formatting ugliness.Richard M. Stallman2005-06-181-20/+24
|
* (Bindat Examples): Move @lisp to beginning of line. (Whitespace change.)Luc Teirlinck2005-06-171-1/+1
|
* Fix typo.Luc Teirlinck2005-06-171-1/+1
|
* (Byte Packing): Fix ungrammatical sentence.Luc Teirlinck2005-06-171-2/+2
|
* Whitespace change.Luc Teirlinck2005-06-171-1/+0
|
* Fix typos.Luc Teirlinck2005-06-171-14/+16
| | | | (Bindat Spec): Correct Texinfo error.
* (Byte Packing): New node.Richard M. Stallman2005-06-171-0/+402
| | | | (Processes): Add it to menu.