newLISP Fan Club

Forum => newLISP in the real world => Topic started by: tom on July 26, 2004, 06:04:35 PM

Title: newlisp mode for emacs?
Post by: tom on July 26, 2004, 06:04:35 PM
Is there one areound?  I'm just curious.  The ViM syntax file thread inspired me to ask...
Title:
Post by: Lutz on July 27, 2004, 05:37:34 AM
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
Title:
Post by: eddier on July 27, 2004, 09:46:25 AM
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