|
From: | Jacob Gerlach |
Subject: | Re: Selective Font Lock Case Sensitivity |
Date: | Tue, 15 Apr 2014 19:08:32 -0700 (PDT) |
User-agent: | G2/1.0 |
> You can use > > > > (lambda (limit) > > (let ((case-fold-search t)) > > (re-search-forward RE limit t))) I'm trying to do this in font lock. Are you saying I could do something like: ((lambda...) . font-lock-keyword-face) instead of the usual ("RE" . font-lock-keyword-face)
[Prev in Thread] | Current Thread | [Next in Thread] |