From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] doc: describe the -e (module) shorthand as on equal footing with (@ ...) Date: Mon, 13 Feb 2017 22:03:21 +0100 Message-ID: <87d1elst0m.fsf@gnu.org> References: <8760sv3atk.fsf@web.de> <87r3bj835b.fsf@pobox.com> <8760sisc4j.fsf@web.de> <87shvl698r.fsf@pobox.com> <87oa36g2kw.fsf@web.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1487019819 13309 195.159.176.226 (13 Feb 2017 21:03:39 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2017 21:03:39 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Feb 13 22:03:36 2017 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cdNmZ-00037I-Qe for guile-devel@m.gmane.org; Mon, 13 Feb 2017 22:03:35 +0100 Original-Received: from localhost ([::1]:59529 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdNmf-0006uk-Ki for guile-devel@m.gmane.org; Mon, 13 Feb 2017 16:03:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdNmZ-0006ud-UT for guile-devel@gnu.org; Mon, 13 Feb 2017 16:03:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdNmW-00074c-12 for guile-devel@gnu.org; Mon, 13 Feb 2017 16:03:35 -0500 Original-Received: from [195.159.176.226] (port=55475 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cdNmV-00074R-Qn for guile-devel@gnu.org; Mon, 13 Feb 2017 16:03:31 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cdNmM-0002NI-RI for guile-devel@gnu.org; Mon, 13 Feb 2017 22:03:22 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@blaine.gmane.org X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 25 =?utf-8?Q?Pluvi=C3=B4se?= an 225 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Cancel-Lock: sha1:mpAZgpGvPdcFhjCqYe8r2k1W0Y0= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.lisp.guile.devel:18913 Archived-At: Arne Babenhauserheide skribis: > From 4751b9c4c85152281f0d57eda6a1c4ce50166ad4 Mon Sep 17 00:00:00 2001 > From: Arne Babenhauserheide > Date: Thu, 29 Sep 2016 17:11:26 +0200 > Subject: [PATCH] describe the -e (module) shorthand as on equal footing with > (@ ...) > > * doc/ref/guile-invoke.texi, doc/ref/scheme-scripts.texi: > describe the -e (module) shorthand as on equal footing with (@ ...) Applied with a few cosmetic changes. Thanks! Ludo’.