From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH] gnu: Add python-pyodbc-c. Date: Thu, 26 Jan 2017 19:21:44 +0100 Message-ID: <20170126192144.007967c1@scratchpost.org> References: <20170126002621.9247-1-dannym@scratchpost.org> <87mvedkbgw.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> <87h94l4rji.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWogH-0005mX-0W for guix-devel@gnu.org; Thu, 26 Jan 2017 13:21:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWogA-00014U-S0 for guix-devel@gnu.org; Thu, 26 Jan 2017 13:21:57 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:33648) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cWogA-00013M-Kz for guix-devel@gnu.org; Thu, 26 Jan 2017 13:21:50 -0500 In-Reply-To: <87h94l4rji.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> 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: Marius Bakke Cc: guix-devel@gnu.org Hi, On Thu, 26 Jan 2017 19:14:41 +0100 Marius Bakke wrote: > >> + (arguments > >> + `(#:tests? #f ; no tests exist > >> + )) > > Please move these to the previous line. How? I'm not supposed to use block comment and the line comment doesn't end properly if I move the closing parens up to it.