From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH] gnu: octave: Add fftw, arpack, and glu inputs. Date: Sun, 10 May 2015 14:39:04 -0500 Message-ID: <20150510143904.636b0b8c@PocketWee> References: <87sib5q591.fsf@netris.org> 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]:45785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrX1O-0000oD-Ao for guix-devel@gnu.org; Sun, 10 May 2015 15:36:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YrX1L-0004Kg-5P for guix-devel@gnu.org; Sun, 10 May 2015 15:36:18 -0400 Received: from mail2.openmailbox.org ([62.4.1.33]:57739) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrX1K-0004KT-U4 for guix-devel@gnu.org; Sun, 10 May 2015 15:36:15 -0400 In-Reply-To: <87sib5q591.fsf@netris.org> 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: Mark H Weaver Cc: guix-devel@gnu.org On Sat, 09 May 2015 08:56:10 -0400 Mark H Weaver wrote: > Eric Bavier writes: > > > @@ -411,11 +416,11 @@ extremely large and complex data collections.") > > "/bin/sh")))) > > (home-page "http://www.gnu.org/software/octave/") > > (synopsis "High-level language for numerical computation") > > - (description "GNU Octave is a high-level interpreted language that is specialized > > -for numerical computations. It can be used for both linear and non-linear > > -applications and it provides great support for visualizing results. Work may > > -be performed both at the interactive command-line as well as via script > > -files.") > > + (description "GNU Octave is a high-level interpreted language that is > > +specialized for numerical computations. It can be used for both linear and > > +non-linear applications and it provides great support for visualizing results. > > +Work may be performed both at the interactive command-line as well as via > > +script files.") > > As you have it now, the first line of the string will actually be much > shorter than the others. In what situations is this an actual issue? The recutils output will re-wrap lines already (e.g. 'guix search' and 'guix package --show'). `~Eric