help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

font lock customization does not work for me


From: rabbit50
Subject: font lock customization does not work for me
Date: Thu, 05 Jun 2008 15:09:02 +0200
User-agent: mozilla news reader

Hallo Group Members

To the end of file I added:


;; Local Variables: **
;; comment-start: ";; "  **
;; comment-end:"**" **
;; font-lock-keywords: '(("Wed" . font-lock-warning-face)) **
;; End: **


then saved and reopened file, but "Wed" strings in my file did not change their 
face.

>From within my buffer I have:
font-lock-keywords is a variable defined in `font-lock.el'.
Its value is 
'(("Wed" . font-lock-warning-face))

Local in buffer readme.txt; global value is nil

font-lock-maximum-decoration is a variable defined in `font-lock.el'.
Its value is t

global-font-lock-mode is a variable defined in `font-core.el'.
Its value is t

The:
;; font-lock-keywords: (("Wed" . font-lock-warning-face)) **
as well as:
;; font-lock-keywords: ("Wed" . font-lock-warning-face) **

also does not work

Did I overlooked something? have You got some ideas?

Regards,
Michal







reply via email to

[Prev in Thread] Current Thread [Next in Thread]