Editra looks good - trying it out.Quote from: "cormullion"
heh, there are literally HUNDREDS of programming editors.
I usually use "joe", it has familiar keystrokes and its colouring config file is easy to edit.
But specifically for folding I (after looking around a bit) found "fte" (or "nfte"). It allows one to insert folding marks in the whole file according to a regular expression!
Less necessary for Lisp, probably, but I use it in longer scripts in procedural languages and like the ability to actually see in one glance the structure of the script.
To know where to fold the editor puts some markers at the end of the lines after the comment delimit character for the given language.
FTE configuration is also not that difficult to figure out, so I did (somewhat roughly) colouring of NewLisp keywords and comments, and live happily.
As a unix guy I obviously use vi, but have never taken to emacs, strongly prefer those that can be run in an xterm window, and just ignore all kinds of IDE "integration", simply running make or my scripts in a separate window. I sort of fail to understand why that should be incorporated into an editor too.