caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Emacs mode with typing for ocaml
@ 1999-03-17 14:44 Pascal Brisset
  0 siblings, 0 replies; only message in thread
From: Pascal Brisset @ 1999-03-17 14:44 UTC (permalink / raw)
  To: caml-list

A new Emacs mode is available for testing at :

  http://perso.wanadoo.fr/pascal.brisset/OcamlIT/

Extracts from the README follow.

OVERVIEW

  CamlIT (Caml Interactive Typing) is yet another emacs mode for
Objective Caml source files. It runs a toplevel in the background in
order to obtain typing information about definitions and all their
subexpressions, including function arguments and patterns. This is
especially useful when examining complex third-party source files.

INSTALLATION

  Requires Objective Caml 2.01 or 2.02. Tested on Linux and Solaris
  with GNU emacs 20.2.1 and XEmacs 20.4.

  Put camlit.el in your emacs load-path and add to your .emacs:
  (autoload 'camlit-minor-mode "camlit" "Caml Interactive Typing" t)
  Alternatively, just load camlit.el manually with [M-x load-file].

USAGE

  - [M-x camlit-minor-mode] enables CamlIT.

  - [C-t C-t] shows the full name (if relevant) and type of the Caml
    expression at the cursor location. Multiple invocations enlarge
    the scope to the enclosing syntactic expression.

  - [C-t C-k] resets the toplevel (recovers from inconsistent states).

CAVEATS
  
  - CamlIT actually executes your Caml code. It should be used only on
    files which contain definitions without unwanted side-effects.

  - CamlIT uses type-unsafe tricks to interface with the toplevel (the
    point is, you don't have to recompile anything). This may cause
    crashes and other dangerous effects, especially if you are not
    running either the standard toplevel or a toplevel generated by
    ocamlmktop.

ACKNOWLEDGEMENTS

  The features of CamlIT were inspired by several existing works on
  structured editors and proof assistants.

- Pascal Brisset <pascal.brisset@cnet.francetelecom.fr> +33296051928 -
- France Telecom CNET DTL/MSV | 2 av Pierre Marzin | F-22307 Lannion -




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-03-17 21:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-17 14:44 Emacs mode with typing for ocaml Pascal Brisset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).