> On 2/22/12 1:10 PM, Tiphaine Turpin wrote: >> Hi everyone, > Hi, I tested on Aquamacs, too slow... ( I did not turn on auto complete ) yes, we are aware of this issue [1]. We believe it is due to some slowness in the way aquamacs handle sockets ... and unfortunately we don't know yet how to fix this. If aquamacs experts know how to fix this, we gladly accept patches... However, there is a work-around: you should disable typerex colorisation by adding (setq ocp-syntax-coloring nil) to your .emacs. Then, you should be able to use navigation and refactoring tools smoothly. [1] https://github.com/OCamlPro/typerex/issues/2 -- Thomas >> >> We are pleased to announce the first release candidate of TypeRex, a new >> OCaml development environment, developed by OCamlPro and Inria Saclay. >> This version of TypeRex only integrates with Emacs and brings a >> collection of new features that programmers expect from a modern IDE. >> Next versions will target more editors. >> >> Downloads, screenshots, documentation, support and feedback >> instructions are available on TypeRex website at: >> >> http://www.typerex.org/ >> >> Summary of TypeRex features: >> >> * Improved syntax coloring >> * Auto-completion of identifiers (experimental) >> * Browsing of identifiers: show type and comment, go to definition, >> cycle between alternate definitions, and semantic grep; >> * Strictly semantic-preserving, local and whole-program refactoring: >> o renaming identifiers and compilation units >> o open elimination and reference simplification >> * Robust /w.r.t./ not-recompiled, possibly unsaved buffers >> * Scalable (used regularly on a few hundreds of source files) >> >> Auto-completion is disabled by default, since more testing is still >> needed for this feature. >> >> TypeRex is written in OCaml, communicating through a socket with the >> OCaml mode of the editor (currently Tuareg for Emacs, OCAIDE for Eclipse >> soon). >> >> All the features of the Tuareg mode are also included, even when we >> provide an equivalent for them. >> >> Beta testers, enjoy! >> >> Tiphaine Turpin >> Thomas Gazagnaire >> Fabrice Le Fessant >> >> >> >> > > > > -- > Caml-list mailing list. Subscription management and archives: > https://sympa-roc.inria.fr/wws/info/caml-list > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs >