Re: [Bug-apl] Yet another editor thingy.

2018-08-11 Thread Juergen Sauermann
Hi Chris, it would remove the clearerr() and unsetf() calls. clearerr() has probably no effect at all because the next fgetc() will do the same. And CIN.unsetf(ios_base::unitbuf) - if at all needed - should go to a different place.

Re: [Bug-apl] Yet another editor thingy.

2018-08-11 Thread Chris Moller
Hi, Jürgen, Yes, it works fine with just goto agin. --Chris On 11/08/18 11:00, Juergen Sauermann wrote: Hi Chris, it would remove the *clearerr() *and *unsetf()* calls. *clearerr()* has probably no effect at all because the next *fgetc()* will do the same. And *CIN.unsetf(ios_base::unitbuf)*

Re: [Bug-apl] Yet another editor thingy.

2018-08-11 Thread Chris Moller
PS, the unitbuf thing was just the result of some bad advice I got when asking around about the way C++ handles streams--the last time I  used C++ for anything significant was in about 1990 and I've forgotten just about everything I knew about it from back then.  Just about everything I do thes

Re: [Bug-apl] ⎕GTK

2018-08-11 Thread Peter Teeson
Hi Jürgen: Thanks for ⎕GTK.. Mind you I think it should be called ⎕GUI. That way it may evolve beyond libgtk. It’s interesting for me because for years I’ve tried to find an elegant way to use the well developed Apple Cocoa Document template app to provide a GUI for GNUAPL.. Now that we have l