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-
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
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
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
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