guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 2/6] docs/match: rm unquote-splicing as it interferes with


From: Maxime Devos
Subject: Re: [PATCH v1 2/6] docs/match: rm unquote-splicing as it interferes with textinfo
Date: Fri, 27 Jan 2023 17:27:34 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0



On 26-01-2023 19:57, Blake Shaw wrote:
don't know how to fix this rn, but...

You can escape @ with @@.

---
  doc/ref/match.texi | 15 ++++++++-------
  1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/doc/ref/match.texi b/doc/ref/match.texi
index 105150886..c5017e1a5 100644
--- a/doc/ref/match.texi
+++ b/doc/ref/match.texi
@@ -80,10 +80,10 @@ Patterns can be composed and nested.  For instance, 
@code{...}
  times in a list:
@example
-(match '(((a b c) e f g) 1 2 3)
-  (((head ...) tails ...)
-   `(,@tails ,head)))

E.g.: (,@@tails ,head) (untested)

Attachment: OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]