From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id AA2397F860 for ; Thu, 6 Mar 2014 18:02:29 +0100 (CET) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of matthieu.dubuget@gmail.com) identity=pra; client-ip=209.85.214.44; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="matthieu.dubuget@gmail.com"; x-sender="matthieu.dubuget@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of matthieu.dubuget@gmail.com designates 209.85.214.44 as permitted sender) identity=mailfrom; client-ip=209.85.214.44; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="matthieu.dubuget@gmail.com"; x-sender="matthieu.dubuget@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-bk0-f44.google.com) identity=helo; client-ip=209.85.214.44; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="matthieu.dubuget@gmail.com"; x-sender="postmaster@mail-bk0-f44.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvwBAKGpGFPRVdYsnGdsb2JhbABaxTiBGRYOAQEBAQEGDQkJFCiCJgEBBDIBDQEbHAIDDAYFCxYWDwkDAgECARERAQUBHAYNCAEBh2ABAxEEAaIzjF+DDpVCChknDWSGIgEFDI5WhDgBA5g+hkqJc0GEWw X-IPAS-Result: AvwBAKGpGFPRVdYsnGdsb2JhbABaxTiBGRYOAQEBAQEGDQkJFCiCJgEBBDIBDQEbHAIDDAYFCxYWDwkDAgECARERAQUBHAYNCAEBh2ABAxEEAaIzjF+DDpVCChknDWSGIgEFDI5WhDgBA5g+hkqJc0GEWw X-IronPort-AV: E=Sophos;i="4.97,601,1389740400"; d="scan'208";a="51558660" Received: from mail-bk0-f44.google.com ([209.85.214.44]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 06 Mar 2014 18:02:28 +0100 Received: by mail-bk0-f44.google.com with SMTP id mz13so757569bkb.17 for ; Thu, 06 Mar 2014 09:02:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=6u8IQr60SJjfmDmf49DKXrFev99RHAhRF5PR2HWqewU=; b=CtxJgkSL+1vlY8HT5tNU1R7bNyIl7I1CxAb5AOQ8vjsj5nUwGpepKeKmUdHqbh/bsP EkRWZ8LaMdey4Sq/DjViRYR2WDKQV93RT65ENxVqY2GWxerx0GPkdB9BLDobYnYnwjTA YvQJvlMSZwPcEk3ipL54uT/P+6MSrV8Llp/X8lCU4lwYtkqetDKA7xYmai2v7aSwXj9s JNLN561X9uS0eKXxlCZUZMzEPtjlihmBeauHKupf8t8yVqizZx2VIA7/QcaLJLceU8Mb XWZvkobiWG/CyhvO0C/ykAv6CIfZztkCSGhMh3PBgJS2mEYu4xugiKYGB+QS5mr+Ff/l uVFA== X-Received: by 10.204.103.9 with SMTP id i9mr3950718bko.14.1394125348261; Thu, 06 Mar 2014 09:02:28 -0800 (PST) Received: from [172.17.1.25] (papillon.metalscan.fr. [178.22.148.54]) by mx.google.com with ESMTPSA id tg13sm3447135bkb.10.2014.03.06.09.02.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 06 Mar 2014 09:02:27 -0800 (PST) Message-ID: <5318AA21.3070009@gmail.com> Date: Thu, 06 Mar 2014 18:02:25 +0100 From: Matthieu Dubuget User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: caml-list References: <5318A3A8.8050402@gmail.com> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [Caml-list] I never succeeded in using Format Oh! Thanks for your answers… I had checked in the documentation if set_margin was not only for std_formatter, but did not find any warning… And I overlooked pp_set_margin… OK. I now could propose a small improvement of the documentation. Is the documentation in a public repository? Salutations -- Matthieu Dubuget