jed-users mailing list

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

Re: HTML syntax highlighting - again


On 13.12.08, Duke wrote:
> At the top of my .jedrc file I have:

> () = evalfile ("html2.sl");

Generally, it is not a good idea to evalfile() mode files. This increases
startup time without need (except you do only edit html files ;-).

I'r rather append 

autoload("html_mode", "html2");

to .jedrc, or rename html2.sl to html.sl and place it in a directory that
comes before the standard lib in the jed library path.


> In particular, I'm trying to change the "string" color, w/o any success.

1st. test: Do you get a different string colour, if you change the color
     	   setting with Windows>Colors Schemes>xxx?
	   
2nd: Do you select a colour scheme in you .jedrc?

If the answer is yes, no, DO select a colour scheme before the colour
configuration. (Otherwise, loading the fallback scheme (after evaluation
of your .jedrc) will overwrite it.)

Günter

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