- Subject: Re: C# mode
- From: Paul Boekholt <p.boekholt@xxxxxxxxx>
- Date: Fri, 02 Sep 2005 17:42:38 +0200
On Fri, 2 Sep 2005 15:05:23 +0200, MDK <michaldominik@xxxxxxxxx> said:
> Well, I might be missing something completely, but I've got problems
> with keywords.sl. It seems that some words work, while others don't.
> Below is my first shot at the glib mode. Everything works fine except
> for "void" , "struct" , "case" , "switch"... no idea why ("if", "do",
> "for" work fine).
I think the reason e.g. "void" doesn't work, is because it, and e.g. "gint",
are four letter words. When you do
keywords->define_keywords(types, "glib", 0);
the word "gint" overwrites any four letter words that were defined by
keywords->define_keywords(wordss, "glib", 0);
It works fine if you add the type 0 keywords to one keyword list, the type 1
keywords to another, etc.
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2005 date index]
[2005 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]