everything is there!
I'm currently looking for a technical solution to create a good, competent programming environment. Unfortunately, most editors are too hard-coded, and their functions simply cover the most well-known needs and cannot fully cover special needs.
I came to Emacs (later after some others) , but I also came to numerous troubles with Emacs (I will not talk about it, this is not a topic).
However, with Emacs, there is one thing that really matches what I was looking for: it provides a complete text model for the scripting environment, and the common user interface is designed in such a way that it is well suited for either graphical user interfaces or text interfaces (as in mostly textual) . Last but not least, this is a script with the look of LISP, and LISP really seems to be a good choice for me in the field of text manipulation and interpretation.
I searched the Internet for a text editor that would display the full text model for a scriptable environment, but I did not find anything. I assume this is not a daily request on the Internet, so it is probably better to ask some people about this, rather than ask a robot.
I was, but, in short, I am looking for: an editor that provides a full text model [*], and which provides this model to the script engine (preferably LISP, but I would also enjoy Python or any others) .
[*] Speaking about the text model, I mean: text attributes (optional font) , text visibility, the ability to read and write text and iterate text content at the level, character.
Have a nice day! :)
-
Yannick duchรชne