Andre Poenitz wrote: > On Wed, Feb 12, 2003 at 10:48:56PM +0000, Angus Leeming wrote: >> I'm edging towards LFUN_CITATION_SHOW and LFUN_CITATION_APPLY as a >> first step towards the most general LFUN_DIALOG_SHOW and >> LFUN_DIALOG_APPLY. Do these names sound reasonable or does anybody >> have a better idea? > > Sounds reasonable. > >> - inset->setLoadingBuffer(bv_->buffer(), >> false); >> - updateInset(inset, true); >> + stringstream data(ev.argument); > > Why no istringstream?
No reason other than cluelessness. As I said, it's clunky still. -- Angus