Andre Poenitz <[EMAIL PROTECTED]> writes: | On Sat, Mar 08, 2003 at 04:06:54PM +0100, Alfredo Braunstein wrote: | > It seems to me that lots of the const/mutable confusion in lyxtext comes | > from the fact that cursor movement methods are declared const but are not | > const at all, mostly because of the double space/double paragraph removal | > mechanism. | > | > As a first step, I propose the removal of constness to all methods that are | > _not_ const, like cursorRight etc. | | I think that's a move in the wrong direction and 'mutable' is indeed the | way to go here.
mutable has be overused in lyxtext. | The document is _logically_ unchanged after a CursorRight. It is not the document we talk about, it is the lyxtext. -- Lgb