Sven Geggus <[EMAIL PROTECTED]> writes:

> I replaced the SGML Mode by html-mode. No Problem with this.

psgml mode is really nice...:-)

> But when it comes to syntax highlighting, this just ddoes not work
> in the tcl parts of the script.
 
Have you tried doing a refresh?  What seems to be the problem?  Are
there any errors?  Which version do you have?

> I'm not familiar with lisp, so I don´t really understand the script.

Basically, there are two ways of doing this.  The old way was to put
the code in the hook that ran after each command - but this was
obviously pretty slow, as any time you hit a key it had to run.

The new way, which is similar to how the bouncing parenthesis mode
works, is to set a timer, which gets run after N time when nothing
happens.  This makes it a bit more performant.

-- 
David N. Welton
Free Software: http://people.debian.org/~davidw/
   Apache Tcl: http://tcl.apache.org/
     Personal: http://www.efn.org/~davidw/
         Work: http://www.innominate.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to