- Subject: Fixes to "recent" and "tree" modes
 
- From: Dave Kuhlman <dkuhlman@xxxxxxxxxxxxxxx>
 
- Date: Fri, 30 Jan 2004 11:42:14 -0800
 
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>.
  [2004 date index]
  [2004 thread index]
  
  [Thread Prev] [Thread Next]
      
  [Date Prev] [Date Next]