home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / bug-lucid-emacs / text0159.txt < prev    next >
Encoding:
Text File  |  1993-07-04  |  671 b   |  19 lines

  1.  
  2. When in font lock mode, the character formatting for strings as
  3. specified by font-lock-string-face doesn't take effect. Has anybody
  4. else using font-lock-mode seen this. The problem occurs both when
  5. editing lisp and elisp code. For example, in my one of my emacs init
  6. files I have the following forms. The sting values won't be formatted
  7. properly.
  8.  
  9. (set-face-foreground 'font-lock-function-name-face "green")
  10. (set-face-foreground 'font-lock-comment-face "khaki")
  11. (set-face-foreground 'font-lock-string-face "LightGray")
  12.  
  13. --
  14. Comdisco Systems, Inc        Chuck Irvine        FAX (913) 841-1345
  15. Suite A                            irvine@lks.csi.com
  16. 1310 Wakarusa Dr.                    (913) 841-1283    
  17. Lawrence, KS 66049
  18.  
  19.