From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] Add st Date: Tue, 9 Jun 2015 16:22:10 +0200 Message-ID: <20150609142210.GA5037@debian> References: <7d59986edfeafbf10eeaaada41acee14@hypermove.net> <960301908817217a6148629f683a3f34@hypermove.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2KPy-0002cZ-1p for guix-devel@gnu.org; Tue, 09 Jun 2015 10:22:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2KPt-0001Of-WF for guix-devel@gnu.org; Tue, 09 Jun 2015 10:22:17 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:60846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2KPt-0001NI-Mw for guix-devel@gnu.org; Tue, 09 Jun 2015 10:22:13 -0400 Content-Disposition: inline In-Reply-To: <960301908817217a6148629f683a3f34@hypermove.net> 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: amirouche@hypermove.net Cc: guix-devel@gnu.org Hello, thanks for the submission! Just a partial review: On Tue, Jun 09, 2015 at 03:07:55PM +0200, amirouche@hypermove.net wrote: > + ("font-liberation5" ,font-liberation))) Typo? Drop "5" > + (description > + "Xterm is bloated and unmaintainable. It has over 65K lines of code and Please write a more neutral description. Something like "St implements a simple and light-weight terminal emulator. It implements 256 colors, most VT10X escape sequences, utf8, X11 copy/paste, antialiased fonts (using fontconfig), fallback fonts, resizing, and line drawing." It is nicer to write what a programme does well than to complain about what others do poorly. Andreas