Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Georg Baum
Abdelrazak Younes wrote: > Indeed, for me neither. Works for other programs though... Surely > because it is a graphical program. No. The reason is that debug output is sent to stderr, not stdout. "lyx -dbg info 2> foo.log" works on linux, but I don't know if the windows shell is clever enough to

Re: LyX 1.4.2 - slightly broken UI

2006-06-29 Thread Juergen Spitzmueller
Michael Gerz wrote: > >The attached patch (against 1.4svn) should fix it, but since I cannot > >reproduce the problem here, Michael or someone who sees it should test. > >   > > Looks good. Please commit. Jean-Marc, okay? BTW Michael, do you see the same problem in trunk? Jürgen

Blocklist recipe activated for the wiki

2006-06-29 Thread christian . ridderstrom
As the last thing before I actually go on vacation, I've activated a recipe for the wiki called 'blocklist2' http://pmwiki.org/wiki/Cookbook/Blocklist2 Currently it blocks any changes to a page that contains the text 'ringtone' or the text 'insurance'. In case this causes problems, e

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Bo Peng
> Do you want a patch along these lines? I think it is more elegant. Here is my proposed patch. I like this *a lot* better than executing two commands. If you have tested it, I will apply it unless I heard some other opinions. Bo

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Enrico Forestieri
On Thu, Jun 29, 2006 at 10:07:53PM +0200, Enrico Forestieri wrote: > On Thu, Jun 29, 2006 at 01:32:27PM -0500, Bo Peng wrote: > > OK. Here is the suggested patch that removes the last (?) call to > > shell. Any objection? > > Actually, I was trying another solution... > My idea is to query the reg

Re: [PATCH] fix bogus Wide() inlined collapsable insets

2006-06-29 Thread Martin Vermeer
On Thu, Jun 29, 2006 at 10:05:50PM +0300, Martin Vermeer wrote: > On Thu, 29 Jun 2006 13:54:09 +0200 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> > wrote: > > > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > > > > I suspect you are now referring to a different bug. I, to the > > >

[Patch] WorkArea eradication from BufferView: THE DEATH SENTENCE

2006-06-29 Thread Abdelrazak Younes
Hello, This patch cleans up a lot of thing. It removes the work_area_ member from BufferView and all the cursor handling. The next thing to cleanup on the list is LyXView but that's another story. Qt4 and qt3 have been tested. I would like to commit that instead of going through a branch. An

Re: LyX 1.4.2 - slightly broken UI

2006-06-29 Thread Michael Gerz
Juergen Spitzmueller wrote: Juergen Spitzmueller wrote: I do not have access to my tree now for a few days, but I may have a look at the end of the week if it's not done until then. The attached patch (against 1.4svn) should fix it, but since I cannot reproduce the problem here, Mich

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Enrico Forestieri
On Thu, Jun 29, 2006 at 01:32:27PM -0500, Bo Peng wrote: > OK. Here is the suggested patch that removes the last (?) call to > shell. Any objection? Actually, I was trying another solution... My idea is to query the registry about cygwin. I just tested the attached source and it works... Do you w

Re: Translations for LyX 1.4.2

2006-06-29 Thread Michael Gerz
Alex wrote: Dear All, Usual update in the attachment. Alex Committed! Michael

Re: [PATCH] fix bogus Wide() inlined collapsable insets

2006-06-29 Thread Martin Vermeer
On Thu, 29 Jun 2006 13:54:09 +0200 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > > I suspect you are now referring to a different bug. I, to the > > note-within-inset extends-past-cell-right-edge one. > > Actually, I believe i

Re: LyX 1.4.2 - slightly broken UI

2006-06-29 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > I do not have access to my tree now for a > few days, but I may have a look at the end of the week if it's not done > until then. The attached patch (against 1.4svn) should fix it, but since I cannot reproduce the problem here, Michael or someone who sees it should t

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Bo Peng
OK. Here is the suggested patch that removes the last (?) call to shell. Any objection? Index: src/support/os_win32.C === --- src/support/os_win32.C (revision 14265) +++ src/support/os_win32.C (working copy) @@ -163,8 +163,

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Bo Peng
> >That's from src/support/os_win32.C in the init() function. > >Here "sh -c uname" is tried in order to detect a cygwin environment. > >If the command is not found, it is assumed that there is no such > >environment. Hence, the warning is not harmful. > > If you only want to check if an environme

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: You can adjust the proprerties by clicking on the top-left corner of the window. i know, but i cannot increase the buffer beyond 999 lines... Weird, mine is 3000. You can also do "lyx -dbg info > foo.log" doesn't do anything for me Indeed,

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Enrico Forestieri
On Thu, Jun 29, 2006 at 11:33:29AM -0500, Bo Peng wrote: > >That's from src/support/os_win32.C in the init() function. > >Here "sh -c uname" is tried in order to detect a cygwin environment. > >If the command is not found, it is assumed that there is no such > >environment. Hence, the warning is no

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Edwin Leuven
Abdelrazak Younes wrote: You can adjust the proprerties by clicking on the top-left corner of the window. i know, but i cannot increase the buffer beyond 999 lines... You can also do "lyx -dbg info > foo.log" doesn't do anything for me

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Abdelrazak Younes
Edwin Leuven wrote: Bo Peng wrote: when i launch lyx is see this in the command window: Could you provide more debug information, like lyx -dbg info? have no idea how to make the command buffer store more than 999 lines in windows... You can adjust the proprerties by clicking on the top-

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Bo Peng
That's from src/support/os_win32.C in the init() function. Here "sh -c uname" is tried in order to detect a cygwin environment. If the command is not found, it is assumed that there is no such environment. Hence, the warning is not harmful. If you only want to check if an environment is cygwin,

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Enrico Forestieri
On Thu, Jun 29, 2006 at 05:43:15PM +0200, Edwin Leuven wrote: > Bo Peng wrote: > >>does this mean we don't need shell anymore? > > > >Yes. No shell is needed for lyx/trunk now. The windows installer of > >lyx-1.4.3 (?) no longer has to bundle sh, sed, find etc. > > when i launch lyx is see this in

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Edwin Leuven
Bo Peng wrote: when i launch lyx is see this in the command window: Could you provide more debug information, like lyx -dbg info? have no idea how to make the command buffer store more than 999 lines in windows...

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Bo Peng
when i launch lyx is see this in the command window: Could you provide more debug information, like lyx -dbg info? Bo

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Bo Peng
when i launch lyx is see this in the command window: 'sh' is not recognized as an internal or external command, operable program or batch file. Under linux, if I remove /bin/sh, I do not see this error, but lyx2lyx does not work. Bo

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Edwin Leuven
Bo Peng wrote: does this mean we don't need shell anymore? Yes. No shell is needed for lyx/trunk now. The windows installer of lyx-1.4.3 (?) no longer has to bundle sh, sed, find etc. when i launch lyx is see this in the command window: 'sh' is not recognized as an internal or external comm

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Bo Peng
does this mean we don't need shell anymore? Yes. No shell is needed for lyx/trunk now. The windows installer of lyx-1.4.3 (?) no longer has to bundle sh, sed, find etc. Bo

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Edwin Leuven
Bo Peng wrote: Here is the result of my tests. Thank you very much. The problems have been corrected, and the patch submitted. does this mean we don't need shell anymore?

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Bo Peng
Here is the result of my tests. Thank you very much. The problems have been corrected, and the patch submitted. Bo

Re: Nice work on pronounciation!

2006-06-29 Thread Juergen Spitzmueller
[EMAIL PROTECTED] wrote: > I just wanted to say nice work to Juergen, for doing this > http://wiki.lyx.org/FAQ/Pronunciation Thanks. > "Glad sommar", I'm off to Bulgaria for two weeks now! > /Christian > > PS. When I'll get back I'll have a look at some "infra-structure" for > dealing wit

Re: [PATCH] Conversion of the last two shell scripts fig2pstex and fig2pdftex.

2006-06-29 Thread Enrico Forestieri
On Wed, Jun 28, 2006 at 10:44:55PM -0500, Bo Peng wrote: > Attached. Please test. > > Method: > python fig2pstex.py file.fig file.pstex > python fig2pdftex.py file1.fig file1.pdftex > > You should get valid file.eps, file.pstex, file1.pdf, file1.pdftex. Here is the result of my tests. 1) When t

Re: [PATCH] fix bogus Wide() inlined collapsable insets

2006-06-29 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > I suspect you are now referring to a different bug. I, to the > note-within-inset extends-past-cell-right-edge one. Actually, I believe it is the same bug: wide-collapsable-inset-always-uses-the-whole-screen-enven-when-it-does-not-nee

Re: [PATCH] fix bogus Wide() inlined collapsable insets

2006-06-29 Thread Martin Vermeer
On Thu, 29 Jun 2006 12:47:03 +0200 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Here is my patch improved as I think it should be. This works, > Martin> and reserves even the right amount of space in a cell, not too >

Re: [PATCH] fix bogus Wide() inlined collapsable insets

2006-06-29 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> Note that the bug does not need a tabular inset to express Jean-Marc> itself. Try to insert a not inset in an empty document. "a note inset" of course. JMarc

Re: [PATCH] fix bogus Wide() inlined collapsable insets

2006-06-29 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Here is my patch improved as I think it should be. This works, Martin> and reserves even the right amount of space in a cell, not too Martin> much. Martin> The expression for openinlined_ may perhaps be refined still, Martin> bu

Re: [PATCH] fix bogus Wide() inlined collapsable insets (was: Re: Towards LyX 1.4.2 [status update #2])

2006-06-29 Thread Martin Vermeer
On Thu, Jun 29, 2006 at 11:05:31AM +0300, Martin Vermeer wrote: > On Thu, Jun 29, 2006 at 01:08:32AM +0300, Martin Vermeer wrote: > > On Wed, Jun 28, 2006 at 03:06:36PM +0200, Jean-Marc Lasgouttes wrote: > > > > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > > > > > Jean-M

Re: [PATCH] fix bogus Wide() inlined collapsable insets (was: Re: Towards LyX 1.4.2 [status update #2])

2006-06-29 Thread Martin Vermeer
On Thu, Jun 29, 2006 at 01:08:32AM +0300, Martin Vermeer wrote: > On Wed, Jun 28, 2006 at 03:06:36PM +0200, Jean-Marc Lasgouttes wrote: > > > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > > > Jean-Marc> This is because the rowpainter code sets Wide() on these > > Jean-Mar

Re: [Still better patch] Re: [New patch] Re: [Patch] Re: Drawing error with collapsable insets.

2006-06-29 Thread Martin Vermeer
On Thu, Jun 22, 2006 at 12:23:38PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: ... > Martin> Attached the tabular background patch for 1.4 (still not > Martin> applied) > > This part is OK. Checked it in, so it isn't forgotten. Log: