From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] guix: Fix handling of periods by fill-paragraph. Date: Mon, 11 Aug 2014 18:37:24 +0200 Message-ID: <87wqaft22j.fsf@gnu.org> References: <8738dndbkr.fsf@SIRIUS09.i-did-not-set--mail-host-address--so-tickle-me> <87wqazix9v.fsf@gnu.org> <87y4vfloao.fsf@gmail.com> 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]:43980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGsbK-0005vk-Fb for guix-devel@gnu.org; Mon, 11 Aug 2014 12:37:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGsb8-0002lT-K4 for guix-devel@gnu.org; Mon, 11 Aug 2014 12:37:38 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:59171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGsb8-0002lO-DN for guix-devel@gnu.org; Mon, 11 Aug 2014 12:37:26 -0400 In-Reply-To: <87y4vfloao.fsf@gmail.com> (Cyrill Schenkel's message of "Sun, 27 Jul 2014 00:59:11 +0200") 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: Cyrill Schenkel Cc: Guix-devel Cyrill Schenkel skribis: > From f4240f7a360650383b1820dfe2004a0a3e3ffe50 Mon Sep 17 00:00:00 2001 > From: Cyrill Schenkel > Date: Sun, 27 Jul 2014 00:53:16 +0200 > Subject: [PATCH] guix: Fix handling of periods by fill-paragraph. > > Fixes . > > * guix/ui.scm (fill-paragraph): Two spaces after period and no spaces bef= ore newline. > * tests/ui.scm: New test case. Applied, thanks! Ludo=E2=80=99.