- Subject: RE: Dabbrev issues
- From: SANGOI DINO LEONARDO <SANGOID@xxxxxxxxxxxxxxxxx>
- Date: Wed, 24 Aug 2005 11:29:06 +0200
> -----Original Message-----
> From: Paul Boekholt
> Sent: mercoledì 24 agosto 2005 7.39
> To: jed-users-l@xxxxxxxxxxxxxx
> Subject: RE: Dabbrev issues
>
> > Put all the files in a directory within JED_LIBRARY_PATH,
> except jed.rc:
> > it's an examble of what you need to write in your .jedrc.
> One of these files is called complete.sl. That makes it rather
> difficult to install both complete's.
Yes, mainly because I wrote it a lot of time ago... anyway, as I think that
a lot of work is still needed on my 'complete', I sent it mostly as a
proof-of-concept, not as a final, useable mode.
If I find some time to develop (I'm rather busy lately), I'll try to create
a more 'modern' version, and I will rename it.
[SNIP]
>
> I think this would do the same:
>
> private define _compl_get_completions_default(ComplAssoc, s)
> {
> % Search case sensitive
> _compl_get_completions_default_one(ComplAssoc, "\\C\\<" + s);
> % search case insensitive.
> _compl_get_completions_default_one(ComplAssoc, "\\c\\<" + s);
>
> return 0;
> }
Well, I said that I wrote it a lot of time ago...
Anyways, I never took some time to look at Slang regexps...
But this is a nice trick to know, thanks!
Dino
--------------------------
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]