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 mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 1ACC9820A1 for ; Thu, 22 Aug 2013 05:20:21 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of johan.mazel@gmail.com) identity=pra; client-ip=209.85.192.176; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="johan.mazel@gmail.com"; x-sender="johan.mazel@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of johan.mazel@gmail.com designates 209.85.192.176 as permitted sender) identity=mailfrom; client-ip=209.85.192.176; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="johan.mazel@gmail.com"; x-sender="johan.mazel@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-pd0-f176.google.com) identity=helo; client-ip=209.85.192.176; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="johan.mazel@gmail.com"; x-sender="postmaster@mail-pd0-f176.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlsBAFCCFVLRVcCwm2dsb2JhbABAGoM6Ua02iXKITYEVCBYOAQEBAQEGCwsJFCiCJAEBBAFAARsRAQsBAwELBgUEBw0NISIBEQEFAQoSBhMJCYdrAQMJBgw0lxSMUIMDhDEKGScDCmSBFgEFDI1sglsEB4QUA4krjjiBLY5FFimCYIFyLQ X-IPAS-Result: AlsBAFCCFVLRVcCwm2dsb2JhbABAGoM6Ua02iXKITYEVCBYOAQEBAQEGCwsJFCiCJAEBBAFAARsRAQsBAwELBgUEBw0NISIBEQEFAQoSBhMJCYdrAQMJBgw0lxSMUIMDhDEKGScDCmSBFgEFDI1sglsEB4QUA4krjjiBLY5FFimCYIFyLQ X-IronPort-AV: E=Sophos;i="4.89,932,1367964000"; d="scan'208";a="30006019" Received: from mail-pd0-f176.google.com ([209.85.192.176]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 22 Aug 2013 05:20:19 +0200 Received: by mail-pd0-f176.google.com with SMTP id q10so1293352pdj.35 for ; Wed, 21 Aug 2013 20:20:18 -0700 (PDT) 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=ZhQejyUwImM3VU/AWdRXGfhhjDOrC1sT2SD0uoqPDgo=; b=TNBtKIz+P58xQ7y1U6gBdcZX6OAGlaa5cNnpqsUKDQmqLY14zoe2GF5e1oCP3pyoAh APFD0/n/uCpEL3CA81oPWcpOHbjukeC8sWAD9I7PJXMYqbo+datGGUEFa49tBmmjr71D EKHNQL84Qle3zgo108ubZBlWMWoNv1s85uQrqOaI9izYF27cH8F3OD9srPdyOyySATMi ecGnI+Q5QtCeQunwPNuiRqHERML5WAV8+rv0GApoudG4UrviH6aGFQa0fdonfnmOrZWx pQ/0DZZ0JknOFQAwWaokI3L77nSccQ6txoKm20TTVIuFVBMc0xMsP4QE3NyR64fbGlgy 41ZQ== MIME-Version: 1.0 X-Received: by 10.68.226.234 with SMTP id rv10mr11072166pbc.1.1377141618506; Wed, 21 Aug 2013 20:20:18 -0700 (PDT) Received: by 10.66.191.233 with HTTP; Wed, 21 Aug 2013 20:20:18 -0700 (PDT) In-Reply-To: <5214E8F1.7030200@khandkar.net> References: <95B851B6-93AF-47A2-9C65-95E169B1DA07@ocamlpro.com> <20130820.223527.351659178592840423.Christophe.Troestler@umons.ac.be> <87ob8sovp7.fsf@study.localdomain> <87k3jgou93.fsf@study.localdomain> <5214E8F1.7030200@khandkar.net> Date: Thu, 22 Aug 2013 12:20:18 +0900 Message-ID: From: Johan Mazel To: Siraaj Khandkar Cc: Casey Basichis , romerun@gmail.com, OCaml Mailing List Content-Type: multipart/alternative; boundary=e89a8ffba14ffa010c04e480c4be Subject: Re: [Caml-list] Setting up OcaIDE --e89a8ffba14ffa010c04e480c4be Content-Type: text/plain; charset=ISO-8859-1 Personally, I use OcaIDE but I use "Makefile project" and I manage my compilation with oasis. Inside the Makefile, I call the oasis configuration/compilation. This (sometimes) create some problems when I want to open function definition. The opened file is often the one in ./_build/src instead of ./src but, otherwise everything is working fine. 2013/8/22 Siraaj Khandkar > On 08/21/2013 11:13 AM, Casey Basichis wrote: > >> >> May I ask what you are using in place of Eclipse? >> >> I've never used emacs, but after several days trying to get Eclipse to >> work its learning curve is starting to look like a better use of time. >> >> What tools are folks commonly using to wrangle ocaml. I'm on osx here, >> if it makes any difference. >> >> > I use Vim with omlet [1] and syntax file stolen from Marcus Mottl [2]. On > both, Mac and Linux, but it doesn't make a difference :) > > > [1]: http://www.vim.org/scripts/**script.php?script_id=1196 > [2]: https://bitbucket.org/mmottl/**vim-files/src/ > > > -- > 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 > --e89a8ffba14ffa010c04e480c4be Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Personally, I use OcaIDE but I use "Makefile project&= quot; and I manage my compilation with oasis. Inside the Makefile, I call t= he oasis configuration/compilation.
This (sometimes) create some proble= ms when I want to open function definition. The opened file is often the on= e in ./_build/src instead of ./src but, otherwise everything is working fin= e.


2013/8/= 22 Siraaj Khandkar <siraaj@khandkar.net>
On 08/21/2013 11:13 AM, Casey Basichis wrote:

May I ask what you are using in place of Eclipse?

I've never used emacs, but after several days trying to get Eclipse to<= br> work its learning curve is starting to look like a better use of time.

What tools are folks commonly using to wrangle ocaml. =A0I'm on osx her= e,
if it makes any difference.


I use Vim with omlet [1] and syntax file stolen from Marcus Mottl [2]. On b= oth, Mac and Linux, but it doesn't make a difference :)


[1]: http://www.vim.org/scripts/script.php?script_id=3D119= 6
[2]: https://bitbucket.org/mmottl/vim-files/src/

--e89a8ffba14ffa010c04e480c4be--