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: Blake Shaw
Subject: Re: [PATCH v1 2/6] docs/match: rm unquote-splicing as it interferes with textinfo
Date: Sat, 28 Jan 2023 16:14:51 +0700

Thanks! The new latest edit is still preferred but I'll keep that in mind for the future.

On Fri, Jan 27, 2023, 23:33 Maxime Devos <maximedevos@telenet.be> wrote:


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)

reply via email to

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