Re: [patch] wrong flavor in view source

2012-06-09 Thread Jürgen Spitzmüller
2012/6/9 Richard Heck : > Looks fine to me. Probably it'd be better not to hardcode this, but to do > something with formats, but that's a larger project. OK, I'll commit with a FIXME. Jürgen > Richard >

Re: LyX crash after font assert

2012-06-09 Thread Richard Heck
On 06/09/2012 08:35 AM, Tommaso Cucinotta wrote: On 08/06/12 04:15, Richard Heck wrote: On 6/7/12 6:15 PM, Tommaso Cucinotta wrote: Do u mind explaining what does this code do ? +void BufferView::makeDocumentClass() +{ + DocumentClassConstPtr olddc = buffer_.params().documentClassPtr();

Re: [patch] wrong flavor in view source

2012-06-09 Thread Richard Heck
On 06/08/2012 03:50 PM, Jürgen Spitzmüller wrote: Richard, I need the attached patch in order to get the correct flavor for the source preview (I detected the wrong flavor since polyglossia was not shown in XeTeX preview). Does this make sense? Looks fine to me. Probably it'd be better not to h

Re: LyX crash after font assert

2012-06-09 Thread Tommaso Cucinotta
On 08/06/12 04:15, Richard Heck wrote: On 6/7/12 6:15 PM, Tommaso Cucinotta wrote: Do u mind explaining what does this code do ? +void BufferView::makeDocumentClass() +{ + DocumentClassConstPtr olddc = buffer_.params().documentClassPtr(); + buffer_.params().makeDocumentClass(); +