Xref: utzoo comp.sys.amiga:26902 comp.sys.amiga.tech:2867 Path: utzoo!attcan!uunet!mcvax!unido!fauern!faui44!faui45!mlelstv From: mlelstv@faui45.informatik.uni-erlangen.de (Michael van Elst ) Newsgroups: comp.sys.amiga,comp.sys.amiga.tech Subject: Re: Stevie editor Message-ID: <783@faui10.informatik.uni-erlangen.de> Date: 20 Dec 88 14:10:45 GMT References: <5040.AA5040@heimat> Reply-To: mlelstv@faui45.UUCP (Michael van Elst (kdebugger)) Organization: CSD., University of Erlangen, W - Germany Lines: 29 In article <5040.AA5040@heimat> sneakers@heimat.UUCP (Dan "Sneakers" Schein) writes: > Ive been using with the editor 'Stevie' posted to the net a few days back > and my first impressions are great. It supports the 'VI' features that I use > most, and it seems to be very solid. (Compared to a commercial 'VI' like > editor ;-) I got some problems with the UNDO command, sometimes it trashes the text. > There is one thing however that I find to be a minor problem. It will not > allow you to "run" it (IE: 1> run stevie). The error message returned is > "stdin is not interactive ?!?!?!?". That's simple. It calls IsInterActive() to verify that any input can reach stdin. And a RUNned program has some difficulties to get input since the CLI process will get its input from there too. I've got stevie last week and I will try to improve some things on the input side. This will include the ability to RUN it and to work on the serial port (for remote CLIs), although this is done via an Aux-handler that simulates an ANSI-Terminal (I'd like to implement sth like termcap). -- BTW, stevie is rather slow when doing inserts. I think this because on every character entered the whole screen is updated. Maybe someone can find the 'bug'. Merry Chrismas. Michael van Elst E-mail: UUCP: ...uunet!unido!fauern!faui44!mlelstv