From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] gnu: octave: Add fftw, arpack, and glu inputs. Date: Sun, 10 May 2015 15:46:10 -0400 Message-ID: <878ucw5i7x.fsf@netris.org> References: <87sib5q591.fsf@netris.org> <20150510143904.636b0b8c@PocketWee> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrXBB-0002gK-Eh for guix-devel@gnu.org; Sun, 10 May 2015 15:46:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YrXB6-0006m9-4j for guix-devel@gnu.org; Sun, 10 May 2015 15:46:25 -0400 Received: from world.peace.net ([50.252.239.5]:49132) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrXB6-0006m5-1J for guix-devel@gnu.org; Sun, 10 May 2015 15:46:20 -0400 In-Reply-To: <20150510143904.636b0b8c@PocketWee> (Eric Bavier's message of "Sun, 10 May 2015 14:39:04 -0500") 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: Eric Bavier Cc: guix-devel@gnu.org Eric Bavier writes: > 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'). Indeed, I didn't know that we did that. I suppose it doesn't matter then. Thanks! Mark