From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 1181FBBAF for ; Tue, 5 Jan 2010 17:55:23 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuIAALL9QkvRVdPGkGdsb2JhbACRRYIXh0E/AQEBAQkJDAcTA6p6gTKFZYYMAQIDBYQrBA X-IronPort-AV: E=Sophos;i="4.47,507,1257116400"; d="scan'208";a="44234557" Received: from mail-yw0-f198.google.com ([209.85.211.198]) by mail1-smtp-roc.national.inria.fr with ESMTP; 05 Jan 2010 17:55:22 +0100 Received: by ywh36 with SMTP id 36so16828403ywh.15 for ; Tue, 05 Jan 2010 08:55:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=jqDuxcKFFFD8zhZRCVrT8W9LWvsyOwCi58O0m9etGLI=; b=U8Qd6klzha0o41TrambfgP8MueLbz0yIOFb6HMsGX/ePaXdf0VymVGtNIYtoKY9nP9 SgeoN8P6f/6hSf9yD/5XXLND/Z6+/mQ32LvYsExbuNAAv7eZ0zUt0MOExK8ixeigwvoE ncPyar0Ds3rMuSP27iz1MORSdypWmwl8DlDAE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=qNVfcznuVPBeIwgU0oUchG6WHGJKgOwpRb1snhEuPuofCcC0IZ4QU8QNouXwkd/1oz eSM4jr7L/08gG3o2SjKfruWcoDgOsUgfmBbUzkfw8jCvUlYKe11UjkwQntCHsdig5vcU 2jCQB16lGCOrkpXlUSlI6uQ6EM+qa1XFFEx/o= MIME-Version: 1.0 Received: by 10.101.28.29 with SMTP id f29mr27638880anj.195.1262710521795; Tue, 05 Jan 2010 08:55:21 -0800 (PST) In-Reply-To: <201001051128.48838.jon@ffconsultancy.com> References: <756daca51001042203w3c6a397cx6a5d594c28855a4d@mail.gmail.com> <91a3da521001042331t6fa190a2h9398a3add8adb670@mail.gmail.com> <201001051128.48838.jon@ffconsultancy.com> Date: Tue, 5 Jan 2010 17:55:21 +0100 Message-ID: <1bb08f401001050855v1a0c6e18haecfa8b2c7f5ff95@mail.gmail.com> Subject: Re: [Caml-list] Favorite OCaml editor? From: Laurent Le Brun To: caml-list@yquem.inria.fr Content-Type: text/plain; charset=ISO-8859-1 X-Spam: no; 0.00; ocaml:01 emacs:01 ocaml:01 mli:01 emacs:01 c-c:01 c-a:01 caml-mode:01 invoke:01 hacks:01 wrote:01 caml-list:01 recompiling:03 gui:03 tue:06 On Tue, Jan 5, 2010 at 12:28 PM, Jon Harrop wrote: >> 2) Ability to invoke a build tool so that reported errors allow me to >> automatically jump to the offending lines. > > Yes but I'd rather have an IDE constantly recompiling and automatically > flagging errors such that I can jump directly to them using the GUI. Yes, Emacs can do that. This is called the flymake-mode. I've used it a few times with OCaml (it required a few hacks, but it might be easier to use now). >> 5) Ability to switch rapidly between an ml file and its corresponding mli. > > Interesting. Shortcut in Emacs : C-c C-a (works with both caml-mode and tuareg-mode). -- Laurent