Re: [patch] fix math super/subscript

2003-12-15 Thread Andre Poenitz
On Fri, Dec 12, 2003 at 09:40:57PM +0200, Martin Vermeer wrote: > On Fri, Dec 12, 2003 at 02:59:27PM +0100, Andre Poenitz spake thusly: > > > + if (c == '_') { > > + script(false); > > + return true; > > + } > > + > > + if (c == '^') { > > + script(true); > > +

Re: [patch] fix math super/subscript

2003-12-12 Thread Angus Leeming
Martin Vermeer wrote: > ...and with the attached also the math panel sub/superscript buttons > will work again ;-) Applied. -- Angus

Re: [patch] fix math super/subscript

2003-12-12 Thread Martin Vermeer
On Fri, Dec 12, 2003 at 02:59:27PM +0100, Andre Poenitz spake thusly: > + if (c == '_') { > + script(false); > + return true; > + } > + > + if (c == '^') { > + script(true); > + return true; > + } ...and with the attached also the ma

[patch] fix math super/subscript

2003-12-12 Thread Andre Poenitz
-- 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: lyx_main.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyx_m