jed-users mailing list

[2004 Date Index] [2004 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: jed 0.99-17 looks good


Dave Kuhlman <dkuhlman@xxxxxxxxxxxxxxx> wrote:
>Hmm. I added Both CASE_SEARCH_DEAULT and CASE_SEARCH are zero, but when I
>search for "def", it does not find "Def".

The bug is in slang2.  I will make a patch available for this later
tonight.

Here is a working version of site.sl:enable_dfa_syntax_for_mode:

define enable_dfa_syntax_for_mode ()
{
   loop (_NARGS)
     {
	variable mode = ();
	mode_set_mode_info (mode, "use_dfa_syntax", 1);
     }
}

Thanks,
--John

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2004 date index] [2004 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]