home *** CD-ROM | disk | FTP | other *** search
-
- When in font lock mode, the character formatting for strings as
- specified by font-lock-string-face doesn't take effect. Has anybody
- else using font-lock-mode seen this. The problem occurs both when
- editing lisp and elisp code. For example, in my one of my emacs init
- files I have the following forms. The sting values won't be formatted
- properly.
-
- (set-face-foreground 'font-lock-function-name-face "green")
- (set-face-foreground 'font-lock-comment-face "khaki")
- (set-face-foreground 'font-lock-string-face "LightGray")
-
- --
- Comdisco Systems, Inc Chuck Irvine FAX (913) 841-1345
- Suite A irvine@lks.csi.com
- 1310 Wakarusa Dr. (913) 841-1283
- Lawrence, KS 66049
-
-