Re: tutorial xypic: instant preview broken

2009-10-03 Thread Pavel Sanda
Jannick Asmus wrote: > Some more comments below: >> using LyX 1.6.4 on Win Vista the tutorial on xypic does not show the >> examples porperly on my machine: only arrwos without any arrowheads are >> displayed in instant preview, any other entries are simply ignored. >> >> I have checked in a new

Re: GuiApplication.cpp compile error

2009-10-03 Thread Pavel Sanda
BH wrote: > I don't see what the problem is: it's only 78 MB! It has the normal > stuff in the beginning, and the bulk of the file consists of > repetitions of: > > \editor_alternatives asciichess kwrite > \editor_alternatives asciiimage kwrite . > Deleting the old preferences file brings lau

Re: where is the .pot file?

2009-10-03 Thread Pavel Sanda
Saad M Niamatullah wrote: > Hello. I would like to contibute a Bengali translation of lyx. I have > experience of translating the GNOME desktop. Where may I find the .pot > file (ie, the translation template, the starting point for > translations) for lyx? I have checked to source tree, but I have

Re: [patch] Keytest: One Screenshot per Key Press

2009-10-03 Thread Pavel Sanda
John McCabe-Dansted wrote: > On Tue, Sep 8, 2009 at 6:50 PM, Pavel Sanda wrote: > > such description should go into cache-bisect.sh in next patch... > > In attached patch. > > > unfortunately you sent patch which doesn't apply, probably you are diffing > > in some wrong tree: > > The attached p

Re: tex2lyx -n -f does not turn noweb code chunks into "scrab" in Debian?

2009-10-03 Thread Pavel Sanda
Arto wrote: > I am stuck with a problem that seems to have been sorted out a few years > ago (ticket 3004). The case was about lyx not being able to import a .nw > (noweb) file, previously exported by lyx from a respective .lyx file (to test > the noweb import function). I asked help from the lyx

Re: [patch] bug 6250: LyX 1.6.4 crashes when copying Japanese text in math to clipboard

2009-10-03 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > > I remember that Jean-Marc opted for the renaming. Could it be that we > > > need to split this method, if it's really used for pasting as well? > > > > It is also used for pasting, so the renaming was inappropriate, apparently. > > Indeed

Re: HTML -> LaTeX

2009-10-03 Thread rgheck
On 10/02/2009 12:53 PM, Kornel Benko wrote: Am Freitag 02 Oktober 2009 schrieb rgheck: On 10/02/2009 12:18 PM, Kornel Benko wrote: Am Freitag 02 Oktober 2009 schrieb Hartmut Haase: Hi, why does the converter have the command "java -jar htmltolatex.jar -input $$i -output $$o"?

Re: GuiApplication.cpp compile error

2009-10-03 Thread Kornel Benko
Am Samstag 03 Oktober 2009 schrieb BH: > > Right, this one is weird, could you check your preference file Bennett? > > I don't see what the problem is: it's only 78 MB! It has the normal > stuff in the beginning, and the bulk of the file consists of > repetitions of: > > \editor_alternatives asciic

Re: GuiApplication.cpp compile error

2009-10-03 Thread BH
On Sat, Oct 3, 2009 at 5:40 AM, Abdelrazak Younes wrote: > On 03/10/2009 11:13, Kornel Benko wrote: > > Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: > Normally mmap is on a opened file. This is really a big file, (for > preferences I mean). > > > Right, this one is weird, could you check

Re: [patch] bug 6250: LyX 1.6.4 crashes when copying Japanese text in math to clipboard

2009-10-03 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > > I remember that Jean-Marc opted for the renaming. Could it be that we > > need to split this method, if it's really used for pasting as well? > > It is also used for pasting, so the renaming was inappropriate, apparently. > Indeed, it can lead to pitfalls, as in your

Re: [patch] bug 6250: LyX 1.6.4 crashes when copying Japanese text in math to clipboard

2009-10-03 Thread Enrico Forestieri
On Sat, Oct 03, 2009 at 11:56:50AM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > The method was once named textString() and was changed to tocString() > > at http://www.lyx.org/trac/changeset/27378 for (seemingly) unknown > > reasons (maybe due to a wrong comment in src/insets/In

Re: [patch] bug 6250: LyX 1.6.4 crashes when copying Japanese text in math to clipboard

2009-10-03 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > The method was once named textString() and was changed to tocString() > at http://www.lyx.org/trac/changeset/27378 for (seemingly) unknown > reasons (maybe due to a wrong comment in src/insets/Inset.h ?). I remember that Jean-Marc opted for the renaming. Could it be that

Re: GuiApplication.cpp compile error

2009-10-03 Thread Abdelrazak Younes
On 03/10/2009 11:13, Kornel Benko wrote: Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: ... Well, it is not for me so please enlighten me. Well, as I understood ... Here you go, with r31489. I did 3 profiles: launching LyX, opening preferences, and saving preferences. La

Re: [PATH] Move beginUndoGroup() and endUndoGroup() calls to where they are used and necessary

2009-10-03 Thread Abdelrazak Younes
On 03/10/2009 11:06, Jean-Marc Lasgouttes wrote: Le 03/10/2009 00:56, Abdelrazak Younes a écrit : JMarc, Does the attached patch makes sense to you? Yes, except the tocwidget one, which looks weird. Why do you need it? This is because of the Toc context menu commands. They do not pass thro

Re: GuiApplication.cpp compile error

2009-10-03 Thread Kornel Benko
Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: ... > Well, it is not for me so please enlighten me. Well, as I understood ... > Here you go, with r31489. I did 3 profiles: launching LyX, opening > preferences, and saving preferences. Launching LyX should not have > involved reconfiguring,

Re: [PATH] Move beginUndoGroup() and endUndoGroup() calls to where they are used and necessary

2009-10-03 Thread Jean-Marc Lasgouttes
Le 03/10/2009 00:56, Abdelrazak Younes a écrit : JMarc, Does the attached patch makes sense to you? Yes, except the tocwidget one, which looks weird. Why do you need it? Also, be aware that in some cases the current buffer can change between begin and end. The old code tried to take care of t

Re: GuiApplication.cpp compile error

2009-10-03 Thread Abdelrazak Younes
On 03/10/2009 09:47, Kornel Benko wrote: Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: On 02/10/2009 04:14, BH wrote: ... lyx(19763,0xa0898720) malloc: *** mmap(size=1308676096) failed (error code=12) *** error: can't allocate region Why should we need 130867609

Re: GuiApplication.cpp compile error

2009-10-03 Thread Kornel Benko
Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: > On 02/10/2009 04:14, BH wrote: ... > > lyx(19763,0xa0898720) malloc: *** mmap(size=1308676096) failed (error > > code=12) *** error: can't allocate region Why should we need 1308676096 bytes? > > *** set a breakpoint in malloc_error_break to