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

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

Re: Setting font-lock-keywords-case-fold-search


From: * Tong *
Subject: Re: Setting font-lock-keywords-case-fold-search
Date: Wed, 28 Mar 2012 19:18:11 -0000
User-agent: Pan/0.133 (House of Butterflies)

On Sat, 02 Jul 2011 13:55:53 +0000, * Tong * wrote:

>   ;; specific that keyword matching is now case insensitive ;;(set
>   (make-local-variable 'font-lock-keywords-case-fold-search) nil)

Opps, 
"Non-nil means the patterns in `font-lock-keywords' are case-insensitive."

So I changed to

  (set (make-local-variable 'font-lock-keywords-case-fold-search) t)

but still NOK. 

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/


reply via email to

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