- Subject: Re: HTML syntax highlighting
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
- Date: Sat, 29 Nov 2008 18:50:38 -0500
Duke <dukeofperl@xxxxxxx> wrote:
> Previous to your last post, I had changed my .jedrc file to:
>
> () = evalfile ("html.sl");
>
> It now reads:
>
> %() = evalfile ("html.sl");
With the proper autoload statements, it should be unnecessary to load
either of the above two files.
>
> Here are the test results:
>
> [11:16:13][dnormandin@tigger:~]$ jed -batch -l html2.sl /tmp/foo.sl
> loading /opt/local/share/jed/lib/site.sl
> loading /opt/local/share/jed/lib/os.sl
> loading /opt/local/share/jed/lib/menus.sl
> loading /opt/local/etc/jed.conf
What is in jed.conf? If you have enabled dfa-syntax-highlighting for
html mode, then disable it.
Also in your .jedrc file, move the following code outside the
if-statemenet involving the BATCH variable:
variable Jed_Home_Library = "~/jed/lib";
set_jed_library_path (Jed_Home_Library + "," + get_jed_library_path ());
Jed_Highlight_Cache_Dir = Jed_Home_Library;
Jed_Highlight_Cache_Path = Jed_Highlight_Cache_Dir + "," +
Jed_Highlight_Cache_Path;
It also appears that you may have installed jed from source. If so, I
strongly recommend that you upgrade to 0.99.19 and slang-2.1.4. You can
get the most recent 0.99-19 snapshot from
<http://www.jedsoft.org/snapshots/>
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>.
[2008 date index]
[2008 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]