From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fHRYR-0001P9-Dq for guix-patches@gnu.org; Sat, 12 May 2018 06:15:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fHRYM-0000n1-Gl for guix-patches@gnu.org; Sat, 12 May 2018 06:15:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51044) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fHRYM-0000mu-Ct for guix-patches@gnu.org; Sat, 12 May 2018 06:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fHRYM-0008Hk-7W for guix-patches@gnu.org; Sat, 12 May 2018 06:15:02 -0400 Subject: [bug#31428] [PATCH 1/1] gnu: Add python-glob2. Resent-Message-ID: Date: Sat, 12 May 2018 12:14:18 +0200 From: Andreas Enge Message-ID: <20180512101418.GA2009@jurong> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Fis Trivial Cc: "31428@debbugs.gnu.org" <31428@debbugs.gnu.org> Hello, I think the error message applies to the following line in the description field: On Sat, May 12, 2018 at 09:51:10AM +0000, Fis Trivial wrote: > +@item A recursive '**' globbing syntax, akin for example to the globstar It looks like replacing '**' by @code{**} could solve the problem. Andreas