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 mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by sympa.inria.fr (Postfix) with ESMTPS id 29EC07EE94 for ; Thu, 27 Dec 2012 04:37:20 +0100 (CET) Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of martindemello@gmail.com) identity=pra; client-ip=209.85.212.50; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="martindemello@gmail.com"; x-sender="martindemello@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail1-smtp-roc.national.inria.fr: domain of martindemello@gmail.com designates 209.85.212.50 as permitted sender) identity=mailfrom; client-ip=209.85.212.50; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="martindemello@gmail.com"; x-sender="martindemello@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-vb0-f50.google.com) identity=helo; client-ip=209.85.212.50; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="martindemello@gmail.com"; x-sender="postmaster@mail-vb0-f50.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ah8BAOLB21DRVdQyk2dsb2JhbABFqxOJOYkVCBYOAQEBAQkJCwkUBCOCHwEFQAEbEgsBAwwGBQQHGiEiAREBBQEKEhkSh24BAw8Ml3yMM4J7hGAKGScDClmIJwEFDIxLgRqDKQOIYo0qgRyNTBYphDY X-IronPort-AV: E=Sophos;i="4.84,360,1355094000"; d="scan'208";a="187673149" Received: from mail-vb0-f50.google.com ([209.85.212.50]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 27 Dec 2012 04:37:19 +0100 Received: by mail-vb0-f50.google.com with SMTP id fr13so9331334vbb.37 for ; Wed, 26 Dec 2012 19:37:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oU+uZybvK3O5E0YkF2qHg6/AcBAypYGlM7YZSFyJ9fI=; b=ZeIqULDbaAzLr06hahhI3R2v4XudxCjzePG+EkQqOr6XoQWIETYfUZKf06kUrJl2Vd yyLWSL1vHwotv11qgaQs03MgGaBBP8HJ0yl3FxjvDHWFmT+MoBIlK2zNyl3XNYMEXIy/ cVtZb5Lh1+mJAOuE554WsBhCmk3Lv4Yly6qMotiN4T/AxpFLIw4nM8/zXmFASyDIgWER Wz7up6SqevHXKuMjuK19zpWG+CLSpnJUQWpp5GnPEoPaAuBZ1Mtrd5IOL40Xz9MLiXrR rX1EeS04j5ocp7uqhmDyp+k9VsiTpmXVaTx+sYxu3peKHDFHd3LHnayRdxG5TaUu4Kbo LRew== MIME-Version: 1.0 Received: by 10.52.27.244 with SMTP id w20mr40036588vdg.44.1356579438195; Wed, 26 Dec 2012 19:37:18 -0800 (PST) Received: by 10.220.213.11 with HTTP; Wed, 26 Dec 2012 19:37:17 -0800 (PST) Received: by 10.220.213.11 with HTTP; Wed, 26 Dec 2012 19:37:17 -0800 (PST) In-Reply-To: <20121226083942.GB350@securactive.lan> References: <20121226083942.GB350@securactive.lan> Date: Wed, 26 Dec 2012 19:37:17 -0800 Message-ID: From: Martin DeMello To: rixed@happyleptic.org Cc: caml-list@inria.fr Content-Type: multipart/alternative; boundary=20cf307c9bd285f25904d1cd4372 Subject: Re: [Caml-list] new user - old questions --20cf307c9bd285f25904d1cd4372 Content-Type: text/plain; charset=ISO-8859-1 another option is to use emacs and evil-mode as a vim emulator on top of it. I've done this before when experimenting with languages that had better emacs than vim support (in particular, i notice emacs modes tend to have much better autoindenting than vim ones) martin On Dec 26, 2012 12:40 AM, wrote: > -[ Mon, Dec 24, 2012 at 10:36:40AM +0100, Gour ]---- > > b) it looks that Emacs is the best-supported editor for OCaml. How is > > support in Vim/Geany? What do you recommend? > > Depends of course of your expectations. > If you plan to use vim I highly recommend you try this: > http://github.com/avsm/ocaml-annot > > If you compile your source code with -annot then you'll be able to print > any > value's type with a single key while in vi. This is the only advanced > feature > I use (beside code highlighting) when editing ocaml source files. > > -- > Caml-list mailing list. Subscription management and archives: > https://sympa.inria.fr/sympa/arc/caml-list > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > --20cf307c9bd285f25904d1cd4372 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

another option is to use emacs and evil-mode as a vim emulat= or on top of it. I've done this before when experimenting with language= s that had better emacs than vim support (in particular, i notice emacs mod= es tend to have much better autoindenting than vim ones)

martin

On Dec 26, 2012 12:40 AM, <rixed@happyleptic.org> wrote:
-[ Mon, Dec 24, 2012 at 10:36:40AM +0100, Gour ]----
> b) it looks that Emacs is the best-supported editor for OCaml. How is<= br> > support in Vim/Geany? What do you recommend?

Depends of course of your expectations.
If you plan to use vim I highly recommend you try this:
http://git= hub.com/avsm/ocaml-annot

If you compile your source code with -annot then you'll be able to prin= t any
value's type with a single key while in vi. This is the only advanced f= eature
I use (beside code highlighting) when editing ocaml source files.

--
Caml-list mailing list. =A0Subscription management and archives:
ht= tps://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs
--20cf307c9bd285f25904d1cd4372--