Quoting Randy Kramer <[email protected]>: > So, to customize at this level, must I write Lisp code, or do I do > something like define something like a syntax highlighting "definition" > file? >
It's not "either Lisp, or definition file". Every customization in Emacs is implemented in Lisp. This is what makes Emacs customization daunting at first, and fairly simple and consistent when you get used to it. No matter what you try to do, there is just one syntax involved. Also, as just about everything in Emacs is implemented in Lisp as well, there's a lot of code to steal from. You may get pretty far by deriving (or copying) a new mode from outline-mode (outline.el in the lisp dir of your Emacs installation). HTH Markus -- Markus Hoenicka [email protected] (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
