Re: native Windows LyX?

2002-11-28 Thread Nirmal Govind
Maybe it would help sell GNU/Linux in general to your workmates. The problem in the engineering environment is that several software packages that are used are available only on Windows... precisely the reason why I still have a Windows partition on my computer.. things have improved in the

Re: [PATCH] stupid stuff that breaks things

2002-11-28 Thread Andre Poenitz
On Tue, Nov 26, 2002 at 05:34:57PM +0100, Lars Gullik Bjønnes wrote: Did you say why class MathStream : public ostream { MathStream(ostream os) { ostream::rdbuf(os.rdbuf()); } }; did not work? Probably not as I never tried that. Andre' -- Those who desire

Re: bug 733 - switching chapter style doesn't work

2002-11-28 Thread Jean-Marc Lasgouttes
John == John Levon [EMAIL PROTECTED] writes: John If you switch article class then chapter styles are not updated John visually. Lars ? It works with sections. Indeed, it works with sections... Lars, this is probably releted to the code which checks whether label is empty before recomputing

Re: Indenting left justified paragraphs

2002-11-28 Thread Andre Poenitz
On Tue, Nov 26, 2002 at 05:29:41PM +0100, Lars Gullik Bjønnes wrote: I thought raddedright was left alignment... and the certainly is a button for indented paragraphs. What's the difference between ragged right margins and left alignment? Andre' -- Those who desire to give up Freedom in

Re: Hack

2002-11-28 Thread Andre Poenitz
On Tue, Nov 26, 2002 at 05:28:03PM +0100, Lars Gullik Bjønnes wrote: Andre Poenitz [EMAIL PROTECTED] writes: | Quick'n'dirty fix for the can't scroll over large insets problem. | It makes sure that PageDown is at least as big a step as CursorDown. | Ok? how is the rand cases handled?

Re: The math crash

2002-11-28 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On Wed, Nov 27, 2002 at 10:08:14PM +, Angus Leeming wrote: | | Can't see nothing wrong with this... | | void fl_set_object_label(FL_OBJECT * ob, const char *label) { | ... | if (!label) | label = ; | ... | ob-label =

Re: bug 733 - switching chapter style doesn't work

2002-11-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | John == John Levon [EMAIL PROTECTED] writes: | | John If you switch article class then chapter styles are not updated | John visually. Lars ? It works with sections. | | Indeed, it works with sections... | | Lars, this is probably releted to

Re: Indenting left justified paragraphs

2002-11-28 Thread Lars Gullik Bjønnes
Garst R. Reese [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | | Garst R. Reese [EMAIL PROTECTED] writes: | | | Alice tells me this is a regression from a previous (?) version. | | Are you sure this is a regression? | | -- | Lgb | No, but A said she thought it used

Re: native Windows LyX?

2002-11-28 Thread Martin Vermeer
On Thu, Nov 28, 2002 at 02:06:48PM +1030, Darren Freeman wrote: Maybe check out Knoppix - it's a Linux distribution that exists entirely on CD and memory - no HD required. If it already has LyX then great, if not then maybe look into adding it. At any rate it's a complete system that you can

Re: Indenting left justified paragraphs

2002-11-28 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | On Tue, Nov 26, 2002 at 05:29:41PM +0100, Lars Gullik Bjønnes wrote: | I thought raddedright was left alignment... and the certainly is a | button for indented paragraphs. | | What's the difference between ragged right margins and left alignment? It

Re: [PATCH] QTabular

2002-11-28 Thread Juergen Spitzmueller
John Levon wrote: you should be able to dig the setEnabled stuff out of the attached Thanks, I implemented it (slightly modified: borders are now always greyed out if setEnabled(false), because this is a better visual hint). I have also managed to fix the setborder update problem (a repaint()

Re: CVS: form_aboutlyx.C:17: syntax error before `*'. Build error.

2002-11-28 Thread Rob Lahaye
Hi, Angus, I think you're responsible for this, because you have recently modified the scripts in the xforms/forms directory, haven't you? There's actually no problem with form_aboutlyx.C, but form_aboutlyx.h is (almost) empty because of a problem in fdfixh.sed: /bin/sh ./fdfix.sh

Re: The math crash

2002-11-28 Thread Angus Leeming
On Thursday 28 November 2002 9:43 am, Lars Gullik Bjønnes wrote: What string literal? fl_realloc is trying to free ob-label not label. my Q is what is ob-label set to? is it initialized? Yes. All this suggests that the const char *label passed to xforms is rubbish. Ie, the problem is

Re: CVS: form_aboutlyx.C:17: syntax error before `*'. Build error.

2002-11-28 Thread Angus Leeming
On Thursday 28 November 2002 10:46 am, Rob Lahaye wrote: Hi, Angus, I think you're responsible for this, because you have recently modified the scripts in the xforms/forms directory, haven't you? Indeed. Thanks for the fix. It's in CVS. Angus

Is this a memory leak?

2002-11-28 Thread Angus Leeming
Is this not leaking? idex allocates new memory, but nothing is cleaning up after it goes out of scope. This code has existed for ever, so why has valgrind never picked up on it. Am I missing the obvious here? Angus FD_aboutlyx * build_aboutlyx(void * parent) { char const * c_str;

Re: bibtex2lyx

2002-11-28 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus The idea is to store this generated .lyx file in a database Angus accessible through the BibTeX inset. Ie, it won't be visible to Angus the user, but he'll get things like pretty formatting of his Angus natbib labels, display of the contents

Re: reLyX

2002-11-28 Thread Jean-Marc Lasgouttes
Darren == Darren Freeman [EMAIL PROTECTED] writes: Darren On Tue, 2002-11-26 at 20:06, Jean-Marc Lasgouttes wrote: Darren == Darren Freeman [EMAIL PROTECTED] writes: Darren Why doesn't the figure properties editor let me rearrange Here Darren Top and Bottom into the order I want? It seems to

Re: bibtex2lyx

2002-11-28 Thread Angus Leeming
On Thursday 28 November 2002 12:45 pm, Jean-Marc Lasgouttes wrote: Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus The idea is to store this generated .lyx file in a database Angus accessible through the BibTeX inset. Ie, it won't be visible to Angus the user, but he'll get things

Re: [PLEASE HELP!] The epsi nightmare

2002-11-28 Thread Jean-Marc Lasgouttes
Herbert == Herbert Voss [EMAIL PROTECTED] writes: Herbert I have no problem with pendula.eps [I guess you mean pendula2.eps] You mean that convert pendula2.eps pendula2.png works, but convert pendula.epsi pendula.png does not work? What imagemagick version is that? Personnally, here is

Re: [PLEASE HELP!] The epsi nightmare

2002-11-28 Thread Jean-Marc Lasgouttes
Christian == Christian Ridderström [EMAIL PROTECTED] writes: [snip] Christian So, to conclude: I think the .epsi-file is corrupt and the Christian possible problem that LyX might have is with convert, in Christian case it produces multiple output images. Good investigation Christian. It seems

Re: Good news (was Re: Is there an image cache somewhere?)

2002-11-28 Thread Christian Ridderström
On Wed, 27 Nov 2002, John Coppens wrote: BTW: I had autoconf 2.56 installed here, so autogen complained. Not wanting to downgrade, I changed the autogen script slightly and everything installed and compiled perfectly. Again thanks, John That's good, I'm not using the CVS version myself

Re: native Windows LyX?

2002-11-28 Thread Jean-Marc Lasgouttes
John == John Levon [EMAIL PROTECTED] writes: John On Wed, Nov 27, 2002 at 09:22:48PM +0100, Jacek Pop?awski wrote: AFAIK you can use QT for Windows in GPL projects (LyX _is_ GPL, right?), so maybe QT port will run without problems? John There are patches from somebody (sorry I've forgotten

Bug with LyX and Qt?

2002-11-28 Thread Pascal Francq
Hi, I have compile a CVS version of LyX using Qt as frondend. When you open the spellchecker dialog box and close it with Esc key, the next time you open the dialog box, the Start button is disable. This comes from the fact that the dialog box must be close with the close button. It could be

Re: Is this a memory leak?

2002-11-28 Thread Angus Leeming
On Thursday 28 November 2002 12:38 pm, Angus Leeming wrote: Should these functions not be re-written as string const scex(string const str) { return split(str, '|'); } string const idex(string const str) { string identifier; split(str, identifier, '|');

Re: Bug with LyX and Qt?

2002-11-28 Thread John Levon
On Thu, Nov 28, 2002 at 03:22:59PM +0100, Pascal Francq wrote: the dialog box must be close with the close button. It could be perhaps usefull to make the Esc key close the dialog box as the close button. This should happen already afaics john -- Millions of fingers! Millions of thumbs!

Re: Bug with LyX and Qt?

2002-11-28 Thread Angus Leeming
On Thursday 28 November 2002 2:59 pm, John Levon wrote: On Thu, Nov 28, 2002 at 03:22:59PM +0100, Pascal Francq wrote: the dialog box must be close with the close button. It could be perhaps usefull to make the Esc key close the dialog box as the close button. This should happen already

Re: Bug with LyX and Qt?

2002-11-28 Thread John Levon
On Thu, Nov 28, 2002 at 03:09:36PM +, Angus Leeming wrote: Perhaps he's saying that the activation state of the buttons is not done in update() but in build() at the moment. At least, that's how it sounds to an ignorant outsider like myself. don't understand ... 39 void

Re: Bug with LyX and Qt?

2002-11-28 Thread Angus Leeming
On Thursday 28 November 2002 3:11 pm, John Levon wrote: On Thu, Nov 28, 2002 at 03:09:36PM +, Angus Leeming wrote: Perhaps he's saying that the activation state of the buttons is not done in update() but in build() at the moment. At least, that's how it sounds to an ignorant outsider

Re: Patch: alignment in fixed width columns in a table

2002-11-28 Thread Alain Castera
Jürgen Vigna wrote: Anyway I don't really grap what you mean. Ok, let's try in english ;-) : In a tabular column, the alignment of a paragraph may be given either by the context (i.e., the setting of the column alignment params, tabular popup) or the setting of the paragraph itself (paragraph

Re: LyX 1.3.0cvs user experience

2002-11-28 Thread Angus Leeming
On Sunday 24 November 2002 11:02 pm, Michael Schmitt wrote: Hello, I checked out LyX 1.3.0cvs today to see what is going on in the LyX community. As usual, I found a couple of things that could be improved :-) See my comments and bug reports in the attached file. Some of the comments are

Re: bibtex2lyx

2002-11-28 Thread Juergen Spitzmueller
Angus Leeming wrote: Attached is a first go at a script to generate a LyX buffer from a BibTeX database. It seems to work really well, although I'm sure that you lot will find things that it fails with. Impressive! This is a feature I'd really like to have. I suppose it is not intended to

Re: Bug with LyX and Qt?

2002-11-28 Thread John Levon
On Thu, Nov 28, 2002 at 03:22:59PM +0100, Pascal Francq wrote: I have compile a CVS version of LyX using Qt as frondend. When you open the spellchecker dialog box and close it with Esc key, the next time you open the dialog box, the Start button is disable. This comes from the fact that

Re: bibtex2lyx

2002-11-28 Thread Angus Leeming
On Thursday 28 November 2002 3:34 pm, Juergen Spitzmueller wrote: Angus Leeming wrote: Attached is a first go at a script to generate a LyX buffer from a BibTeX database. It seems to work really well, although I'm sure that you lot will find things that it fails with. Impressive! This is

Re: Patch: alignment in fixed width columns in a table

2002-11-28 Thread Juergen Vigna
Alain Castera wrote: [snip] Unless somebody points me to a better method, I will go on this way as it seems to me that it is the simplest way to obtain wysiwym display of fixed width columns in a tabular. When it will be possible to test it, it will still be time to discard everything ;-) I

Re: bibtex2lyx

2002-11-28 Thread Juergen Spitzmueller
Angus Leeming wrote: Umm. Why does it /fail/ when run from the script and produce only /warnings/ when run as part of a latex run? Note that my generated .aux file is really very simple. Perhaps I need more in it? I forced it not to bail out and compared the *.bbl1 and *.bbl2 files. The

Re: bibtex2lyx

2002-11-28 Thread Angus Leeming
On Thursday 28 November 2002 4:14 pm, Juergen Spitzmueller wrote: \begin{thebibliography}{510} \expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi \expandafter\ifx\csname url\endcsname\relax   \def\url#1{{\tt #1}}\fi \expandafter\ifx\csname

Help wanted?

2002-11-28 Thread Uwe Hartl
Hi, I tried to ask what I did wrong when I compiled my copy of the cvs - lyx-devel tree which gave compile and link failures in both, the normal xforms frontend and the qt frontend. I wanted to contribute to the lyx developement. After asking this question the lyx developement webpage

Quoting filenames in deptable

2002-11-28 Thread Dekel Tsur
When running LyX on Windows machine, the TeX directory may be installed in a directory whose name contains spaces (e.g. C:\Program Files) and this confuses the deptable code. One solution is to quote filenames in the .dep file, and use Lyxlex to read the file (see patch). Does it make sense to do

Re: [Bug 720] New: No possibility to customize bibtex call?

2002-11-28 Thread Dekel Tsur
On Tue, Nov 12, 2002 at 01:51:11PM +0100, Jean-Marc Lasgouttes wrote: Dekel Should we change the code in LaTeX.C to use an .aux-.bst Dekel converter instead of calling to bibtex directly ? Personally, Dekel I'm not sure I like the use of converters for purposes other Dekel than

Re: lyx-devel src/frontends/controllers/: ChangeLog ControlSpellch ...

2002-11-28 Thread John Levon
On Thu, Nov 28, 2002 at 05:57:03PM +0100, Lars Gullik Bjønnes wrote: | _(blah) + 'f' is most definitely non-U. And I have no idea what 'non-U' is. http://www.axis-of-aevil.net/archives/000181.html | I suppose I'm the sucker who | has to read his patch for these ... again ! Can

Re: Help wanted?

2002-11-28 Thread John Levon
On Thu, Nov 28, 2002 at 12:02:29PM -0500, Uwe Hartl wrote: In the [EMAIL PROTECTED] was nothing mentioned about a site - down and so I started investigating what does not work. I found out, thru an anonymizer I was able to go to the web site. This means, I am locked out. Somebody did put

Re: [PATCH] QTabular

2002-11-28 Thread John Levon
On Thu, Nov 28, 2002 at 11:15:19AM +0100, Juergen Spitzmueller wrote: Thanks, I implemented it (slightly modified: borders are now always greyed out if setEnabled(false), because this is a better visual hint). but now they can't see which borders are actually set, regardless of whether they

Re: Default label should be fig: not cap:

2002-11-28 Thread Dekel Tsur
On Thu, Nov 14, 2002 at 10:11:42AM +0100, Jean-Marc Lasgouttes wrote: Martin Not *easily*... the surrounding float should tell. And even if Martin not, this is not fatal. I think this is a complicated solution for a simple problem. We should not complicate the ui because we are afraid of a

Re: bibtex2lyx

2002-11-28 Thread Juergen Spitzmueller
Angus Leeming wrote: Ok, this works. Shove it in bib2lyx.sh between cat - ${SEDFILE} EOF and the following EOF Thanks, Angus, it works indeed now. But note that the script bails out as soon as bibtex gives an error message. That should not happen, because there are lots of bst-files out

compilation error with lyx-qt

2002-11-28 Thread José Abílio Oliveira Matos
I get this, even after having cleaned the qt2 directory: make[5]: Entering directory `/home/jamatos/lyx/lyx-qt/src/frontends/qt2' source='qt_helpers.C' object='qt_helpers.lo' libtool=yes \ depfile='.deps/qt_helpers.Plo' tmpdepfile='.deps/qt_helpers.TPlo' \ depmode=gcc3 /bin/sh

Re: [PATCH] QTabular

2002-11-28 Thread Juergen Spitzmueller
John Levon wrote: but now they can't see which borders are actually set, regardless of whether they can change them. A minor thing ... It is only inside a multicolumn. And there is no border to set/unset in the cases the widget is disabled (apart from column borders which can be toggled from

Re: compilation error with lyx-qt

2002-11-28 Thread John Levon
On Thu, Nov 28, 2002 at 07:30:06PM +, José Abílio Oliveira Matos wrote: qt_helpers.C:34: parse error before `const' try again regards john -- Millions of fingers! Millions of thumbs! Millions of monkeys Drumming on drums!

Re: [PATCH] QTabular

2002-11-28 Thread John Levon
On Thu, Nov 28, 2002 at 08:29:56PM +0100, Juergen Spitzmueller wrote: So, without my color change, you would never ever see the grey color, because probably explains why it didn't seem to do much for me :) I don't know. I have found this on qt-interest as a hint for similar cases. I have

Re: compilation error with lyx-qt

2002-11-28 Thread José Matos
On Thursday 28 November 2002 19:32, John Levon wrote: On Thu, Nov 28, 2002 at 07:30:06PM +, José Abílio Oliveira Matos wrote: qt_helpers.C:34: parse error before `const' try again problem fixed. :-) Thanks. regards john -- José Abílio

apparent charstr bugs

2002-11-28 Thread John Levon
+++ src/insets/insetcaption.C 26 Nov 2002 01:49:41 - @@ -97,7 +97,7 @@ void InsetCaption::draw(BufferView * bv, string const label = frm.str(); #else // Generate the label - string const label = _(fl) + + num + :; + string const label = _(fl) + ' ' + num +

Re: apparent charstr bugs

2002-11-28 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | +++ src/insets/insetcaption.C 26 Nov 2002 01:49:41 - | @@ -97,7 +97,7 @@ void InsetCaption::draw(BufferView * bv, | string const label = frm.str(); | #else | // Generate the label | - string const label = _(fl) + + num + :; | +

Re: apparent charstr bugs

2002-11-28 Thread John Levon
On Fri, Nov 29, 2002 at 03:39:14AM +0100, Lars Gullik Bjønnes wrote: | + string const label = _(fl) + ' ' + num + ':'; The types here should be string + char + string + char yes, sorry, didn't notice fl was string. Should be ok regards john -- Millions of fingers!

Re: Is this a memory leak?

2002-11-28 Thread Allan Rae
On Thu, 28 Nov 2002, Angus Leeming wrote: Here's the patch. It works fine. It's looks okay to me too. Although a little extra whitespace in the substituted code below would be nice (hint: ...str(), 1) # For all lines containing fl_add and a string containing | @@ -89,12 +89,12 @@ s/\(

Re: Talkback feature of Mozilla 1.2

2002-11-28 Thread Rob Lahaye
Darren Freeman wrote: Interesting.. maybe a wrapper shell script could be added instead, which runs LyX through gdb and records anything interesting.. followed by Darren, I've tried your script. It's cute and it works here on my FreeBSD system as well. But gdb is so slow in the startup, the

Re: Default label should be fig: not cap:

2002-11-28 Thread Jean-Marc Lasgouttes
Dekel == Dekel Tsur [EMAIL PROTECTED] writes: Dekel On Thu, Nov 14, 2002 at 10:11:42AM +0100, Jean-Marc Lasgouttes Dekel wrote: Martin Not *easily*... the surrounding float should tell. And even if Martin not, this is not fatal. I think this is a complicated solution for a simple problem. We

Re: native Windows LyX?

2002-11-28 Thread Nirmal Govind
> Maybe it would help sell GNU/Linux in general to your workmates. The problem in the engineering environment is that several software packages that are used are available only on Windows... precisely the reason why I still have a Windows partition on my computer.. things have improved in the

Re: [PATCH] stupid stuff that breaks things

2002-11-28 Thread Andre Poenitz
On Tue, Nov 26, 2002 at 05:34:57PM +0100, Lars Gullik Bjønnes wrote: > Did you say why > > class MathStream : public ostream { > MathStream(ostream & os) { > ostream::rdbuf(os.rdbuf()); > } > }; > > did not work? Probably not as I never tried that. Andre' -- Those

Re: bug 733 - switching chapter style doesn't work

2002-11-28 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> If you switch article class then chapter styles are not updated John> visually. Lars ? It works with sections. Indeed, it works with sections... Lars, this is probably releted to the code which checks whether label is empty before

Re: Indenting left justified paragraphs

2002-11-28 Thread Andre Poenitz
On Tue, Nov 26, 2002 at 05:29:41PM +0100, Lars Gullik Bjønnes wrote: > I thought raddedright was left alignment... and the certainly is a > button for indented paragraphs. What's the difference between "ragged right margins" and "left alignment"? Andre' -- Those who desire to give up Freedom

Re: Hack

2002-11-28 Thread Andre Poenitz
On Tue, Nov 26, 2002 at 05:28:03PM +0100, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | Quick'n'dirty fix for the "can't scroll over large insets" problem. > | It makes sure that PageDown is at least as big a step as CursorDown. > > > | Ok? > > how is the rand

Re: The math crash

2002-11-28 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Nov 27, 2002 at 10:08:14PM +, Angus Leeming wrote: | | > Can't see nothing wrong with this... | > | > void fl_set_object_label(FL_OBJECT * ob, const char *label) { | > ... | > if (!label) | > label = ""; | > ... | >

Re: bug 733 - switching chapter style doesn't work

2002-11-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "John" == John Levon <[EMAIL PROTECTED]> writes: | | John> If you switch article class then chapter styles are not updated | John> visually. Lars ? It works with sections. | | Indeed, it works with sections... | | Lars, this is probably

Re: Indenting left justified paragraphs

2002-11-28 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > | > "Garst R. Reese" <[EMAIL PROTECTED]> writes: | > | > | Alice tells me this is a regression from a previous (?) version. | > | > Are you sure this is a regression? | > | > -- | > Lgb | No, but A said she

Re: native Windows LyX?

2002-11-28 Thread Martin Vermeer
On Thu, Nov 28, 2002 at 02:06:48PM +1030, Darren Freeman wrote: > Maybe check out Knoppix - it's a Linux distribution that exists entirely > on CD and memory - no HD required. If it already has LyX then great, if > not then maybe look into adding it. At any rate it's a complete system > that you

Re: Indenting left justified paragraphs

2002-11-28 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Tue, Nov 26, 2002 at 05:29:41PM +0100, Lars Gullik Bjønnes wrote: | > I thought raddedright was left alignment... and the certainly is a | > button for indented paragraphs. | | What's the difference between "ragged right margins" and "left

Re: [PATCH] QTabular

2002-11-28 Thread Juergen Spitzmueller
John Levon wrote: > you should be able to dig the setEnabled stuff out of the attached Thanks, I implemented it (slightly modified: borders are now always greyed out if setEnabled(false), because this is a better visual hint). I have also managed to fix the setborder update problem (a repaint()

Re: CVS: form_aboutlyx.C:17: syntax error before `*'. Build error.

2002-11-28 Thread Rob Lahaye
Hi, Angus, I think you're responsible for this, because you have recently modified the scripts in the xforms/forms directory, haven't you? There's actually no problem with form_aboutlyx.C, but form_aboutlyx.h is (almost) empty because of a problem in fdfixh.sed: /bin/sh ./fdfix.sh

Re: The math crash

2002-11-28 Thread Angus Leeming
On Thursday 28 November 2002 9:43 am, Lars Gullik Bjønnes wrote: > What string literal? > > fl_realloc is trying to free ob->label not label. > > my Q is what is ob->label set to? is it initialized? Yes. All this suggests that the "const char *label" passed to xforms is rubbish. Ie, the

Re: CVS: form_aboutlyx.C:17: syntax error before `*'. Build error.

2002-11-28 Thread Angus Leeming
On Thursday 28 November 2002 10:46 am, Rob Lahaye wrote: > Hi, > > Angus, I think you're responsible for this, because you have recently > modified the scripts in the xforms/forms directory, haven't you? Indeed. Thanks for the fix. It's in CVS. Angus

Is this a memory leak?

2002-11-28 Thread Angus Leeming
Is this not leaking? idex allocates new memory, but nothing is cleaning up after it goes out of scope. This code has existed for ever, so why has valgrind never picked up on it. Am I missing the obvious here? Angus FD_aboutlyx * build_aboutlyx(void * parent) { char const * c_str;

Re: bibtex2lyx

2002-11-28 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> The idea is to store this generated .lyx file in a database Angus> accessible through the BibTeX inset. Ie, it won't be visible to Angus> the user, but he'll get things like pretty formatting of his Angus> natbib labels, display of

Re: reLyX

2002-11-28 Thread Jean-Marc Lasgouttes
> "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes: Darren> On Tue, 2002-11-26 at 20:06, Jean-Marc Lasgouttes wrote: >> > "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes: Darren> Why doesn't the figure properties editor let me rearrange Here Darren> Top and Bottom into the

Re: bibtex2lyx

2002-11-28 Thread Angus Leeming
On Thursday 28 November 2002 12:45 pm, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> The idea is to store this generated .lyx file in a database > Angus> accessible through the BibTeX inset. Ie, it won't be visible to > Angus> the user, but

Re: [PLEASE HELP!] The epsi nightmare

2002-11-28 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> I have no problem with pendula.eps [I guess you mean pendula2.eps] You mean that convert pendula2.eps pendula2.png works, but convert pendula.epsi pendula.png does not work? What imagemagick version is that?

Re: [PLEASE HELP!] The epsi nightmare

2002-11-28 Thread Jean-Marc Lasgouttes
> "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes: [snip] Christian> So, to conclude: I think the .epsi-file is corrupt and the Christian> possible problem that LyX might have is with convert, in Christian> case it produces multiple output images. Good investigation

Re: Good news (was Re: Is there an image cache somewhere?)

2002-11-28 Thread Christian Ridderström
On Wed, 27 Nov 2002, John Coppens wrote: > > BTW: I had autoconf 2.56 installed here, so autogen complained. Not > wanting to downgrade, I changed the autogen script slightly and > everything installed and compiled perfectly. > > Again thanks, > John That's good, I'm not using the CVS version

Re: native Windows LyX?

2002-11-28 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Wed, Nov 27, 2002 at 09:22:48PM +0100, Jacek Pop?awski wrote: >> AFAIK you can use QT for Windows in GPL projects (LyX _is_ GPL, >> right?), so maybe QT port will run without problems? John> There are patches from somebody (sorry

Bug with LyX and Qt?

2002-11-28 Thread Pascal Francq
Hi, I have compile a CVS version of LyX using Qt as frondend. When you open the spellchecker dialog box and close it with "Esc" key, the next time you open the dialog box, the "Start" button is disable. This comes from the fact that the dialog box must be close with the "close" button. It

Re: Is this a memory leak?

2002-11-28 Thread Angus Leeming
On Thursday 28 November 2002 12:38 pm, Angus Leeming wrote: > Should these functions not be re-written as > string const scex(string const & str) > { > return split(str, '|'); > } > > string const idex(string const & str) > { > string identifier; > split(str, identifier,

Re: Bug with LyX and Qt?

2002-11-28 Thread John Levon
On Thu, Nov 28, 2002 at 03:22:59PM +0100, Pascal Francq wrote: > the dialog box must be close with the "close" button. It could be perhaps > usefull to make the "Esc" key close the dialog box as the "close" button. This should happen already afaics john -- "Millions of fingers! Millions of

Re: Bug with LyX and Qt?

2002-11-28 Thread Angus Leeming
On Thursday 28 November 2002 2:59 pm, John Levon wrote: > On Thu, Nov 28, 2002 at 03:22:59PM +0100, Pascal Francq wrote: > > the dialog box must be close with the "close" button. It could be perhaps > > usefull to make the "Esc" key close the dialog box as the "close" button. > > This should

Re: Bug with LyX and Qt?

2002-11-28 Thread John Levon
On Thu, Nov 28, 2002 at 03:09:36PM +, Angus Leeming wrote: > Perhaps he's saying that the activation state of the buttons is not done in > update() but in build() at the moment. At least, that's how it sounds to an > ignorant outsider like myself. don't understand ... 39 void

Re: Bug with LyX and Qt?

2002-11-28 Thread Angus Leeming
On Thursday 28 November 2002 3:11 pm, John Levon wrote: > On Thu, Nov 28, 2002 at 03:09:36PM +, Angus Leeming wrote: > > Perhaps he's saying that the activation state of the buttons is not done > > in update() but in build() at the moment. At least, that's how it sounds > > to an ignorant

Re: Patch: alignment in fixed width columns in a table

2002-11-28 Thread Alain Castera
Jürgen Vigna wrote: > Anyway I don't really grap what you mean. Ok, let's try in english ;-) : In a tabular column, the alignment of a paragraph may be given either by the "context" (i.e., the setting of the column alignment params, tabular popup) or the setting of the paragraph itself

Re: LyX 1.3.0cvs user experience

2002-11-28 Thread Angus Leeming
On Sunday 24 November 2002 11:02 pm, Michael Schmitt wrote: > Hello, > > I checked out LyX 1.3.0cvs today to see what is going on in the LyX > community. As usual, I found a couple of things that could be improved > > :-) See my comments and bug reports in the attached file. > > Some of the

Re: bibtex2lyx

2002-11-28 Thread Juergen Spitzmueller
Angus Leeming wrote: > Attached is a first go at a script to generate a LyX buffer from a BibTeX > database. It seems to work really well, although I'm sure that you lot will > find things that it fails with. Impressive! This is a feature I'd really like to have. I suppose it is not intended to

Re: Bug with LyX and Qt?

2002-11-28 Thread John Levon
On Thu, Nov 28, 2002 at 03:22:59PM +0100, Pascal Francq wrote: > I have compile a CVS version of LyX using Qt as frondend. When you open the > spellchecker dialog box and close it with "Esc" key, the next time you open > the dialog box, the "Start" button is disable. This comes from the fact

Re: bibtex2lyx

2002-11-28 Thread Angus Leeming
On Thursday 28 November 2002 3:34 pm, Juergen Spitzmueller wrote: > Angus Leeming wrote: > > Attached is a first go at a script to generate a LyX buffer from a BibTeX > > database. It seems to work really well, although I'm sure that you lot > > will find things that it fails with. > > Impressive!

Re: Patch: alignment in fixed width columns in a table

2002-11-28 Thread Juergen Vigna
Alain Castera wrote: [snip] Unless somebody points me to a better method, I will go on this way as it seems to me that it is the simplest way to obtain wysiwym display of fixed width columns in a tabular. When it will be possible to test it, it will still be time to discard everything ;-) I

Re: bibtex2lyx

2002-11-28 Thread Juergen Spitzmueller
Angus Leeming wrote: > Umm. Why does it /fail/ when run from the script and produce only > /warnings/ when run as part of a latex run? Note that my generated .aux > file is really very simple. Perhaps I need more in it? I forced it not to bail out and compared the *.bbl1 and *.bbl2 files. The

Re: bibtex2lyx

2002-11-28 Thread Angus Leeming
On Thursday 28 November 2002 4:14 pm, Juergen Spitzmueller wrote: > \begin{thebibliography}{510} > \expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi > \expandafter\ifx\csname url\endcsname\relax >   \def\url#1{{\tt #1}}\fi > \expandafter\ifx\csname

Help wanted?

2002-11-28 Thread Uwe Hartl
Hi, I tried to ask what I did wrong when I compiled my copy of the cvs - lyx-devel tree which gave compile and link failures in both, the normal xforms frontend and the qt frontend. I wanted to contribute to the lyx developement. After asking this question the lyx developement webpage

Quoting filenames in deptable

2002-11-28 Thread Dekel Tsur
When running LyX on Windows machine, the TeX directory may be installed in a directory whose name contains spaces (e.g. C:\Program Files) and this confuses the deptable code. One solution is to quote filenames in the .dep file, and use Lyxlex to read the file (see patch). Does it make sense to do

Re: [Bug 720] New: No possibility to customize bibtex call?

2002-11-28 Thread Dekel Tsur
On Tue, Nov 12, 2002 at 01:51:11PM +0100, Jean-Marc Lasgouttes wrote: > > Dekel> Should we change the code in LaTeX.C to use an .aux->.bst > Dekel> converter instead of calling to bibtex directly ? Personally, > Dekel> I'm not sure I like the use of converters for purposes other > Dekel> than

Re: lyx-devel src/frontends/controllers/: ChangeLog ControlSpellch ...

2002-11-28 Thread John Levon
On Thu, Nov 28, 2002 at 05:57:03PM +0100, Lars Gullik Bjønnes wrote: > | _("blah") + 'f' is most definitely non-U. > > And I have no idea what 'non-U' is. http://www.axis-of-aevil.net/archives/000181.html > | I suppose I'm the sucker who > | has to read his patch for these ... again !

Re: Help wanted?

2002-11-28 Thread John Levon
On Thu, Nov 28, 2002 at 12:02:29PM -0500, Uwe Hartl wrote: > In the [EMAIL PROTECTED] was nothing mentioned about a site - down > and so I started investigating what does not work. I found out, thru an > anonymizer I was able to go to the web site. This means, I am locked > out. Somebody did

Re: [PATCH] QTabular

2002-11-28 Thread John Levon
On Thu, Nov 28, 2002 at 11:15:19AM +0100, Juergen Spitzmueller wrote: > Thanks, I implemented it (slightly modified: borders are now always greyed out > if setEnabled(false), because this is a better visual hint). but now they can't see which borders are actually set, regardless of whether they

Re: Default label should be fig: not cap:

2002-11-28 Thread Dekel Tsur
On Thu, Nov 14, 2002 at 10:11:42AM +0100, Jean-Marc Lasgouttes wrote: > > Martin> Not *easily*... the surrounding float should tell. And even if > Martin> not, this is not fatal. > > I think this is a complicated solution for a simple problem. We should > not complicate the ui because we are

Re: bibtex2lyx

2002-11-28 Thread Juergen Spitzmueller
Angus Leeming wrote: > Ok, this works. Shove it in bib2lyx.sh between > cat - > ${SEDFILE} < and the following > EOF Thanks, Angus, it works indeed now. But note that the script bails out as soon as bibtex gives an error message. That should not happen, because there are lots of bst-files out

compilation error with lyx-qt

2002-11-28 Thread José Abílio Oliveira Matos
I get this, even after having cleaned the qt2 directory: make[5]: Entering directory `/home/jamatos/lyx/lyx-qt/src/frontends/qt2' source='qt_helpers.C' object='qt_helpers.lo' libtool=yes \ depfile='.deps/qt_helpers.Plo' tmpdepfile='.deps/qt_helpers.TPlo' \ depmode=gcc3 /bin/sh

  1   2   >