Sometime on Aug 3, Q u a s i assembled some asciibets to say:
I have used vim for whatever little lisping I did. It has good syntax highlighting, flashes the parenthesis etc. There are only two things I think vim does not do that emacs does (are there any more?).
#1. Autoindent according to the number of parens open. #2. Run a lisp session in an emacs buffer.
#1. I did manually. Is there any way to do it in vi that I do not know off?
You can write a vi macro. vim on the other hand already has these builtins. vim has a cindent mode (set cindent) that indents for c, and automatically unindents when you close the }.
Any reasons I should use emacs rather than vim?
built in lisp interpreter.
Philip what about tutorials on vim||emacs like the one on pine?
vim already has its own tute. emacs I don't know. and maybe someone else should try their hand at tutorial writing. I'm going to be busy for the next year or so.
Philip