Re: [patch] bug 2066: C-i for opening/closing insets only works when cursor is at the beginning of the inset

2005-10-17 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > > Do you see what I mean? > > Not quite. Now I do. The attached patch also closes a float when the cursor is in a nested tabular. Jürgen Index: text3.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src

Re: Bug 2101: Any character followed by Right Arrow moves the cursorto the next cell

2005-10-17 Thread Martin Vermeer
On Sat, Oct 15, 2005 at 03:24:32PM +0100, Daniel Watkins wrote: > I have a feeling this is related to the bug which involved pressing > Right Arrow twice to move the cursor at all. But I'm not a programmer, > so that may not mean much. :P > > Bug 2101: Any character followed by Right Arrow moves t

Re: LyX 1.4 on Windows (MinGW)

2005-10-17 Thread Michael Gerz
Georg Baum wrote: I had a very short look at the code this evening. AFAICS we need all the stuff because we want to control the translation based on the language of the current document. In other words, you can have a Finnish UI with German layout styles (labels). The code in messages.C seems

Re: Bug 2100: Inserting a formula within a table causes LaTeX errors

2005-10-17 Thread Georg Baum
Martin Vermeer wrote: > On Mon, 2005-10-17 at 18:00 +0200, Georg Baum wrote: >> Daniels test document had a normal formula, not display style, and that >> works for me. > > Meaning you don't see the bug in that case? I agree, same for me Yes. I did not try display style formulas. >> > Is this l

Re: Bug 2100: Inserting a formula within a table causes LaTeX errors

2005-10-17 Thread Martin Vermeer
On Mon, 2005-10-17 at 18:00 +0200, Georg Baum wrote: > Martin Vermeer wrote: > > > On Sat, 2005-10-15 at 15:11 +0100, Daniel Watkins wrote: > >> Hehe, a round number. I feel proud. :P > >> > >> Bug 2100: Inserting a formula within a table causes LaTeX errors > >> Description: Inserting a formula

Re: Bug 2100: Inserting a formula within a table causes LaTeX errors

2005-10-17 Thread Georg Baum
Martin Vermeer wrote: > On Sat, 2005-10-15 at 15:11 +0100, Daniel Watkins wrote: >> Hehe, a round number. I feel proud. :P >> >> Bug 2100: Inserting a formula within a table causes LaTeX errors >> Description: Inserting a formula within a table throws up 5 LaTeX errors >> for each instance of a f

Paragraph environment missing from document class: article(AMS)

2005-10-17 Thread Scheffler, Thomas
Dear developers, the document class article(AMS) does not include a Paragraph environment. It includes a Paragraph* and Subparagraph* environment though. If I convert a document formated unter document class article to article(AMS) the existing formatting from ist changed from Paragraph to Stand

LyX-1.4.0cvs crash with beamer.layout

2005-10-17 Thread Bennett Helm
Opening old beamer presentations results in a crash. The problem is that the beamer.layout file contains the following line: MaxCounterCounter_Section (In fact, any .layout file with this line in it will cause LyX to crash.) Commenting out this line in the .layout file enables ever

Re: [patch] fix bug 2086

2005-10-17 Thread Bennett Helm
On Oct 17, 2005, at 4:01 AM, Jean-Marc Lasgouttes wrote: "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> See http://bugzilla.lyx.org/show_bug.cgi?id=2086. The problem Georg> is that the pointer 'codec' can be 0, and that is not checked Georg> before dereferencing. The patch is based

Re: Bug 2100: Inserting a formula within a table causes LaTeX errors

2005-10-17 Thread Andre Poenitz
On Mon, Oct 17, 2005 at 04:02:40PM +0300, Martin Vermeer wrote: > On Sat, 2005-10-15 at 15:11 +0100, Daniel Watkins wrote: > > Hehe, a round number. I feel proud. :P > > > > Bug 2100: Inserting a formula within a table causes LaTeX errors > > Description: Inserting a formula within a table throws

Re: Bug 2101: Any character followed by Right Arrow moves the cursorto the next cell

2005-10-17 Thread Martin Vermeer
On Sat, 2005-10-15 at 15:24 +0100, Daniel Watkins wrote: > I have a feeling this is related to the bug which involved pressing > Right Arrow twice to move the cursor at all. But I'm not a programmer, > so that may not mean much. :P > > Bug 2101: Any character followed by Right Arrow moves the curs

Re: Bug 2100: Inserting a formula within a table causes LaTeX errors

2005-10-17 Thread Martin Vermeer
On Sat, 2005-10-15 at 15:11 +0100, Daniel Watkins wrote: > Hehe, a round number. I feel proud. :P > > Bug 2100: Inserting a formula within a table causes LaTeX errors > Description: Inserting a formula within a table throws up 5 LaTeX errors > for each instance of a formula within a table: > - Ext

Re: lyx: Error detected by libpthread: Destroying locked mutex.

2005-10-17 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> Jeremy, you're absolutely right. We're attempting to fix one > Angus> bug by introducing another. > > Angus> Jean-Marc, let's go back to the old behaviour ("Mutex destroy > Angus> failure: Device or resource busy" on exit on some machines > but Angus> not other

Re: [patch] fix bug 2086

2005-10-17 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > > Georg> OK to apply? > > Yes. Bennett, with that in place, it would be nice to know what > happens to LyX/Mac. Done. Georg

Re: [patch] fix bug 2086

2005-10-17 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> See http://bugzilla.lyx.org/show_bug.cgi?id=2086. The problem Georg> is that the pointer 'codec' can be 0, and that is not checked Georg> before dereferencing. The patch is based on the one sent by Georg> Andreas (but without the codec

Re: lyx: Error detected by libpthread: Destroying locked mutex.

2005-10-17 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jeremy, you're absolutely right. We're attempting to fix one Angus> bug by introducing another. Angus> Jean-Marc, let's go back to the old behaviour ("Mutex destroy Angus> failure: Device or resource busy" on exit on some machines