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 905F67FACB for ; Wed, 3 Sep 2014 09:51:18 +0200 (CEST) X-IronPort-AV: E=Sophos;i="5.04,455,1406584800"; d="scan'208";a="92784986" Received: from meleze.ens.fr (HELO [129.199.99.114]) ([129.199.99.114]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 03 Sep 2014 09:51:18 +0200 Message-ID: <5406C874.1090001@inria.fr> Date: Wed, 03 Sep 2014 09:51:16 +0200 From: Francois BERENGER User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: caml-list@inria.fr References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Caml-list] How to use emacs tuareg mode effectively to manage an OCaml project? On 09/02/2014 10:05 PM, Xinuo Chen wrote: > Hi all > > I am using OCaml for a project with 20 - 50 files inside. Also I am > using |emacs + tuareg|. > > Syntax highlight is well done by tuareg and generally it is good using > emacs for one file editing. > > However, for the project files, I need to frequently switch between > files together with folders, how can i use emacs as also a project > manager such as eclipse? How can I have a file / project tree there just > like Eclipse does? M-x speedbar > Also how do people manage a huge bunch of files (just like core library > or batteries-included) effectively? It seems emacs is good for single > file or simple project editing, but not good at managing a complex project. I read Linus Torvalds writing emacs is his preferred editor. I also read that he is working on a pretty complex project. ;) > thanks > > Best Regards, > > Xinuo -- Regards, Francois.