From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Newsgroups: gmane.lisp.guile.bugs Subject: bug#30920: doc: Inconsistent parentheses in "(guile) sxml-match" Date: Sat, 21 Mar 2020 22:34:35 +0100 Message-ID: <87d095xuhg.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="6546"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: 30920@debbugs.gnu.org To: Arun Isaac Original-X-From: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Sat Mar 21 22:35:08 2020 Return-path: Envelope-to: guile-bugs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jFlls-0001e9-Ip for guile-bugs@m.gmane-mx.org; Sat, 21 Mar 2020 22:35:08 +0100 Original-Received: from localhost ([::1]:41060 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFllr-0005Ny-LI for guile-bugs@m.gmane-mx.org; Sat, 21 Mar 2020 17:35:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54617) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFlln-0005Nq-2c for bug-guile@gnu.org; Sat, 21 Mar 2020 17:35:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jFllm-00088Q-37 for bug-guile@gnu.org; Sat, 21 Mar 2020 17:35:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42327) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jFlll-00088M-Vu for bug-guile@gnu.org; Sat, 21 Mar 2020 17:35:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jFlll-0007HF-UR for bug-guile@gnu.org; Sat, 21 Mar 2020 17:35:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Sat, 21 Mar 2020 21:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30920 X-GNU-PR-Package: guile Original-Received: via spool by 30920-submit@debbugs.gnu.org id=B30920.158482648627942 (code B ref 30920); Sat, 21 Mar 2020 21:35:01 +0000 Original-Received: (at 30920) by debbugs.gnu.org; 21 Mar 2020 21:34:46 +0000 Original-Received: from localhost ([127.0.0.1]:48300 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jFllW-0007Gc-0O for submit@debbugs.gnu.org; Sat, 21 Mar 2020 17:34:46 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:39471) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jFllT-0007GM-W1 for 30920@debbugs.gnu.org; Sat, 21 Mar 2020 17:34:44 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jFllO-00081Q-0z; Sat, 21 Mar 2020 17:34:38 -0400 Original-Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=56236 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jFllN-00027g-8e; Sat, 21 Mar 2020 17:34:37 -0400 In-Reply-To: (Arun Isaac's message of "Sat, 24 Mar 2018 10:44:46 +0530") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.io gmane.lisp.guile.bugs:9676 Archived-At: Hi Arun, Arun Isaac skribis: > All examples in "(guile) sxml-match" use square parentheses around each > match clause. However, in the subsection "Guards in Patterns" alone, the > example has round parentheses. I think it would be nice to use round > parentheses consistently in all examples so that sxml-match and match > have the same syntax. But, I have no strong opinions. If you can > recommend which way to go, I can provide a patch for the same. That documentation comes from Racket-land IIRC, hence the style. I agree with you that consistency would be nice and a patch in that direction would be welcome! Ludo=E2=80=99.