From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Communication and Design at Guix Date: Tue, 15 Jan 2019 23:30:27 +0100 Message-ID: <87pnsxwo3g.fsf@gnu.org> References: <87k1jfuk26.fsf@gnu.org> <705CB66B-E8D5-4119-9F70-D429E1B174B2@pretty.Easy.privacy> <877efd1p56.fsf@gnu.org> <87r2dk4m4g.fsf@elephly.net> <87k1j81bau.fsf@gnu.org> <8736puu8in.fsf@riseup.net> <87won6hvnm.fsf@elephly.net> <9a3b1cb7f2f0e4573f44f2cfe4d7a6f5@lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:47643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gjXEQ-0008Vx-GX for guix-devel@gnu.org; Tue, 15 Jan 2019 17:30:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gjXEP-00078p-G4 for guix-devel@gnu.org; Tue, 15 Jan 2019 17:30:50 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:46324) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gjXEP-0006wf-7p for guix-devel@gnu.org; Tue, 15 Jan 2019 17:30:49 -0500 In-Reply-To: <9a3b1cb7f2f0e4573f44f2cfe4d7a6f5@lepiller.eu> (Julien Lepiller's message of "Tue, 15 Jan 2019 18:39:35 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Julien Lepiller Cc: guix-devel@gnu.org Julien Lepiller skribis: > You're supposed to call paren-matcher on a sxml tag. It tries to find > the matching parenthesis for each opening one and wraps the content > inside a span. That's it. You need (ice-9 receive) and (ice-9 match). I think you should pass it on to David Thompson to consider integration in guile-syntax-highlight. Ludo=E2=80=99.