From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH]: gnu: Add patchage. Date: Mon, 16 Feb 2015 10:01:46 -0500 Message-ID: <87h9ulaoit.fsf@netris.org> References: <87a90enbvg.fsf@mango.localdomain> <878ufynboc.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]:40488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNNBA-0003kd-Uw for guix-devel@gnu.org; Mon, 16 Feb 2015 10:01:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNNB5-00036r-6T for guix-devel@gnu.org; Mon, 16 Feb 2015 10:01:44 -0500 Received: from world.peace.net ([50.252.239.5]:51808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNNB5-00033v-3C for guix-devel@gnu.org; Mon, 16 Feb 2015 10:01:39 -0500 In-Reply-To: <878ufynboc.fsf@mango.localdomain> (Ricardo Wurmus's message of "Sun, 15 Feb 2015 21:48: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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: Guix-devel Ricardo Wurmus writes: > + (synopsis "Gtk widget for interactive graph-like environments") > + (description > + "Ganv is an interactive Gtk widget for interactive =E2=80=9Cboxes a= nd lines=E2=80=9D or > +graph-like environments (e.g. modular synths or finite state machine > +diagrams).") Instead of "Gtk", please write "GTK+". Also, instead of parentheses, how about writing "... environments, e.g. modular synths ..." ? Otherwise looks good! Please push :) Mark