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: Sun, 27 Jul 2014 00:13:32 +0200 Message-ID: <87wqazix9v.fsf@gnu.org> References: <8738dndbkr.fsf@SIRIUS09.i-did-not-set--mail-host-address--so-tickle-me> 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]:49652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBADk-00061D-Nh for guix-devel@gnu.org; Sat, 26 Jul 2014 18:13:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBADe-0005yz-N8 for guix-devel@gnu.org; Sat, 26 Jul 2014 18:13:40 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:43270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBADe-0005yt-FR for guix-devel@gnu.org; Sat, 26 Jul 2014 18:13:34 -0400 In-Reply-To: (Cyrill Schenkel's message of "Sun, 27 Jul 2014 00:06:54 +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 2dc0cb0eaafbcfce062f4d0acbc7e5cad200bfbf Mon Sep 17 00:00:00 2001 > From: Cyrill Schenkel > Date: Sun, 27 Jul 2014 00:03:16 +0200 > Subject: [PATCH] guix: Fix handling of periods by fill-paragraph. > > * guix/ui.scm (fill-paragraph): Two spaces after period and no spaces bef= ore newline. Could you add a test in tests/ui.scm that demonstrates bug #17468? Also please add =E2=80=9CFixes .=E2=80=9D at the= beginning of the commit message. Thanks, Ludo=E2=80=99.