Re: [New patch] Re: Fix for bug 2015: font properties propagation in environments

2005-11-11 Thread Martin Vermeer
On Sat, Nov 12, 2005 at 12:36:13AM +0100, Andre Poenitz wrote: > On Thu, Nov 10, 2005 at 03:28:42PM +0200, Martin Vermeer wrote: > > On Wed, 2005-11-09 at 14:17 +0100, Jean-Marc Lasgouttes wrote: > > > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > > > > > Martin> So then the ori

Re: Can't insert matrix into subscript - but can paste it there

2005-11-11 Thread Martin Vermeer
On Fri, Nov 11, 2005 at 09:07:21PM +0100, Helge Hafting wrote: > On Tue, Nov 08, 2005 at 03:24:31PM +0100, Jean-Marc Lasgouttes wrote: > > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > > > > >> Wow. I can now insert delimiters around a matrix - that works! > > > > Georg> OK - can this

Re: When will the 1.3.7 released

2005-11-11 Thread Luis Rivera
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > > "Alex" == Alex <[EMAIL PROTECTED]> writes: > > Alex> Dear All, I would like to ask when the 1.3.7 version is going to > Alex> be released? > > There is no deadline yet, > > Actually, I am not very good at planning releases and warning

Re: 1.4cvs bug 2117, matrix inside delimiters crash recipe:

2005-11-11 Thread Andre Poenitz
On Wed, Nov 09, 2005 at 10:33:10AM +0100, Juergen Spitzmueller wrote: > >> This distinction would also make sense for mathinsets, no? (hullinset is > >> HIGHLY_EDITABLE, but nestinsets and gridinsets aren't, apparently). > > > > I think so. Almost all math insets should be HIGHLY_EDITABLE. > > Hm

Re: Forget Windows

2005-11-11 Thread Andre Poenitz
On Wed, Nov 09, 2005 at 08:24:58AM +0200, Martin Vermeer wrote: > > The idea is that each frontend author is free to implement the dialogs > > as he wants. There is no contraint on their layout and/or text. > > But that's a bug, not a feature, right? We _should_ strive for uniformity. This would

Re: Fix for bug 2015: font properties propagation in environments

2005-11-11 Thread Andre Poenitz
On Wed, Nov 09, 2005 at 04:33:09PM +0200, Martin Vermeer wrote: > On Wed, 2005-11-09 at 14:17 +0100, Jean-Marc Lasgouttes wrote: > > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > > > Martin> So then the original patch should go in, with break added? How > > Martin> expensive is

Re: 1.4cvs bug 2117, matrix inside delimiters crash recipe:

2005-11-11 Thread Andre Poenitz
On Tue, Nov 08, 2005 at 11:28:19PM +0100, Juergen Spitzmueller wrote: > Georg Baum wrote: > > As far as I understand it it is simple: Some insets can have math or text > > contents. They return UNDECIDED_MODE as long as the right mode is not > > known. All other insets should return MATH_MODE or TE

Re: [New patch] Re: Fix for bug 2015: font properties propagation in environments

2005-11-11 Thread Andre Poenitz
On Thu, Nov 10, 2005 at 05:41:37PM +0100, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Jean-Marc Lasgouttes wrote: > >> I have a different idea right now: since ParagraphList is a vector, > >> can't we just say that pit = &par - &pars_[0]; ? >

Re: [New patch] Re: Fix for bug 2015: font properties propagation in environments

2005-11-11 Thread Andre Poenitz
On Thu, Nov 10, 2005 at 03:28:42PM +0200, Martin Vermeer wrote: > On Wed, 2005-11-09 at 14:17 +0100, Jean-Marc Lasgouttes wrote: > > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > > > Martin> So then the original patch should go in, with break added? How > > Martin> expensive is

Re: 1.4cvs bug 2117, matrix inside delimiters crash recipe:

2005-11-11 Thread Andre Poenitz
On Tue, Nov 08, 2005 at 10:03:59PM +0100, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > > No, I suspect that what you want is this (if I understand this stuff > > correctly). > > Yes, probably. > I don't understand the math inset stuff enough to be absolutely sure that > there might no

Re: [New patch] Re: Fix for bug 2015: font properties propagation in environments

2005-11-11 Thread Andre Poenitz
On Fri, Nov 11, 2005 at 12:25:50AM +0100, Lars Gullik Bjønnes wrote: > | + ParagraphList::const_iterator it = pars_.begin(); > | + ParagraphList::const_iterator const end = pars_.end(); > | + while (it != end && &(*it) != &par) > | + ++it; > | + > > for (; it != end; ++i

Re: Fix for bug 2015: font properties propagation in environments

2005-11-11 Thread Andre Poenitz
On Wed, Nov 09, 2005 at 10:21:19AM +0100, Georg Baum wrote: > class ParAddressEqual : public std::unary_function { > public: > ParAddressEqual(Paragraph const * par) : par_(par) {} > bool operator()(Paragraph const & par) const { > return &par == par_; > } >

Can't insert matrix into subscript - but can paste it there

2005-11-11 Thread Helge Hafting
On Tue, Nov 08, 2005 at 03:24:31PM +0100, Jean-Marc Lasgouttes wrote: > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > > >> Wow. I can now insert delimiters around a matrix - that works! > > Georg> OK - can this patch then go in? > > Yes. > > >> I still can't insert a matrix into exi

Re: Bug 2094: Leaving mathed with down arrow triggers assertion

2005-11-11 Thread Andre Poenitz
On Mon, Nov 07, 2005 at 04:55:23PM +0100, Juergen Spitzmueller wrote: > Juergen Spitzmueller wrote: > > > I think you should apply it. > > > > I'll do so. > > Unfortunately, it turned out that the fix had some side-effects: it breaks > coord calculation for nested math insets (e.g. grid insets),

lyx1490cvs

2005-11-11 Thread Hartmut Haase
Someone should go over linuxdoc-manpage.lyx, it looks outdated. -- Viele Grüße, Hartmut Hungerhilfe: http://www.thehungersite.com Das heutige Motto: You're a good man Charlie Brown... Which is more than we can say about most of our elected officials.

Re: Mac, gcc-4.0 compile error

2005-11-11 Thread Bennett Helm
On Nov 10, 2005, at 4:09 PM, Bennett Helm wrote: On Nov 10, 2005, at 3:47 PM, Michael Abshoff wrote: Correct. As it appears that doesn't fix your problem. Have you tried compiling a gcc 4.0.2 yourself and using that? Wouldn't you know it: Xcode 2.2 has just shown up on Apple's server, cont

Re: Positions in math unreachable by mouse

2005-11-11 Thread Juergen Spitzmueller
Helge Hafting wrote: > I don't know if this is bug 1918, or something else: sounds very much like bug 1918. This one is not easy to fix, unfortunately. Jürgen

Positions in math unreachable by mouse

2005-11-11 Thread Helge Hafting
I don't know if this is bug 1918, or something else: Create a math box. Insert an operator (such as X) followed by a digit, such as 2. Note that the position between the operator and the digit is unreachable by mouse - you have to use the keyboard. Writing several operators in a row shows that th

Re: bug 1952/1953

2005-11-11 Thread Georg Baum
Juergen Spitzmueller wrote: > http://bugzilla.lyx.org/show_bug.cgi?id=1952 > > Has anyone an idea why the inset owner of tabular cells is set to tabular, > not insettext, after undo (which is the reason for this bug)? > The relevant code seems to be the following, but I do not understand it: > >

Re: Mac, gcc-4.0 compile error

2005-11-11 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Bennett Helm wrote: | | > Thanks, Georg. I haven't been able to get it to work by replacing the | > regex bits. But I suspect this may show more about my lack of | > understanding of what I'm doing than whether boost 1.33 would work. | > Could you be more

Re: Mac, gcc-4.0 compile error

2005-11-11 Thread Georg Baum
Bennett Helm wrote: > Thanks, Georg. I haven't been able to get it to work by replacing the > regex bits. But I suspect this may show more about my lack of > understanding of what I'm doing than whether boost 1.33 would work. > Could you be more explicit about which parts I should be replacing? I

Re: [New patch] Re: Fix for bug 2015: font properties propagation in environments

2005-11-11 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Fri, Nov 11, 2005 at 12:30:01AM +0100, Lars Gullik Bjønnes wrote: | > Martin Vermeer <[EMAIL PROTECTED]> writes: | | | > | + pit_type pit = &par - &pars_[0]; | > | > | > No... this is in the ball park of pointer arithmetic | > | > Hmm... I thi