Re: Case insensitive font-lock

2005-08-27 Thread Bert Geens
On Mon, 22 Aug 2005 13:09:24 -0600, Kevin Rodgers wrote: > Bert Geens wrote: > > Thanks a lot, i had looked at font-lock-defaults but apparently not hard > > enough... > > > > So I tried this: > > (set (make-local-variable 'font-lock-defaults) '(fvwm-font-lock-keywords > > nil fvwm-keywords-

Re: Case insensitive font-lock

2005-08-22 Thread Kevin Rodgers
Bert Geens wrote: > Thanks a lot, i had looked at font-lock-defaults but apparently not hard > enough... > > So I tried this: > (set (make-local-variable 'font-lock-defaults) '(fvwm-font-lock-keywords > nil fvwm-keywords-ignore-case)) > But that apparently didn't work, I wonder why? Because the

Re: Case insensitive font-lock

2005-08-21 Thread Bert Geens
On Mon, 15 Aug 2005 11:08:02 -0600, Kevin Rodgers wrote: > Bert Geens wrote: > > I'm writing a major mode (http://www.lair.be/projects_fvwm-mode.php) for > > the Fvwm window manager, now as Fvwm's keywords are case insensitive > I was > > wondering if there is an easy way to make font lock ign

Re: Case insensitive font-lock

2005-08-15 Thread Kevin Rodgers
Bert Geens wrote: > I'm writing a major mode (http://www.lair.be/projects_fvwm-mode.php) for > the Fvwm window manager, now as Fvwm's keywords are case insensitive I was > wondering if there is an easy way to make font lock ignore the casing of > the keywords. ,[ C-h v font-lock-keywords-ca

Case insensitive font-lock

2005-08-14 Thread Bert Geens
Hi, I originally posted this to gnu.emacs.lisp in the hopes that it was less dead than it seemed, but it really is as dead as it looks so I'm reposting this here. I'm writing a major mode (http://www.lair.be/projects_fvwm-mode.php) for the Fvwm window manager, now as Fvwm's keywords are case inse