Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Georg Baum
Joost Verburg wrote: > Juergen Spitzmueller wrote: >> // cursor position might be invalid now >> +cur.pit() = cur.lastpit(); >> cur.pos() = cur.lastpos(); >> cur.clearSelection(); > > You are right! I compiled a debug version and this was exactly where it > crashed when pressing delete. Yo

Commit Notifications

2006-09-19 Thread Michael Gerz
Lars, is there any reason why I don't receive emails for all svn commits? For instance, I never get informed about Peter's cmake changes and I also didn't get messages for Joost's Window installer update this morning. Michael

Re: Towards LyX 1.4.3 [status update #2]

2006-09-19 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > You can probably > remove the FIXME, since this code does not need fixing at all. I forgot this. I removed it now. Jürgen

Re: [PATCH] Change Tracking in LyX 1.4.X

2006-09-19 Thread Michael Gerz
Jean-Marc Lasgouttes schrieb: Therefore I think you should remove accept/reject change from the menu: they will cause more confusion than anything else. The result is that the shortcuts for accept/reject all changes will be weird, but we are not going to remake all translations. I tested accep

Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Juergen Spitzmueller
Joost Verburg wrote: > You are right! I compiled a debug version and this was exactly where it > crashed when pressing delete. Your patch solves the problem. > > At first I didn't notice because I triggered the crash by changing the > text style. So there are some more places where the same error i

Re: Layout support for custom styles in LyX 1.4.2

2006-09-19 Thread Rainer Dorsch
Am Dienstag, 19. September 2006 18:59 schrieb Martin Vermeer: > On Tue, Sep 19, 2006 at 11:29:11AM +0200, Rainer Dorsch wrote: > > Hi Martin, > > > > thanks for your immediate reply...comments embedded. > > > > I do not fully understand what the \usepackage in the preamble buys you. > > When I remo

Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Joost Verburg
Juergen Spitzmueller wrote: // cursor position might be invalid now + cur.pit() = cur.lastpit(); cur.pos() = cur.lastpos(); cur.clearSelection(); You are right! I compiled a debug version and this was exactly where it crashed when pressing delete. Your patch solve

Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Sven Hoexter
On Tue, Sep 19, 2006 at 04:45:17PM +0200, Georg Baum wrote: > Sven Hoexter wrote: > > > Well I can build you one if you really need. But the diff you need > > is rather simple. > > > > [EMAIL PROTECTED]:~/lyxreborn$ diff -u lyx-1.4.3svn/autogen.sh > > lyx-1.4.2+1.4.3svn20060915/autogen.sh > > ---

crash in trunk

2006-09-19 Thread Edwin Leuven
insert table put cursor in cell shift + arrow down BOOM! #0 0xb7398947 in raise () from /lib/tls/libc.so.6 #1 0xb739a0c9 in abort () from /lib/tls/libc.so.6 #2 0x08520f23 in lyx::support::abort () at ../../../lyx-devel/src/support/abort.C:22 #3 0x080c0f18 in boost::assertion_failed (expr=0x8

Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Joost Verburg
Juergen Spitzmueller wrote: I believe it's an old one. And I believe the attached patch fixes it (only the second change is relevant. The first one -- in doDispatch -- is the fix for another bug. I don't have a clean tree around). Please test. It doesn't help. Are you sure it is related to t

Re: Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-19 Thread Andre Poenitz
On Tue, Sep 19, 2006 at 10:40:46AM +0200, Abdelrazak Younes wrote: > Am I really the only one seeing the problem? > > InsetMathXYArrow.C > ..\..\..\..\src\mathed\InsetMathXYArrow.C(31) : error C2259: > 'InsetMathXYArrow' : cannot instantiate abstract class > due to following members: >

Re: 9th? International LyX developers meeting in Denmark 19th to 22nd of October

2006-09-19 Thread Andre Poenitz
On Mon, Sep 18, 2006 at 05:53:56PM +0200, Lars Gullik Bjønnes wrote: > Asger Ottar Alstrup <[EMAIL PROTECTED]> writes: > > | Hi. > | > | For those of you who don't know, the very first international LyX > | developers meeting was held in Denmark. > | > | http://www.lyx.org/~jug/lyx/meetings/Denm

Re: Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-19 Thread Andre Poenitz
On Tue, Sep 19, 2006 at 11:13:55AM +0200, Jean-Marc Lasgouttes wrote: > Abdelrazak> Am I really the only one seeing the problem? > > Could it be a problem of having two file names that differ only by > casing? Such problems usually occur with things checked in on Win* and checked out on *nix. It'

Re: Windows spell checker problems

2006-09-19 Thread Andre Poenitz
On Mon, Sep 18, 2006 at 04:53:35PM +0200, Joost Verburg wrote: > Michael Gerz wrote: > >Well, the patch probably has some negative side-effects (skipped words) > >but I don't understand why it causes hard crashes. On Linux, valgrind > >didn't indicate any serious memory problem. > > I don't know

Re: [PATCH] use LyXText::dispatch() directly

2006-09-19 Thread Andre Poenitz
On Tue, Sep 19, 2006 at 01:25:24AM +0100, Angus Leeming wrote: > Unfortunately, there's no obvious better solution than these big, ugly > switch statements. At least, not in C++. Well, dispatching an LFUN is basically triggering an action and there's no reason why action handling needs to be done

Re: [PATCH] use LyXText::dispatch() directly

2006-09-19 Thread Andre Poenitz
On Tue, Sep 19, 2006 at 10:30:11AM +0200, Abdelrazak Younes wrote: > >Unfortunately, there's no obvious better solution than these big, ugly > >switch statements. At least, not in C++. > > There is one elegant solution IMHO, array of function pointers. This > would mean that each LFUN (or a grou

trimmed down lyx?

2006-09-19 Thread Pol
How to compile a very trimmed down lyx executable, to run on smartphones (without latex), like motorola linux o.s. or nokia symbian o.s.? Thank you -- pol

Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Juergen Spitzmueller
Joost Verburg wrote: > I don't know when the bug was introduced, I'm very busy updating the > Windows installer. > However I got at least 20 table crashes while editing a report of a few > pages, so it is likely a new bug (or nobody used tables recently?). I believe it's an old one. And I believe

Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Joost Verburg
Juergen Spitzmueller wrote: I can confirm that. Please file a bug report. Are you sure this bug is not present in 1.4.2? I don't know when the bug was introduced, I'm very busy updating the Windows installer. However I got at least 20 table crashes while editing a report of a few pages, so

Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Juergen Spitzmueller
Joost Verburg wrote: > Open the attached file, select a few cells and press delete. Most of the > times you get a crash immediately (if not, try a few different ones). > The same thing happens in many other situations (changing text style etc.) I can confirm that. Please file a bug report. Are you

Re: Layout support for custom styles in LyX 1.4.2

2006-09-19 Thread Martin Vermeer
On Tue, Sep 19, 2006 at 11:29:11AM +0200, Rainer Dorsch wrote: > Hi Martin, > > thanks for your immediate reply...comments embedded. > > I do not fully understand what the \usepackage in the preamble buys you. When > I remove mysty.sty from the LaTeX system installation, I get an error during >

lyx150svn does not start

2006-09-19 Thread Hartmut Haase
When I start lyx150svn from 16. 9. I get error messages. Here is a backtrace: Error returned from iconv EILSEQ An invalid multibyte sequence has been encountered in the input. When converting from UCS-4LE to UCS-2LE. Input: 0x46 0x75 0xc3 0x9f 0x6e 0x6f 0x74 0x65 /usr/lib/gcc/i486-linux-gnu/4.0.3/

Re: Towards LyX 1.4.3 [status update #2]

2006-09-19 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: I propose to add accept/reject change and tipa now. I am not sure we need dissolve inset (especially since the name itself may be more misleading than the action). I am not sure what reference-next does and whether it is useful. One comment about the menus: There is

Re: big problems with clean_dvi.py - getting rid of it

2006-09-19 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: OK. Joost, do you intend to do so before release (i.e. before tomorrow)? The 1.4.3 Windows installer still needs to be finished and uploaded. I will see what I can do today. What do you think about uploading source code and patches related to external components

Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: We are almost ready now. Remaining bugs is: Today I used LyX 1.4.3svn in a real life situation again. Tables seem to be problematic. It's difficult to reproduce the crashes, but I managed to create one example that triggers the crash. Open the attached file, sele

Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Georg Baum
Sven Hoexter wrote: > Well I can build you one if you really need. But the diff you need > is rather simple. > > [EMAIL PROTECTED]:~/lyxreborn$ diff -u lyx-1.4.3svn/autogen.sh > lyx-1.4.2+1.4.3svn20060915/autogen.sh > --- lyx-1.4.3svn/autogen.sh 2006-07-27 14:58:56.0 +0200 > +++ lyx-1

Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> On Tue, Sep 19, 2006 at 12:41:07PM +0200, Jean-Marc Lasgouttes Enrico> wrote: >> - we still do not have a patch for clean_dvi problems. Since we >> only install dv2dt on windows, I am not going to wait for this one. >> Or shou

Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Sven Hoexter
On Tue, Sep 19, 2006 at 04:17:39PM +0200, Rainer Dorsch wrote: > [EMAIL PROTECTED]:~/SW.nobackup/BRANCH_1_4_X$ ./autogen.sh > Using automake (GNU automake) 1.9.6 > Using autoconf (GNU Autoconf) 2.60a > This autoconf version is not supported by LyX. > LyX only supports autoconf 2.5[2-9]. > [EMAIL P

Re: big problems with clean_dvi.py - getting rid of it

2006-09-19 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> I discovered that what I report above occurs only when Enrico> compiling dt2dv using mingw. Using cygwin, dt2dv consistently Enrico> fails for every non-ascii char, as I would expect. I don't Enrico> know what is going on with

Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Rainer Dorsch
Am Dienstag, 19. September 2006 13:59 schrieb Jean-Marc Lasgouttes: > > "Rainer" == Rainer Dorsch <[EMAIL PROTECTED]> writes: > > Rainer> Is there a pre-release tarball which I could compile? Would > > Rainer> svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X > Rainer> lyx-1.4.x > >

Re: r15065 - in /lyx-devel/branches/BRANCH_1_4_X/src: BufferV...

2006-09-19 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> What I propose is to revert >> http://www.lyx.org/trac/changeset/14809 which was qt4-only. Abdelrazak> But are we sure that it causes problems in 1.5? And if Abdelrazak> yes, which problem? As Juergen says, it exercises prob

Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Enrico Forestieri
On Tue, Sep 19, 2006 at 12:41:07PM +0200, Jean-Marc Lasgouttes wrote: > - we still do not have a patch for clean_dvi problems. Since we only > install dv2dt on windows, I am not going to wait for this one. Or > should I? The patch attached to http://bugzilla.lyx.org/show_bug.cgi?id=2836 works

Re: r15065 - in /lyx-devel/branches/BRANCH_1_4_X/src: BufferV...

2006-09-19 Thread Abdelrazak Younes
Juergen Spitzmueller wrote: Abdelrazak Younes wrote: I am lost with all the mails on that subject. Could you please summarize what problems does it cause on for which platform? If it is is only MAC, we should not revert the fix but find instead what causes the problem. It triggers the proble

Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Bo Peng
Please find enclosed the announcement. My current plan is to release tomorrow. I will test for cygwin as soon as I can get my hands on a windows machine. It should be done before tomorrow... Thanks. Bo

Re: r15065 - in /lyx-devel/branches/BRANCH_1_4_X/src: BufferV...

2006-09-19 Thread Juergen Spitzmueller
Abdelrazak Younes wrote: > I am lost with all the mails on that subject. Could you please summarize >   what problems does it cause on for which platform? If it is is only > MAC, we should not revert the fix but find instead what causes the problem. It triggers the problem that the spellchecker mi

Re: [PATCH] Replace getDialogs direct calls with boost::signal connection

2006-09-19 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: Hello, This is the continuation of my BufferView/LyXView cleanup. This patch compiles but I did not test it yet because of my math compile problems (any news on that

Re: r15065 - in /lyx-devel/branches/BRANCH_1_4_X/src: BufferV...

2006-09-19 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Juergen Spitzmueller wrote: [EMAIL PROTECTED] wrote: Author: lasgouttes Date: Tue Sep 19 12:27:11 2006 New Revision: 15065 URL: http://www.lyx.org/trac/changeset/15065 Log: Revert fix to bug

Re: [PATCH] Replace getDialogs direct calls with boost::signal connection

2006-09-19 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: >> Hello, >> >> This is the continuation of my BufferView/LyXView cleanup. >> >> This patch compiles but I did not test it yet because of my math >> compile problems (any news on that front?)

Re: r15065 - in /lyx-devel/branches/BRANCH_1_4_X/src: BufferV...

2006-09-19 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Juergen Spitzmueller wrote: >> [EMAIL PROTECTED] wrote: >>> Author: lasgouttes Date: Tue Sep 19 12:27:11 2006 New Revision: >>> 15065 >>> >>> URL: http://www.lyx.org/trac/changeset/15065 Log: Revert fix to >>> bug 242

Re: [PATCH] Replace getDialogs direct calls with boost::signal connection

2006-09-19 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Hello, This is the continuation of my BufferView/LyXView cleanup. This patch compiles but I did not test it yet because of my math compile problems (any news on that front?) So, this patch replaces BufferView->LyXView->getDialogs().[show, update()] with BufferView s

Re: big problems with clean_dvi.py - getting rid of it

2006-09-19 Thread Enrico Forestieri
On Tue, Sep 19, 2006 at 11:14:40AM +0200, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Enrico> Interestingly enough, not all non-ascii characters seems to > Enrico> trigger the bug. Till now I have discovered ¢, ¤, ¥, ¦, ©, Ö, > Enrico> ö, ü, b

Re: r15065 - in /lyx-devel/branches/BRANCH_1_4_X/src: BufferV...

2006-09-19 Thread Abdelrazak Younes
Juergen Spitzmueller wrote: [EMAIL PROTECTED] wrote: Author: lasgouttes Date: Tue Sep 19 12:27:11 2006 New Revision: 15065 URL: http://www.lyx.org/trac/changeset/15065 Log: Revert fix to bug 2423 and replace it by a temporary workaround (that unfix= es bug 1720) Please remember that Abdel's f

Re: Towards LyX 1.4.3 [status update #2]

2006-09-19 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> NatBib settings don't make a difference, and it is all in Add Bennett> Citation. Bennett> Fortunately, reverting the focus patch seems to have fixed Bennett> the problem. :) Yes, this patch turned out to be very nasty :( JMarc

Re: Towards LyX 1.4.3 [status update #2]

2006-09-19 Thread Juergen Spitzmueller
Bennett Helm wrote: > No file needed, and I've already given the instructions! Which does not help much if we cannot reproduce it on our machines. Did you try with latest SVN (the reverted toolbar patch)? Jürgen

Re: Towards LyX 1.4.3 [status update #2]

2006-09-19 Thread Bennett Helm
On Sep 19, 2006, at 8:32 AM, Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> No file needed, and I've already given the instructions! This Bennett> is 100% reproducible on 3 PPC Mac machines I have access to, Bennett> with every document I've tried, i

Re: Towards LyX 1.4.3 [status update #2]

2006-09-19 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> No file needed, and I've already given the instructions! This Bennett> is 100% reproducible on 3 PPC Mac machines I have access to, Bennett> with every document I've tried, including brand new documents Bennett> with a single ent

Re: Towards LyX 1.4.3 [status update #2]

2006-09-19 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> Hi, JMarc, Could you please upload a pre-release source package Bo> before you release lyx 1.4.3? I would like to test if any major Bo> change is needed for cygwin. Jean-Mar

Re: Towards LyX 1.4.3 [status update #2]

2006-09-19 Thread Bennett Helm
On Sep 19, 2006, at 5:02 AM, Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> I'm not sure what more I should do to help track this one Bennett> down. Any pointers? Send a file with very precise instructions, maybe. No file needed, and I've already

Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Jean-Marc Lasgouttes
> "Rainer" == Rainer Dorsch <[EMAIL PROTECTED]> writes: Rainer> Is there a pre-release tarball which I could compile? Would Rainer> svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X Rainer> lyx-1.4.x Rainer> give me the right code? Yes. Rainer> Do I need to run autoconf etc. be

Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > We are almost ready now. Remaining bugs is: > > 2715 patch, regression Multicolumn select lost on opening table > properties > > Juergen, shall we postpone it? I think it needs a bit more polishing > (as I said in the bug). Yes (I just uploaded a rework

Re: Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Rainer Dorsch
Is there a pre-release tarball which I could compile? Would svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X lyx-1.4.x give me the right code? Do I need to run autoconf etc. before I can run configure, when I take it out of SVN? Thanks, Rainer Am Dienstag, 19. September 2006 12:4

Re: r15065 - in /lyx-devel/branches/BRANCH_1_4_X/src: BufferV...

2006-09-19 Thread Juergen Spitzmueller
[EMAIL PROTECTED] wrote: > Author: lasgouttes > Date: Tue Sep 19 12:27:11 2006 > New Revision: 15065 > > URL: http://www.lyx.org/trac/changeset/15065 > Log: > Revert fix to bug 2423 and replace it by a temporary workaround (that > unfix= es > bug 1720) Please remember that Abdel's fix for qt4 has

Re: [PATCH] Change Tracking in LyX 1.4.X

2006-09-19 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > This points out why I really really should not accept seemingly > trivial patches that come out of nowhere a few days before release :) Indeed. It seems that emails from you with subjects "Towards LyX 1.4.x [status update #x]" generate these patches. People, if you h

Re: [PATCH] Change Tracking in LyX 1.4.X

2006-09-19 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> Jean-Marc Lasgouttes schrieb: Jean-Marc, attached please find Michael> a simple patch that improves CT in LyX 1.4. Essentially, the Michael> patch consists of three parts: >> Michael, as I told you yesterday, I think we should s

Towards LyX 1.4.3 [status update #3]

2006-09-19 Thread Jean-Marc Lasgouttes
We are almost ready now. Remaining bugs is: 2715patch, regression Multicolumn select lost on opening table properties Juergen, shall we postpone it? I think it needs a bit more polishing (as I said in the bug). But there are problems not in bugzilla: - I reverted the fix to 2423 and

Re: [PATCH] Change Tracking in LyX 1.4.X

2006-09-19 Thread Michael Gerz
Jean-Marc Lasgouttes schrieb: Michael> Jean-Marc, attached please find a simple patch that improves Michael> CT in LyX 1.4. Essentially, the patch consists of three Michael> parts: Michael, as I told you yesterday, I think we should skip this patch for 1.4.3. Did you? I remember you said you l

Re: [PATCH] Change Tracking in LyX 1.4.X

2006-09-19 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> Jean-Marc, attached please find a simple patch that improves Michael> CT in LyX 1.4. Essentially, the patch consists of three Michael> parts: Michael, as I told you yesterday, I think we should skip this patch for 1.4.3. Also, a

Re: Towards LyX 1.4.3 [status update #2]

2006-09-19 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: Bennett> I'm not sure what more I should do to help track this one Bennett> down. Any pointers? >> Send a file with very precise instructions, maybe. Juergen> A wild guess: Maybe this is rela

Re: Towards LyX 1.4.3 [status update #2]

2006-09-19 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > It is very good, please apply to branch and trunk. You can probably > remove the FIXME, since this code does not need fixing at all. Done. Jürgen

Re: Layout support for custom styles in LyX 1.4.2

2006-09-19 Thread Rainer Dorsch
Hi Martin, thanks for your immediate reply...comments embedded. I do not fully understand what the \usepackage in the preamble buys you. When I remove mysty.sty from the LaTeX system installation, I get an error during startup of lyx: "The document uses a missing TeX class "mysty". LyX will no

Re: Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-19 Thread Edwin Leuven
Abdelrazak Younes wrote: Edwin Leuven wrote: Abdelrazak Younes wrote: Am I really the only one seeing the problem? i think you might need the attached... Ah...!! I thought CMake used exclusively the glob approach Thanks, please commit. it's in...

Re: big problems with clean_dvi.py - getting rid of it

2006-09-19 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> Interestingly enough, not all non-ascii characters seems to Enrico> trigger the bug. Till now I have discovered ¢, ¤, ¥, ¦, ©, Ö, Enrico> ö, ü, but then get bothered... Enrico, what is the status of that? JMarc

Re: Towards LyX 1.4.3 [status update #2]

2006-09-19 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Bennett> I'm not sure what more I should do to help track this one > Bennett> down. Any pointers? > > Send a file with very precise instructions, maybe. A wild guess: Maybe this is related to the fix for bug 2423 as well? Could you revert that patch and check if thin

Re: Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-19 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: Am I really the only one seeing the problem? i think you might need the attached... Ah...!! I thought CMake used exclusively the glob approach Thanks, please commit. Abdel.

Re: Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-19 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Andre Poenitz wrote: >> On Sun, Sep 17, 2006 at 09:16:42PM +0200, Abdelrazak Younes wrote: I still have compilation problems: >>> Is anybody else seeing this? I am not sure of what the fix could >>> be. Maybe you

Re: Towards LyX 1.4.3 [status update #2]

2006-09-19 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Attached is an updated patch from me. It is very good, please apply to branch and trunk. You can probably remove the FIXME, since this code does not need fixing at all. JMarc

Re: Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-19 Thread Edwin Leuven
Abdelrazak Younes wrote: Am I really the only one seeing the problem? i think you might need the attached... Index: src/mathed/CMakeLists.txt === --- src/mathed/CMakeLists.txt (revision 15058) +++ src/mathed/CMakeLists.txt (working

Re: Towards LyX 1.4.3 [status update #2]

2006-09-19 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> I'm not sure what more I should do to help track this one Bennett> down. Any pointers? Send a file with very precise instructions, maybe. JMarc

Re: Towards LyX 1.4.3 [status update #2]

2006-09-19 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> Hi, JMarc, Could you please upload a pre-release source package Bo> before you release lyx 1.4.3? I would like to test if any major Bo> change is needed for cygwin. There is one here: http://www-rocq.inria.fr/~lasgoutt/lyx/lyx-1.4.3test.tar.g

Re: Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-19 Thread Abdelrazak Younes
Andre Poenitz wrote: On Sun, Sep 17, 2006 at 09:16:42PM +0200, Abdelrazak Younes wrote: I still have compilation problems: Is anybody else seeing this? I am not sure of what the fix could be. Maybe you didn't commit everything Andre? I commited everything under src/ as far as I can tell. How

Re: [PATCH] use LyXText::dispatch() directly

2006-09-19 Thread Abdelrazak Younes
Angus Leeming wrote: Abdelrazak Younes wrote: Andre Poenitz wrote: On Sun, Sep 17, 2006 at 10:03:33PM +0200, Abdelrazak Younes wrote: Code that is not understandable is bad and should be simplified. In addition, these changes would enable me to get rid of the LyXView dependency in BufferView.

Re: 9th? International LyX developers meeting in Denmark 19th to 22nd of October

2006-09-19 Thread Juergen Vigna
Hello, I may be also attending the meeting, but I have to do some checks still :) Greets, Jürgen -- ** Würth Phoenix S.r.l. Dr. Jürgen Vigna System Integration Via Kravogl 4, I-39100 Bolzano Phone: +39 0471 564111 Dir

Re: Layout support for custom styles in LyX 1.4.2

2006-09-19 Thread Jean-Marc Lasgouttes
> "Rainer" == Rainer Dorsch <[EMAIL PROTECTED]> writes: Rainer> I tried to include the mysty.sty and the mysty.layout in the Rainer> document directory, started up LyX for the document directory, Rainer> but even a reconfigure did not find mysty. This does not work indeed. There is code in 1.