Re: [patch] bug 2908: LyX 1.4.3 crashes when exiting empty subscripts

2007-01-02 Thread Jean-Marc Lasgouttes
> "Andr�" == Andr� Poenitz <[EMAIL PROTECTED]> writes: Andr�> I never figured out why the script collapsing code was so Andr�> unstable... Well it is still not perfect yet. In particular, undo does strange things with multi-letter nucleus. JMarc

Re: [patch] bug 2908: LyX 1.4.3 crashes when exiting empty subscripts

2006-12-29 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> The following patch fixes the crash described in the bug: Jean-Marc> popRight should not blindly go one step on the right, since Jean-Marc> notifyC

Re: [patch] bug 2908: LyX 1.4.3 crashes when exiting empty subscripts

2006-12-29 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> The following patch fixes the crash described in the bug: Jean-Marc> popRight should not blindly go one step on the right, since Jean-Marc> notifyCursorLeave may cause a script inset to commit Jean-Marc> suicide. The

[patch] bug 2908: LyX 1.4.3 crashes when exiting empty subscripts

2006-12-27 Thread Jean-Marc Lasgouttes
The following patch fixes the crash described in the bug: popRight should not blindly go one step on the right, since notifyCursorLeave may cause a script inset to commit suicide. The situation is still not perfect if the nucleus contained more than one character, but I think it will have to do fo

Re: mathed + empty subscripts/superscripts == > crash

2004-10-26 Thread Georg Baum
Alysson Ferrari wrote: > CRASH: > *  Math-display. > *  type "ab", for example. > *  LEFT CURSOR, so that cursor is between "a" and "b" > *  _  to create the subscript -- also "works" with a superscript  ;-) > *  RIGHT CURSOR, to exit the "subscript red box" (what is the correct name > for that?),

mathed + empty subscripts/superscripts == > crash

2004-10-19 Thread Alysson Ferrari
LyX developers: I've noticed several instabilities concerning the math editor and subscripts/superscripts. In the following, I give the "recipe" for one crash and one odd behaviour of  LyX 1.3.5 (also happens in 1.3.4): CRASH: *  Math-display. *  type "ab", for example

space no longer gets out of subscripts in math

2002-10-02 Thread Dr. Richard E. Hawkins
Current cvs. Space no longer gets out of a subscript in math, at least in the numerator of a fraction. hawk -- Richard E. Hawkins, Asst. Prof. of Economics/"\ ASCII ribbon campaign [EMAIL PROTECTED] Smeal 178 (814) 375-4700 \ / against HTML mail These opinions will not be those

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> The thing is _I_ don't know either, as that's a call to the Andre> outer world, not my stuff... Andre> Anyway, use 'true' and comment out the 'dirty' in the argument Andre> list. I've never had complaints about mathed sluggishness

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-15 Thread Andre Poenitz
On Thu, Aug 15, 2002 at 12:23:57PM +0200, Jean-Marc Lasgouttes wrote: > Andre> [But 'true' should be safe except that it causes an additional > Andre> redraw in some cases (most notably simple cursor movements)] > > So which version do you prefer? I think I prefer the 'true'. This is the stable

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> The code in 1.3 is Andre> void InsetFormulaBase::updateLocal(BufferView * bv, bool dirty) Andre> { bv-> updateInset(this, dirty); Andre> } Andre> I think it should look like that in 1.2.1 too. Andre> [But 'true' should be safe e

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-15 Thread Andre Poenitz
On Thu, Aug 15, 2002 at 12:16:09PM +0200, Jean-Marc Lasgouttes wrote: > ../../../1.2.x/src/mathed/formulabase.C:290: warning: unused parameter `bool dirty' > > Is it intended that dirty is not used anymore? Shall I just remove it > from argument list? The code in 1.3 is void InsetFormulaBase::u

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Please try the attached patch. I can confirm that it works on Michael's testcase. Andre> PS: Jean-Marc, I think now this should go in. I am doing that, but there is a warning on compilation ../../../1.2.x/src/mathed/formulabase

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 09:32:53AM +0200, Michael Schmitt wrote: > there is a problem with mathed in LyX 1.2.0cvs. No problem with my 1.2.1cvs tree. Please try the attached patch. Andre' PS: Jean-Marc, I think now this should go in. -- Those who desire to give up Freedom in order to gain Sec

Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-14 Thread Michael Schmitt
Hi Andre, there is a problem with mathed in LyX 1.2.0cvs. Very often, if I enter a "_" or "^", the document is scrolled even though this is not necessary. In many cases, the math formula gets out of screen such that I have to type the formula "blindly". I have attached a simple document whi

Re: no longer possible to delete superscripts & subscripts?

2001-09-24 Thread Juergen Vigna
On 24-Sep-2001 Andre Poenitz wrote: > On Mon, Sep 24, 2001 at 03:57:36PM +0200, Juergen Vigna wrote: >> I just tested this yesterday with Alejandro at home (yes he was here for >> a short visit), well let's say he looked at it ;) and he too was not very >> happy to not be able to change the base

Re: no longer possible to delete superscripts & subscripts?

2001-09-24 Thread Andre Poenitz
On Mon, Sep 24, 2001 at 03:57:36PM +0200, Juergen Vigna wrote: > I just tested this yesterday with Alejandro at home (yes he was here for > a short visit), well let's say he looked at it ;) and he too was not very > happy to not be able to change the base of a subscript (exponent) as (he > told me

RE: no longer possible to delete superscripts & subscripts?

2001-09-24 Thread Juergen Vigna
On 21-Sep-2001 Richard E. Hawkins wrote: > > Once I have both a superscript and subscript (e.g., x_i4^(\beta _13) > I can no longer delete either the superscript or subscript boxes. > > Hmm, this now seems to apply even with just a subscript; I don't think > that was the case a few days ago.

Re: \mapsto, depth of subscripts, height of superscripts

2001-09-05 Thread Andre Poenitz
On Tue, Sep 04, 2001 at 10:37:55PM +0100, Duncan Simpson wrote: > The most complex element of implementing this looks like propagating size > changes to all interested parties---the obvious solution looks like a > big family tree and everybody is responsible for telling its parent when > it grows

Re: \mapsto, depth of subscripts, height of superscripts

2001-09-04 Thread Jules Bean
On Tue, Sep 04, 2001 at 05:15:44PM +0200, Andre Poenitz wrote: > > I think it is easier for me to go through it myself if I get such specific > hints like "Appendix G", if possible with the opening sentence or > something similar easy to find ;-) Try 'Generating boxes from Formulas' or 'People

Re: \mapsto, depth of subscripts, height of superscripts

2001-09-04 Thread Andre Poenitz
On Tue, Sep 04, 2001 at 04:09:43PM +0100, Jules Bean wrote: > The 'atom' is the major blob in math typesetting. And 'atom' consists > of a nucleus, an optional superscript, and an optional subscript. > > Exactly where the subscript and superscript are drawn depends on the > size, and type, of th

Re: \mapsto, depth of subscripts, height of superscripts

2001-09-04 Thread Jules Bean
On Tue, Sep 04, 2001 at 04:17:03PM +0200, Andre Poenitz wrote: > On Tue, Sep 04, 2001 at 03:12:24PM +0100, Jules Bean wrote: > > I might know what TeX is doing, but I don't know what you're asking ;-) > > > > TeX, when it typesets a subscript, goes back and looks at the last > > 'atom' in the cur

Re: \mapsto, depth of subscripts, height of superscripts

2001-09-04 Thread Andre Poenitz
On Tue, Sep 04, 2001 at 03:12:24PM +0100, Jules Bean wrote: > I might know what TeX is doing, but I don't know what you're asking ;-) > > TeX, when it typesets a subscript, goes back and looks at the last > 'atom' in the current math list. Exactly where it puts the subscript > depends on what typ

Re: \mapsto, depth of subscripts, height of superscripts

2001-09-04 Thread Jules Bean
On Tue, Sep 04, 2001 at 03:41:28PM +0200, Andre Poenitz wrote: > On Tue, Sep 04, 2001 at 04:22:55PM +0300, Dekel Tsur wrote: > > > Moreover, I think the depth or height of subscripts or superscripts is too > > > large. > > > > Confirmed. > > In fact, if the

Re: \mapsto, depth of subscripts, height of superscripts

2001-09-04 Thread Andre Poenitz
On Tue, Sep 04, 2001 at 04:22:55PM +0300, Dekel Tsur wrote: > > Moreover, I think the depth or height of subscripts or superscripts is too > > large. > > Confirmed. > In fact, if the subscript is empty, then the empty box seems to be at a > correct position. But when

Re: \mapsto, depth of subscripts, height of superscripts

2001-09-04 Thread Dekel Tsur
On Tue, Sep 04, 2001 at 02:45:41PM +0200, Doz.Dr. Norbert Koksch wrote: > > The expression $M_{\mathfrak{B}}$ is correctly written on file. After reload, > the } after B is in the normal line on the screen, however, it will be correctly > written. > > The expression $M_{\mathfrak{B}\in N}$ is

Re: \mapsto, depth of subscripts, height of superscripts

2001-09-04 Thread Dekel Tsur
On Tue, Sep 04, 2001 at 02:45:41PM +0200, Doz.Dr. Norbert Koksch wrote: > \mapsto is not written on screen (but in file). The other arrows from the math > panel work fine. Fixed. > Moreover, I think the depth or height of subscripts or superscripts is too > large. Confirmed. In

\mapsto, depth of subscripts, height of superscripts

2001-09-04 Thread Doz.Dr. Norbert Koksch
correctly written. The expression $M_{\mathfrak{B}\in N}$ is written as $M_{\mathfrak{B\}in N}$. Moreover, I think the depth or height of subscripts or superscripts is too large. Norbert Koksch TU Dresden, Institut fuer Analysis Tel: +49 351 463 4257, FAX: +49 351 463 7202

Bug (CVS): display math \frac with subscripts.

2001-08-02 Thread R. Lahaye
Hi, Mathematical \frac with subscripts, for example: \begin_inset Formula $\frac{\alpha _{1} }{\beta _{2} }$ \end_inset is wrongly displayed on the LyX canvas. I have attached an example JPEG. Regards, Rob. <>

Re: BUG in Math mode. subscripts and superscripts. Important

2001-05-15 Thread Dekel Tsur
On Tue, May 15, 2001 at 04:00:44PM +0200, Pablo Ruiz M?zquiz wrote: > This is a bug that I found using LyX 1.1.6fix1 with GNU debian Woody. > > Just try to make this > > 1) Enter Math mode, for example M+m+d > 2) Just create a fraction with M+m+f > 3) type in the upper part "g_1 SPACE ^n_1 SPACE

Re: BUG in Math mode. subscripts and superscripts. Important

2001-05-15 Thread Andre Poenitz
> This is a stupid bug, I don't think it'll be difficult for you to fix it ;-) I like those people ;-} Andre' -- André Pönitz . [EMAIL PROTECTED]

BUG in Math mode. subscripts and superscripts. Important

2001-05-15 Thread Pablo Ruiz Múzquiz
Hi! This is a bug that I found using LyX 1.1.6fix1 with GNU debian Woody. Just try to make this 1) Enter Math mode, for example M+m+d 2) Just create a fraction with M+m+f 3) type in the upper part "g_1 SPACE ^n_1 SPACE SPACE" that is: g with "1" as subscript and "n_1" (n subscript 1) as supers

subscripts

2000-11-02 Thread Garst R. Reese
I used to hack this with math mode index. That no longer works. How does one do superscripts and subscripts now? AhHa, I found M-m x in math.bind, and that works, but it does not work from the math menu anymore. It would be nice to have real subscripts and superscripts. Garst

Super/Subscripts

2000-03-13 Thread Garst R. Reese
Going into math mode is not exactly intuitive, then "Exponent"/"Index" is not going to mean anything to some users. Garst

Re: Bug report+fix: Subscripts in mathed

1999-12-20 Thread Jean-Marc Lasgouttes
>>>>> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> There is a small problem with subscripts in Lyx: When typing Dekel> x'_2 in mathed, the digit 2 appears at the middle of the line Dekel> (not as a subscript as it should). Dekel> The f

Bug report+fix: Subscripts in mathed

1999-10-30 Thread Dekel Tsur
There is a small problem with subscripts in Lyx: When typing x'_2 in mathed, the digit 2 appears at the middle of the line (not as a subscript as it should). The following patch fix this problem. This patch also ensures that the values of asc & des are the same in MathParInset::Dr