home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / help-lucid-emacs / text0525.txt < prev    next >
Encoding:
Text File  |  1993-07-14  |  996 b   |  23 lines

  1. I have been using the font-lock stuff provided with lemacs 19.6 for a while
  2. and have noticed that there are some instances when strings are not
  3. correctly highlighted.
  4.  
  5. This occurs in C++ stream expressions such as:
  6.  
  7.     cout << "this is a string";
  8.  
  9. The above string is highlighted as if it were a comment, not a string.  I have
  10. checked as much as I can, but it looks like the syntactical check should work.
  11. My guess is that a comment regexp is over riding the syntactic match.  If I
  12. place a "(" before the double quote, the string magically becomes the
  13. correct face.  Any help would be appreciated.
  14.  
  15.  
  16. -- 
  17.  ----------------------------------------------------------------------------
  18. | David T. Croley | MCC - Exp Sys Lab | Cyberspace:                          |
  19. | croley@mcc.com  | UT Austin, Texas  | A place not real, no stone, no steel.|
  20. |    PGP key available on request     | A ghost unseen...the world "between".|
  21.  ----------------------------------------------------------------------------
  22.  
  23.