home *** CD-ROM | disk | FTP | other *** search
- In 19.4, the declaration
-
- (defconst imps-font-lock-keywords
- '(("^(def[-a-z]+\\s +\\([^
- ]+\\)"
- 1
- font-lock-function-name-face)))
-
- together with
-
- (setq font-lock-keywords imps-font-lock-keywords)
- (font-lock-mode)
- (set-face-underline-p (quote font-lock-string-face) nil)
-
- as part of a mode hook caused the name in a context such as
-
- (def-theorem la-la-la
- ...)
-
- to be in bold italics. (This isn't significantly different from the
- lisp-font-lock-keywords in font-lock.el.) But in 19.6 this appears no longer
- to do so. I couldn't find anything about font-lock-mode in the NEWS file. Is
- there some change I should adjust to?
-
- Thanks very much.
-
- Josh
-
-
-