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