From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: Documenting (system repl server) Date: Thu, 28 Mar 2013 17:51:41 +0100 Message-ID: <87ip4blb6q.fsf@gnu.org> References: <87hak8r0qm.fsf@Kagami.home> <871ub0r1km.fsf@gnu.org> <87620c9xsj.fsf@Kagami.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1364491734 19354 80.91.229.3 (28 Mar 2013 17:28:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Mar 2013 17:28:54 +0000 (UTC) Cc: guile-devel@gnu.org To: Ian Price Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Mar 28 18:29:21 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ULGdb-0003dq-Lp for guile-devel@m.gmane.org; Thu, 28 Mar 2013 18:29:19 +0100 Original-Received: from localhost ([::1]:35681 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULGdD-00078F-Hk for guile-devel@m.gmane.org; Thu, 28 Mar 2013 13:28:55 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULG3P-0004aL-FN for guile-devel@gnu.org; Thu, 28 Mar 2013 12:51:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULG3N-0005mm-WE for guile-devel@gnu.org; Thu, 28 Mar 2013 12:51:55 -0400 Original-Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=43018 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULG3N-0005l3-QP for guile-devel@gnu.org; Thu, 28 Mar 2013 12:51:53 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id 22EECC50B; Thu, 28 Mar 2013 17:51:42 +0100 (CET) Original-Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7fUqpkexp6J0; Thu, 28 Mar 2013 17:51:42 +0100 (CET) Original-Received: from pluto (unknown [193.50.110.140]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id E489C2C0A; Thu, 28 Mar 2013 17:51:41 +0100 (CET) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 8 Germinal an 221 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <87620c9xsj.fsf@Kagami.home> (Ian Price's message of "Thu, 28 Mar 2013 00:24:12 +0000") User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2a01:e0b:1:123:ca0a:a9ff:fe03:271e X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16047 Archived-At: Ian Price skribis: > +The procedures of this module allow you to spawn a @dfn{REPL server}, Add =E2=80=9C@cindex REPL server=E2=80=9D just above. > +which permits interaction over a local or TCP connection. Guile itself > +uses them internally to implement the @option{--listen} switch, see > +@ref{Command-line Options}. Remove =E2=80=9Csee=E2=80=9D. Other than that, OK to push. Thanks! Ludo=E2=80=99.