[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fixes to "recent" and "tree" modes
Yesterday, I installed the tree mode and the recent files modes.
They're very cool.
Below are a couple of changes I had to make. Perhaps they are
suggested fixes, ... unless there is just something weird about my
set-up?
In tree.sl, I added:
define define_highlight_rule(a, b, c)
{
dfa_define_highlight_rule(a, b, c);
}
define build_highlight_table(a)
{
dfa_build_highlight_table(a);
}
In recent.sl, I changed:
autoload("what_line_if_wide", "bufutils");
to:
autoload("what_line_if_wide", "sl_utils");
I used the sl_utils.tar.gz that I down-loaded from the Jed Modes
Web site.
Dave
--
Dave Kuhlman
dkuhlman@xxxxxxxx
http://www.rexx.com/~dkuhlman
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.