From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add gEDA/gaf Date: Sun, 08 Mar 2015 22:43:03 +0100 Message-ID: <8761abp3mg.fsf@gnu.org> References: <87h9tx96zu.fsf@mango.localdomain> 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]:51342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUiyl-0007ND-A3 for guix-devel@gnu.org; Sun, 08 Mar 2015 17:43:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUiyi-0001a5-2Z for guix-devel@gnu.org; Sun, 08 Mar 2015 17:43:19 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUiyh-0001Zz-Vd for guix-devel@gnu.org; Sun, 08 Mar 2015 17:43:16 -0400 In-Reply-To: <87h9tx96zu.fsf@mango.localdomain> (Ricardo Wurmus's message of "Fri, 06 Mar 2015 22:00:05 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: Guix-devel Ricardo Wurmus skribis: > From f795352d55797e7b675409f4841e11caed5db73f Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 5 Mar 2015 08:38:46 +0100 > Subject: [PATCH] gnu: Add gEDA/gaf. > > * gnu/packages/engineering.scm (geda-gaf): New variable. [...] > + (description > + "gaf stands for =E2=80=9Cgschem and friends=E2=80=9D. It is a subse= t of the entire tool suite > +grouped together under the gEDA name. gEDA/gaf is a collection of tools = which Two spaces after period. > +currently includes: > + > +gschem: A schematic capture program; > + > +gnetlist: A netlist generation program; > + > +gsymcheck: A syntax checker for schematic symbols; > + > +gattrib: A spreadsheet programm that manipulates the properties of symbo= ls of > +a schematic; > + > +libgeda: Libraries for gschem gnetlist and gsymcheck; > + > +gsch2pcb: A tool to forward annotation from your schematic to layout usi= ng PCB; > + > +some minor utilities.") Could you make the list non-bullet style so that it remains readable and pleasant even if some UI reflows the paragraphs? Other than that it=E2=80=99s OK. Nice work! Ludo=E2=80=99.