diff options
| author | monate | 2003-03-07 19:07:26 +0000 |
|---|---|---|
| committer | monate | 2003-03-07 19:07:26 +0000 |
| commit | fe9eef0e5f1b3068b5458670f40f588d151a4752 (patch) | |
| tree | 0036b018c34d7d64541bc2ce03a728c990781a46 /ide/highlight.mll | |
| parent | 519af89c1395b85bc1b17041504096feaea01777 (diff) | |
coqide: corrections pour utf8 de coq. highlight synchrone=repare le bug autorepeat des paste. configuration des accel rateurs. les chaines peuvent contenir des points. Bug: les phrases ne peuvent pas contenir .\sep. Or c'est permis par les Notation.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3750 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/highlight.mll')
| -rw-r--r-- | ide/highlight.mll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/highlight.mll b/ide/highlight.mll index b50ea148ee..2e8ce66596 100644 --- a/ide/highlight.mll +++ b/ide/highlight.mll @@ -73,7 +73,7 @@ and comment = parse let lb = Lexing.from_string s in try while true do - process_pending (); + (* process_pending (); This is VERY DANGEROUS *) let b,e,o=next_order lb in let b,e = convert_pos b,convert_pos e in let start = input_buffer#get_iter_at_char (offset + b) in |
