[patch] some intermediate sanitiztion

2004-01-15 Thread Andre Poenitz
mainly renaming mathed stuff and a safer way to decide whether a cursor slice belongs to math or text. -- 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: cursor_slice.C

Re: [patch] some intermediate sanitiztion

2004-01-15 Thread John Levon
On Thu, Jan 15, 2004 at 12:23:06PM +0100, Andre Poenitz wrote: + /// identification as math inset + UpdatableInset * asUpdatableInset() { return this; } Typo regards john

Re: [patch] some intermediate sanitiztion

2004-01-15 Thread Andre Poenitz
On Thu, Jan 15, 2004 at 12:02:02PM +, John Levon wrote: On Thu, Jan 15, 2004 at 12:23:06PM +0100, Andre Poenitz wrote: + /// identification as math inset + UpdatableInset * asUpdatableInset() { return this; } Typo Indeed. Thanks. Andre'

[patch] some intermediate sanitiztion

2004-01-15 Thread Andre Poenitz
mainly renaming mathed stuff and a safer way to decide whether a cursor slice belongs to math or text. -- 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: cursor_slice.C

Re: [patch] some intermediate sanitiztion

2004-01-15 Thread John Levon
On Thu, Jan 15, 2004 at 12:23:06PM +0100, Andre Poenitz wrote: > + /// identification as math inset > + UpdatableInset * asUpdatableInset() { return this; } Typo regards john

Re: [patch] some intermediate sanitiztion

2004-01-15 Thread Andre Poenitz
On Thu, Jan 15, 2004 at 12:02:02PM +, John Levon wrote: > On Thu, Jan 15, 2004 at 12:23:06PM +0100, Andre Poenitz wrote: > > > + /// identification as math inset > > + UpdatableInset * asUpdatableInset() { return this; } > > Typo Indeed. Thanks. Andre'