Browse thread
[Caml-list] Quotes in comments: (* " *)
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2003-12-18 (17:06) |
From: | Xavier Leroy <xavier.leroy@i...> |
Subject: | Re: [Caml-list] Quotes in comments: (* " *) |
> I have a problem where tuareg-mode is getting confused by a quote > character, in fact in this line: > > let chars = ['\\';'/';':';'*';'\'';'"'] in > > and I can fix tuareg-mode by adding (* " *) at the end of the line, > but then the compiler barfs. I suggest writing '\"' instead of '"'. It means the same thing, but Emacs fontification code seems to understand that \" isn't a string delimiter. - Xavier Leroy ------------------- 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