From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Texinfo in descriptions? Date: Sun, 06 Sep 2015 23:31:37 +0200 Message-ID: <87egib44li.fsf@gnu.org> References: <87wpy0nygt.fsf@gmail.com> <87y4ige2ux.fsf@openmailbox.org> <87wpy0t83c.fsf@gnu.org> <87r3o7pz3h.fsf@openmailbox.org> <87y4ietrdz.fsf_-_@gnu.org> <874mkx8a5o.fsf@openmailbox.org> <87wpxs9ux0.fsf@gnu.org> <87h9ov51j9.fsf@gnu.org> <87a8tcfnox.fsf@openmailbox.org> <87a8tbf5lu.fsf@openmailbox.org> <87613wlmgv.fsf@gnu.org> <87zj18ik3d.fsf@openmailbox.org> <87egij2lyi.fsf@gnu.org> <87oahk8qbh.fsf@openmailbox.org> <87bndjxicp.fsf@gnu.org> <87si6uynpz.fsf@etu.u-bordeaux.fr> <87egib7j15.fsf@gnu.org> <87pp1ve2bq.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]:54379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYhXL-0008P9-Fs for guix-devel@gnu.org; Sun, 06 Sep 2015 17:31:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYhXI-00045Q-9c for guix-devel@gnu.org; Sun, 06 Sep 2015 17:31:43 -0400 In-Reply-To: <87pp1ve2bq.fsf@gmail.com> (Alex Kost's message of "Sun, 06 Sep 2015 23:10:33 +0300") 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: Alex Kost Cc: guix-devel@gnu.org, Mathieu Lirzin Alex Kost skribis: > Ludovic Court=C3=A8s (2015-09-06 16:51 +0300) wrote: > >> Alex: We should maybe disable the paragraph filling code in guix.el so >> that it doesn=E2=80=99t mess up with formatting? > > I don't mind (if you remember I didn't actually like such filling=C2=B9, = and > I've never used it). So we can change the default value of > =E2=80=98guix-package-info-fill-heading=E2=80=99 variable. Yes, though ideally the elisp code would provide Scheme code the current value of =E2=80=98fill-column=E2=80=99 so that text is filled using the rig= ht width. WDYT? Ludo=E2=80=99.