home *** CD-ROM | disk | FTP | other *** search
- I have been using the font-lock stuff provided with lemacs 19.6 for a while
- and have noticed that there are some instances when strings are not
- correctly highlighted.
-
- This occurs in C++ stream expressions such as:
-
- cout << "this is a string";
-
- The above string is highlighted as if it were a comment, not a string. I have
- checked as much as I can, but it looks like the syntactical check should work.
- My guess is that a comment regexp is over riding the syntactic match. If I
- place a "(" before the double quote, the string magically becomes the
- correct face. Any help would be appreciated.
-
-
- --
- ----------------------------------------------------------------------------
- | David T. Croley | MCC - Exp Sys Lab | Cyberspace: |
- | croley@mcc.com | UT Austin, Texas | A place not real, no stone, no steel.|
- | PGP key available on request | A ghost unseen...the world "between".|
- ----------------------------------------------------------------------------
-
-