On 3/16/07, Martin Jambon <[EMAIL PROTECTED]> wrote:
> * text editor modes are not ready for special syntax extensions and it
> results in bad automatic indentation. Using parentheses around the parts
> written in the special syntax helps when it's possible. Otherwise, you may
> want to choose a convention that forces the use of brackets ((), [] or {})
> combined with another symbol. Make sure other popular camlp4 extensions do
> not use the same convention (hard) or use this in addition to a preceding
> keyword (easy and safer):
>
As I have stated here already, I believe it should be possible to use
camlp4 to do parsing for an editor mode (even for automatic
indentation). I will pursue this in near future.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"ocaml-developer" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/ocaml-developer?hl=en
For other OCaml forums, see http://caml.inria.fr/resources/forums.en.html
-~----------~----~----~----~------~----~------~--~---