On Tue, Dec 08, 2009 at 12:30:26AM +0100, Pavel Sanda wrote: > Andre Poenitz wrote: > > > Is our CAS support ready for prime time? > > > > Most certainly not. > > so we should kill it from trunk?
Killing it would be overreacting as well. There is not much missing to make it really useful. The main reason I gave up working on it was the need to create a real CAS "session" from within LyX which in turn would need real interprocess communication, and that preferably cross-platform. Not a big deal, QProcess would handle that nicely. But back then, Qt was banned from being used in src/* and I was just too lazy to either fight the system once more or to re-invent the wheel, again. Andre'