From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Perl modules Date: Sun, 11 May 2014 12:30:53 +0200 Message-ID: <20140511103053.GA2361@debian> References: <20140511085638.GA15275@debian> <87y4y8sksl.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjR28-0000vL-I1 for guix-devel@gnu.org; Sun, 11 May 2014 06:31:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WjR21-00089m-3J for guix-devel@gnu.org; Sun, 11 May 2014 06:31:04 -0400 Content-Disposition: inline In-Reply-To: <87y4y8sksl.fsf@gnu.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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org Thanks for the comments, all implemented and pushed. On Sun, May 11, 2014 at 11:54:02AM +0200, Ludovic Courtès wrote: > Also, two spaces after end-of-sentence periods. Just as a side note (side-note? sidenote?), in texinfo an end of sentence period immediately followed by a line break is interpreted as such (with a double space in the info browser), while in the string in the description field of our package definitions it is not. So there one should not end a line with a period. Andreas