jed-users mailing list

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

Re: HTML syntax highlighting


On Sat, 29 Nov 2008, John E. Davis wrote:

[snip]
>
> What is in jed.conf?  If you have enabled dfa-syntax-highlighting for
> html mode, then disable it.

[19:47:44][dnormandin@tigger:~]$ cat /opt/local/etc/jed.conf
% -*- slang -*-

% This is a sample jed.conf that the user may put in /etc or
/usr/local/etc
% to setup some defaults for all users.

_Jed_Default_Emulation = "emacs";
_Jed_Default_Color_Scheme = "black4";
% Info_Directory = "/usr/info,/usr/share/info";
auto_compression_mode (1);
% enable_dfa_syntax_for_mode ("html", "TCL");
[19:48:04][dnormandin@tigger:~]$

>
> 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;

done!  Still no html highlighting.

>
> 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/>

Will do!
-- 
Duke Normandin
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


--------------------------
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]