caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Olivier Grisel <olivier.grisel@ensta.org>
To: david.baelde@ens-lyon.org
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] New Ocaml indentation for VIm
Date: Fri, 25 Feb 2005 11:22:32 +0100	[thread overview]
Message-ID: <421EFC68.6060002@ensta.org> (raw)
In-Reply-To: <42058167.4030700@ens-lyon.fr>

David Baelde wrote:
> Hi list,
> 
> I'm developping a new Caml indentation for VIm, which looks like tuareg 
> a lot, plus performs nice things like folding. I believe it's already 
> good enough for being used, but I'm looking for testers, for bug finding 
> but also discussing some points where I don't follow tuareg.

Hi, and thanks a lot, this looks nice (especially the folding support :)

I have just tried it for a few seconds and I found the following identation a 
bit too wide:

let f = function
           |  [] -> foo
           | x::l -> bar

but I would prefer the following:

let f = function
   | [] -> foo
   | x::l -> bar

Anyway, thanks a lot. I will test it more extensively this WE and let you know 
if I find bugs.

Regards,

	Olivier




  reply	other threads:[~2005-02-25 10:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-06  2:31 David Baelde
2005-02-25 10:22 ` Olivier Grisel [this message]
2005-02-25 10:58   ` [Caml-list] " Sven Luther
2005-02-25 14:18     ` Olivier Grisel
2005-02-25 18:55   ` David Baelde
2005-02-26  8:16     ` Stefano Zacchiroli
2005-02-26  8:39       ` Sven Luther
2005-02-26  9:51         ` Samuel Mimram
2005-02-26 10:48           ` Sven Luther
2005-03-07 15:57     ` Markus Mottl
2005-03-23 22:37       ` Olivier Grisel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=421EFC68.6060002@ensta.org \
    --to=olivier.grisel@ensta.org \
    --cc=caml-list@inria.fr \
    --cc=david.baelde@ens-lyon.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).