From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: Newbie packagers Date: Fri, 22 Jul 2016 14:46:23 +0200 Message-ID: References: <87bn1rm1gk.fsf@gnu.org> <87vazxrgj7.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQZqX-0003cU-56 for help-guix@gnu.org; Fri, 22 Jul 2016 08:46:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQZqV-0007Lq-8C for help-guix@gnu.org; Fri, 22 Jul 2016 08:46:28 -0400 In-Reply-To: <87vazxrgj7.fsf@gnu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: help-guix@gnu.org > I have no control over search engines. :-) Yep, that was just a lame excuse, sorry... ;-) >> 3 - I'd add the following to (unquote-splicing expr): >> >> `(1 ,x 4) =E2=87=92 (1 (2 3) 4) >> >> to better demonstrate the effect of splicing >> >> and to (unquote expr) : >> >> `(1 2 (* 9 9) 3 4) =E2=87=92 (1 2 (* 9 9) 3 4) > > I=E2=80=99d prefer to avoid duplication with the Guile manual. Those additional examples would have been for: https://www.gnu.org/software/guile/manual/guile.html#Expression-Syntax and not for the guix manual... Do you want me to submit a patch for those ? --=20 Vincent Legoll