Re: trunk regression: [LyX master] Fix crash introduced in my previous commit f6b1c24b

2012-08-20 Thread Jean-Marc Lasgouttes
Le 22/07/2012 19:20, Scott Kostyshak a écrit : I am getting an assert on trunk. git bisect lead me to this commit. I can reproduce with: 1. start a new document 2. ctrl+m to enter inline math mode 3. type "x" 4. undo The code should be correct now. Please test, as my previous code was seriousl

Re: trunk regression: [LyX master] Fix crash introduced in my previous commit f6b1c24b

2012-07-25 Thread Richard Heck
On 07/25/2012 07:20 AM, Jean-Marc Lasgouttes wrote: Hmm, sorry about that. The best is then to remove the two (3 with a typo fix) commits. This looks to me as if it must be another failure to set the selection. Richard JMarc Le lundi 23 juillet 2012, Richard Heck > a

Re: trunk regression: [LyX master] Fix crash introduced in my previous commit f6b1c24b

2012-07-25 Thread Jean-Marc Lasgouttes
Hmm, sorry about that. The best is then to remove the two (3 with a typo fix) commits. JMarc Le lundi 23 juillet 2012, Richard Heck a écrit : > On 07/22/2012 01:20 PM, Scott Kostyshak wrote: >> >> I am getting an assert on trunk. git bisect lead me to this commit. >> I can reproduce with: >> 1.

Re: trunk regression: [LyX master] Fix crash introduced in my previous commit f6b1c24b

2012-07-22 Thread Richard Heck
On 07/22/2012 01:20 PM, Scott Kostyshak wrote: I am getting an assert on trunk. git bisect lead me to this commit. I can reproduce with: 1. start a new document 2. ctrl+m to enter inline math mode 3. type "x" 4. undo Confirmed. I get the following: lassert.cpp (35): ASSERTION undo.pars VIOLAT

Re: trunk regression

2012-05-31 Thread Richard Heck
On 05/31/2012 03:23 PM, Scott Kostyshak wrote: Your initialization patch fixes the problem for me. Thanks for tracking this down, silly mistake. rh

RE: trunk regression

2012-05-31 Thread Scott Kostyshak
Your initialization patch fixes the problem for me. Thanks for tracking this down, Scott

Re: trunk regression

2012-05-31 Thread Richard Heck
On 05/31/2012 12:58 AM, Scott Kostyshak wrote: From: Richard Heck [rgh...@comcast.net] Sent: Wednesday, May 23, 2012 8:43 AM >On 05/23/2012 03:21 AM, Scott Kostyshak wrote: >> LyX hangs if a converter fails. I can reproduce this in current trunk by opening a new document and putting \foo in an

RE: trunk regression

2012-05-30 Thread Scott Kostyshak
From: Richard Heck [rgh...@comcast.net] Sent: Wednesday, May 23, 2012 8:43 AM >On 05/23/2012 03:21 AM, Scott Kostyshak wrote: >> LyX hangs if a converter fails. I can reproduce this in current trunk by >> opening a new document and putting \foo in an ERT box and trying to view or >> >>export to

Re: trunk regression

2012-05-23 Thread Richard Heck
On 05/23/2012 03:21 AM, Scott Kostyshak wrote: LyX hangs if a converter fails. I can reproduce this in current trunk by opening a new document and putting \foo in an ERT box and trying to view or export to pdflatex. git bisect led me here: 288c1e0faad85d4b0f17e366cb5c44473a133957 Can't repro