Re: [patch] un-pimpl Paragraph:Pimpl::text

2003-09-16 Thread Andre Poenitz
On Tue, Sep 16, 2003 at 02:58:06PM +, Angus Leeming wrote: > Perhaps add a comment explaining to the interested observer why > text_ is to be found in paragraph.h, not in the pimpl... Ok. > Incidentally, do we have any style guide about how to write inline > code? I was under the impression

Re: [patch] un-pimpl Paragraph:Pimpl::text

2003-09-16 Thread Angus Leeming
Andre Poenitz wrote: > > Saves exactly 20% for buffer switching and a bit more for UserGuide loading. Well done, André! Perhaps add a comment explaining to the interested observer why text_ is to be found in paragraph.h, not in the pimpl... Incidentally, do we have any style guide about how t

[patch] un-pimpl Paragraph:Pimpl::text

2003-09-16 Thread Andre Poenitz
Saves exactly 20% for buffer switching and a bit more for UserGuide loading. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...) Index: paragraph.C =