Re: [13x patch]: lyxpreview2ppm.py

2004-07-15 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Jean-Marc, attached is a patch to make the script a little more Angus robust in the face of exceptions raised by a failure to open a Angus file. It also improves the quality of comments in the code and Angus in diagnostic messages.

Re: [13x patch]: lyxpreview2ppm.py

2004-07-15 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus Jean-Marc, attached is a patch to make the script a little more Angus robust in the face of exceptions raised by a failure to open a Angus file. It also improves the quality of comments in the code and Angus in diagnostic messages. Functionality is otherwise

Re: [PATCH] Re: Bug: problem when using 'very wide margins'

2004-07-15 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: Georg Jean-Marc Lasgouttes wrote: Another option that you could explore (in order to avoid to push tokens), is to use LyXLex::eatLine() instead of LyXLex::nextToken(). This uses the remainder of the line as next token. I am not sure whether it

crash in lyx 1.3cvs/xforms

2004-07-15 Thread Juergen Spitzmueller
Open the mathpanel and some (e.g. the dots) subdialog. Try to move the subdialog with the mouse. Jürgen. Configuration Host type: i686-pc-linux-gnu Special build flags:warnings assertions xforms-image-loader C Compiler: gcc C

Re: crash in lyx 1.3cvs/xforms

2004-07-15 Thread Angus Leeming
Juergen Spitzmueller wrote: Open the mathpanel and some (e.g. the dots) subdialog. Try to move the subdialog with the mouse. No problems here. An id of 255 is indeed suspicious. Looks horribly like an int to me. Usual question applies: is the xforms library the same as the one you compiled

Re: crash in lyx 1.3cvs/xforms

2004-07-15 Thread Juergen Spitzmueller
Angus Leeming wrote: Usual question applies: is the xforms library the same as the one you compiled lyx against (ie do header file and library match). Yes, both from the SuSE 9.1 distro (xforms 1.0). I'm just checking if a clean rebuild helps... Jürgen.

Re: 'find' portability problem

2004-07-15 Thread Jean-Marc Lasgouttes
Stephan == Stephan Witt [EMAIL PROTECTED] writes: Stephan as far as I know I would do it like that: Stephan find path-name-list \( -name foo -o -name bar \) -print Indeed, thanks. Nirmal, would find src \( -name '*.[Cch]' -or -name '*.C.in' \) work? If it does, I will use that. JMarc

Re: 'find' portability problem

2004-07-15 Thread Bennett Helm
On Jul 15, 2004, at 9:10 AM, Jean-Marc Lasgouttes wrote: Stephan == Stephan Witt [EMAIL PROTECTED] writes: Stephan as far as I know I would do it like that: Stephan find path-name-list \( -name foo -o -name bar \) -print Indeed, thanks. Nirmal, would find src \( -name '*.[Cch]' -or -name

Re: 'find' portability problem

2004-07-15 Thread Jean-Marc Lasgouttes
Bennett == Bennett Helm [EMAIL PROTECTED] writes: Bennett On Jul 15, 2004, at 9:10 AM, Jean-Marc Lasgouttes wrote: Stephan == Stephan Witt [EMAIL PROTECTED] writes: Stephan as far as I know I would do it like that: Stephan find path-name-list \( -name foo -o -name bar \) -print Indeed,

Re: 'find' portability problem

2004-07-15 Thread Stephan Witt
Jean-Marc Lasgouttes wrote: Bennett == Bennett Helm [EMAIL PROTECTED] writes: Bennett On Jul 15, 2004, at 9:10 AM, Jean-Marc Lasgouttes wrote: Stephan == Stephan Witt [EMAIL PROTECTED] writes: Stephan as far as I know I would do it like that: Stephan find path-name-list \( -name foo -o -name bar

Re: 'find' portability problem

2004-07-15 Thread Jean-Marc Lasgouttes
Stephan == Stephan Witt [EMAIL PROTECTED] writes: Stephan if you call me a nit-picker... maybe, you're right. But: Stephan I wrote find path-name-list \( -name foo -o -name bar \) Stephan -print. Stephan The command find src \( -name '*.[Cch]' -or -name '*.C.in' Stephan \) is a (unneeded)

Re: 'find' portability problem

2004-07-15 Thread Stephan Witt
Jean-Marc Lasgouttes wrote: Stephan == Stephan Witt [EMAIL PROTECTED] writes: Stephan if you call me a nit-picker... maybe, you're right. But: Stephan I wrote find path-name-list \( -name foo -o -name bar \) Stephan -print. Stephan The command find src \( -name '*.[Cch]' -or -name '*.C.in'

Re: crash in lyx 1.3cvs/xforms

2004-07-15 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: I'm just checking if a clean rebuild helps... Does not help. BTW autogen.sh gives these errors (automake 1.7.6, autoconf 2.57): Building Makefile templates... . Can't locate object method path via package Autom4te::Request at /usr/bin/autom4te line 81,

wrong link on bugzilla start page

2004-07-15 Thread Georg Baum
The link Bugs changed in the last month on http://bugzilla.lyx.org/ is wrong. It points to the bugs changed in last week. Can somebody fix this, please? Georg

LyX converter online?

2004-07-15 Thread Asger Kunuk Ottar Alstrup
Hi, Inspired by http://www.oooconv.de/ which is an online service to convert an open office document to a number of other formats like PDF, Word, HTML and what not, I figured such a service would be very nice to have to LyX as well. So, at the developer's conference, how about making a new page

Re: crash in lyx 1.3cvs/xforms

2004-07-15 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: I'm just checking if a clean rebuild helps... Does not help. I just installed xforms 1.0.90 from source and did a rebuild. Did not help either. Jürgen.

Re: LyX converter online?

2004-07-15 Thread Angus Leeming
Asger Kunuk Ottar Alstrup wrote: Hi, Inspired by http://www.oooconv.de/ which is an online service to convert an open office document to a number of other formats like PDF, Word, HTML and what not, I figured such a service would be very nice to have to LyX as well. [snip...] If you want

Re: crash in lyx 1.3cvs/xforms

2004-07-15 Thread Angus Leeming
Juergen Spitzmueller wrote: Juergen Spitzmueller wrote: I'm just checking if a clean rebuild helps... Does not help. I just installed xforms 1.0.90 from source and did a rebuild. Did not help either. I'm stumped. I take it that it is only these math panel sub dialogs that crash. What

Re: LyX converter online?

2004-07-15 Thread Asger Kunuk Ottar Alstrup
On Thu, 15 Jul 2004, Angus Leeming wrote: 1. (tex - lyx) and (lyx - lyx) should be easy, but how to handle conversion to an output format (ps, pdf etc) of a lyx file with multiple included files. (Other lyx files, graphics etc). Require the user to upload a tar file containing all necessary

Re: crash in lyx 1.3cvs/xforms

2004-07-15 Thread Juergen Spitzmueller
Angus Leeming wrote: I'm stumped. I take it that it is only these math panel sub dialogs that crash. yes. What about the color picker dialog that can be launched from the preferences dialog? And the fiel browser dialog that can be lauched from a 'Browse...' button? No and no. Does this

bug in the File/Save when Disk is full

2004-07-15 Thread Gama, Nicolas
Yesterday, the Hard/Disk where I was writing a report with lyx was full, and lyx couldn't save it. it emptied the old .lyx file before to tell that it was impossible to write the new one, and when I closed lyx, I lost everything. is it possible to rename the old lyx before beginning to write

Re: LyX converter online?

2004-07-15 Thread Christian Ridderström
On Thu, 15 Jul 2004, Angus Leeming wrote: It should be a fairly easy hack to do... ...and it's a cl idea. I agree, it *is* a cool idea. When I played around with allowing latex on wiki pages in order to write equations, I thought about this. The problem is unfortunately the same --

Re: crash in lyx 1.3cvs/xforms

2004-07-15 Thread Angus Leeming
Juergen Spitzmueller wrote: All but arrows, greek, AMS relations and AMS negations. Also the crashing ones look odd (see screenshot). Going out on a limb. What happens if you set your language environment to English. These dialogs were designed in English and this weird sizing suggests that the

Away for two weeks

2004-07-15 Thread Jean-Marc Lasgouttes
Now is vacation time. I will be back at the beginning of august. Have fun. JMarc

Re: [13x patch]: lyxpreview2ppm.py

2004-07-15 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc, attached is a patch to make the script a little more Angus> robust in the face of exceptions raised by a failure to open a Angus> file. It also improves the quality of comments in the code and Angus> in diagnostic

Re: [13x patch]: lyxpreview2ppm.py

2004-07-15 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> Jean-Marc, attached is a patch to make the script a little more > Angus> robust in the face of exceptions raised by a failure to open a > Angus> file. It also improves the quality of comments in the code and > Angus> in diagnostic messages. Functionality is

Re: [PATCH] Re: Bug: problem when using 'very wide margins'

2004-07-15 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> Another option that you could explore (in order to avoid to push >> tokens), is to use LyXLex::eatLine() instead of >> LyXLex::nextToken(). This uses the remainder of the line as next >> token. I am not

crash in lyx 1.3cvs/xforms

2004-07-15 Thread Juergen Spitzmueller
Open the mathpanel and some (e.g. the "dots") subdialog. Try to move the subdialog with the mouse. Jürgen. Configuration Host type: i686-pc-linux-gnu Special build flags:warnings assertions xforms-image-loader C Compiler: gcc C

Re: crash in lyx 1.3cvs/xforms

2004-07-15 Thread Angus Leeming
Juergen Spitzmueller wrote: > Open the mathpanel and some (e.g. the "dots") subdialog. Try to move the > subdialog with the mouse. No problems here. An id of 255 is indeed suspicious. Looks horribly like an int to me. Usual question applies: is the xforms library the same as the one you

Re: crash in lyx 1.3cvs/xforms

2004-07-15 Thread Juergen Spitzmueller
Angus Leeming wrote: > Usual > question applies: is the xforms library the same as the one you compiled > lyx against (ie do header file and library match). Yes, both from the SuSE 9.1 distro (xforms 1.0). I'm just checking if a clean rebuild helps... Jürgen.

Re: 'find' portability problem

2004-07-15 Thread Jean-Marc Lasgouttes
> "Stephan" == Stephan Witt <[EMAIL PROTECTED]> writes: Stephan> as far as I know I would do it like that: Stephan> find path-name-list \( -name foo -o -name bar \) -print Indeed, thanks. Nirmal, would find src \( -name '*.[Cch]' -or -name '*.C.in' \) work? If it does, I will use that.

Re: 'find' portability problem

2004-07-15 Thread Bennett Helm
On Jul 15, 2004, at 9:10 AM, Jean-Marc Lasgouttes wrote: "Stephan" == Stephan Witt <[EMAIL PROTECTED]> writes: Stephan> as far as I know I would do it like that: Stephan> find path-name-list \( -name foo -o -name bar \) -print Indeed, thanks. Nirmal, would find src \( -name '*.[Cch]' -or -name

Re: 'find' portability problem

2004-07-15 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Jul 15, 2004, at 9:10 AM, Jean-Marc Lasgouttes wrote: >>> "Stephan" == Stephan Witt <[EMAIL PROTECTED]> writes: >> Stephan> as far as I know I would do it like that: >> Stephan> find path-name-list \( -name foo -o -name

Re: 'find' portability problem

2004-07-15 Thread Stephan Witt
Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Jul 15, 2004, at 9:10 AM, Jean-Marc Lasgouttes wrote: "Stephan" == Stephan Witt <[EMAIL PROTECTED]> writes: Stephan> as far as I know I would do it like that: Stephan> find path-name-list \( -name foo

Re: 'find' portability problem

2004-07-15 Thread Jean-Marc Lasgouttes
> "Stephan" == Stephan Witt <[EMAIL PROTECTED]> writes: Stephan> if you call me a nit-picker... maybe, you're right. But: Stephan> I wrote "find path-name-list \( -name foo -o -name bar \) Stephan> -print". Stephan> The command "find src \( -name '*.[Cch]' -or -name '*.C.in' Stephan> \)" is

Re: 'find' portability problem

2004-07-15 Thread Stephan Witt
Jean-Marc Lasgouttes wrote: "Stephan" == Stephan Witt <[EMAIL PROTECTED]> writes: Stephan> if you call me a nit-picker... maybe, you're right. But: Stephan> I wrote "find path-name-list \( -name foo -o -name bar \) Stephan> -print". Stephan> The command "find src \( -name '*.[Cch]' -or -name

Re: crash in lyx 1.3cvs/xforms

2004-07-15 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > I'm just checking if a clean > rebuild helps... Does not help. BTW autogen.sh gives these errors (automake 1.7.6, autoconf 2.57): Building Makefile templates... . Can't locate object method "path" via package "Autom4te::Request" at /usr/bin/autom4te line

wrong link on bugzilla start page

2004-07-15 Thread Georg Baum
The link "Bugs changed in the last month" on http://bugzilla.lyx.org/ is wrong. It points to the bugs changed in last week. Can somebody fix this, please? Georg

LyX converter online?

2004-07-15 Thread Asger Kunuk Ottar Alstrup
Hi, Inspired by http://www.oooconv.de/ which is an online service to convert an open office document to a number of other formats like PDF, Word, HTML and what not, I figured such a service would be very nice to have to LyX as well. So, at the developer's conference, how about making a new page

Re: crash in lyx 1.3cvs/xforms

2004-07-15 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > > I'm just checking if a clean > > rebuild helps... > > Does not help. I just installed xforms 1.0.90 from source and did a rebuild. Did not help either. Jürgen.

Re: LyX converter online?

2004-07-15 Thread Angus Leeming
Asger Kunuk Ottar Alstrup wrote: > Hi, > > Inspired by http://www.oooconv.de/ which is an online service to convert > an open office document to a number of other formats like PDF, Word, HTML > and what not, I figured such a service would be very nice to have to LyX > as well. [snip...] > If

Re: crash in lyx 1.3cvs/xforms

2004-07-15 Thread Angus Leeming
Juergen Spitzmueller wrote: > Juergen Spitzmueller wrote: >> > I'm just checking if a clean >> > rebuild helps... >> >> Does not help. > > I just installed xforms 1.0.90 from source and did a rebuild. Did not > help either. I'm stumped. I take it that it is only these math panel sub dialogs

Re: LyX converter online?

2004-07-15 Thread Asger Kunuk Ottar Alstrup
On Thu, 15 Jul 2004, Angus Leeming wrote: > 1. (tex -> lyx) and (lyx -> lyx) should be easy, but how to handle > conversion to an output format (ps, pdf etc) of a lyx file with multiple > included files. (Other lyx files, graphics etc). Require the user to > upload a tar file containing all

Re: crash in lyx 1.3cvs/xforms

2004-07-15 Thread Juergen Spitzmueller
Angus Leeming wrote: > I'm stumped. I take it that it is only these math panel sub dialogs that > crash. yes. > What about the color picker dialog that can be launched from the > preferences dialog? And the fiel browser dialog that can be lauched from a > 'Browse...' button? No and no. >

bug in the File/Save when Disk is full

2004-07-15 Thread Gama, Nicolas
Yesterday, the Hard/Disk where I was writing a report with lyx was full, and lyx couldn't save it. it emptied the old .lyx file before to tell that it was impossible to write the new one, and when I closed lyx, I lost everything. is it possible to rename the old lyx before beginning to write

Re: LyX converter online?

2004-07-15 Thread Christian Ridderström
On Thu, 15 Jul 2004, Angus Leeming wrote: > > It should be a fairly easy hack to do... > > ...and it's a cl idea. I agree, it *is* a cool idea. When I played around with allowing latex on wiki pages in order to write equations, I thought about this. The problem is unfortunately the same

Re: crash in lyx 1.3cvs/xforms

2004-07-15 Thread Angus Leeming
Juergen Spitzmueller wrote: > All but arrows, greek, AMS relations and AMS negations. Also the crashing > ones look odd (see screenshot). Going out on a limb. What happens if you set your language environment to English. These dialogs were designed in English and this weird sizing suggests that

Away for two weeks

2004-07-15 Thread Jean-Marc Lasgouttes
Now is vacation time. I will be back at the beginning of august. Have fun. JMarc