From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id OAA22649; Fri, 22 Feb 2002 14:07:48 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id OAA22683 for ; Fri, 22 Feb 2002 14:07:47 +0100 (MET) Received: from smtp2.home.se (smtp2.home.se [195.66.35.201]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g1MD7kv28839; Fri, 22 Feb 2002 14:07:46 +0100 (MET) Received: from seneca [213.88.193.140] by smtp2.home.se with Novonyx SMTP Server $Revision: 2.74 $; Fri, 22 Feb 2002 14:02:30 +0100 (ECTD) Message-ID: <00d001c1bba1$eb566100$0c6fa8c0@invariant.se> From: =?iso-8859-1?Q?Johan_Georg_Granstr=F6m?= To: "Gerard Huet" Cc: References: <200202221051.g1MApt122749@concorde.inria.fr> Subject: Re: [Caml-list] Emacs mode for revised syntax? Date: Fri, 22 Feb 2002 14:07:43 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk >Gerard Huet wrote: > >>I use tuareg emacs-mode: >> >>http://www-rocq.inria.fr/~acohen/tuareg/ >> > >So do I. I customised it a bit for keyword value and stuff. >Not entirely satisfactory, and I have to fight the "electric" automatic >indentation which has different notions than me on what is nicely presented >code. >Gérard This is my experience as well. The "value" keyword and the ";" instead of ";;" seems to be the only big differences. I looked at the tuareg code, there are a few occurences of "val" that probably needs to be changed into "value" together with some regular expressions. The same goes for ";" vs. ";;". But I don't have the guts to start messing with tuareg.el :) So I just sit around and wait for Christian Gillot's version. Thanks all, - Johan Granström ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners