newlisp mode for emacs?

Q&A's, tips, howto's
Locked
tom
Posts: 168
Joined: Wed Jul 14, 2004 10:32 pm

newlisp mode for emacs?

Post by tom »

Is there one areound? I'm just curious. The ViM syntax file thread inspired me to ask...

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

This is the only stuff I could find and you may know it already:

Put this in your init.el:

(require 'font-lock)

or execute this command:

C-h i RET m emacs RET m font lock RET

But I couldn't find anything about specific syntax files. Perhaps digging around in the .el files you will find something.

Lutz

eddier
Posts: 289
Joined: Mon Oct 07, 2002 2:48 pm
Location: Blue Mountain College, MS US

Post by eddier »

I changed the keywords in the scheme.el and compiled it to highlight newlisp keywords. I never could figure out how to handle {} and [text][/text] however. I had to make sure I had .scm extension on the filename to make them highlight properly.

Eddie

Locked