Re: Crash with mathed

2004-01-16 Thread Andre Poenitz
On Fri, Jan 16, 2004 at 02:23:24PM +0900, Rob Lahaye wrote: Current CVS with xforms crashes as follows: Start LyX File-New Insert Math lyx: SIGSEGV signal caught (Sorry can't make a backtrace at this stage). Never mind. I am aware of it. Andre' -- Those who desire to give up

Re: [patch] math cursor adjustment

2004-01-16 Thread Angus Leeming
Andre Poenitz wrote: Mostly removing the stored BufferView from the math cursor. Note that this uglifies the math code quite a bit and I now wonder whether I should have used a 'LCursor ' parameter instead of the 'BufferView '. As there is a 1:1 correspondence between them now, this would

Bug with colon|underscore in path / scale

2004-01-16 Thread Guillaume Pitel
Hi all, I am using Lyx 1.3.3 (win 32 native port) and MikTex 2.4 for writing french text, using babel/french. I have a lot of problems to include pictures, either pdf or eps. (My laptop runs XP pro) Everything goes right when I use non-scaled pictures, either pdf or eps. When I used scale, I

Re: Problem with the Converters interface

2004-01-16 Thread Christian Ridderström
On Tue, 13 Jan 2004, Nirmal Govind wrote: I've filed it on bugzilla: http://bugzilla.lyx.org/show_bug.cgi?id=1488 A rather long report, hopefully the reader won't get bored reading it.. :-) The reports ok... (the figures really help). Which reminds me that I was going to find a quicker

Re: .lyx/preferences needs a warning

2004-01-16 Thread Christian Ridderström
On Mon, 12 Jan 2004, Andre Poenitz wrote: On Fri, Jan 09, 2004 at 04:56:29PM +0100, Lars Gullik Bjønnes wrote: Christian Ridderström [EMAIL PROTECTED] writes: | I think it'll be a bit too omständigt to define command-sequences | in omstendig - circumstantial, detailed

some explanation

2004-01-16 Thread Andre Poenitz
Just in case someone is wondering what I am currently up to: This is an attempt at IU. The global cursor is in place but defunct right now, mainly because it does not interact well with the mathcursor. Short-term plan is to remove the mathcursor entirely by distributing its contents over

Re: Problem with the Converters interface

2004-01-16 Thread Nirmal Govind
The reports ok... (the figures really help). Which reminds me that I was going to find a quicker way of taking a screenshot than starting gimp. I use KSnapshot, on KDE i.e. ... there is something similar on gnome if I remember right... I thought I'd see what happens in the CVS version of LyX,

[patch] move some stuff off mathcursor

2004-01-16 Thread Andre Poenitz
-- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...) Index: cursor.C === RCS file:

Re: Bug with colon|underscore in path / scale

2004-01-16 Thread Jean-Marc Lasgouttes
Guillaume == Guillaume Pitel [EMAIL PROTECTED] writes: Guillaume Hi all, I am using Lyx 1.3.3 (win 32 native port) and Guillaume MikTex 2.4 for writing french text, using babel/french. I Guillaume have a lot of problems to include pictures, either pdf or Guillaume eps. (My laptop runs XP pro)

Re: Bug with colon|underscore in path / scale

2004-01-16 Thread Guillaume Pitel
Guillaume Everything goes right when I use non-scaled pictures, Guillaume either pdf or eps. What is the difference in code between scaled and non-scaled? Just the use of an optional argument? Exactly. That's quite strange... Maybe a different handling of path in graphix when

Re: Bug with colon|underscore in path / scale

2004-01-16 Thread Jean-Marc Lasgouttes
Guillaume == Guillaume Pitel [EMAIL PROTECTED] writes: I doubt that underscrores are a problem, but babel/frenchb definitely makes : active. I am surprised that this has not be fixed in some way. Guillaume Actually, when When what? Guillaume Well, enclosing all filenames in \string{...}

Re: Bug with colon|underscore in path / scale

2004-01-16 Thread Jean-Marc Lasgouttes
Guillaume == Guillaume Pitel [EMAIL PROTECTED] writes: It would be better if babel and graphicx could be friendly to each other. Guillaume Definitely. But I don't use to rely on such wishes :o) If you could come up with a small self-contained latex example, then sending it to a miktex group

Re: Fonts patch for LyX/Mac (1.4.0)

2004-01-16 Thread Jean-Marc Lasgouttes
Ronald == Ronald Florence [EMAIL PROTECTED] writes: Ronald The attached patch is adapted from the corresponding patch to Ronald 1.3.4cvs, and allows LyX/Mac to find the LyX fonts inside its Ronald own relocatable application bundle. -- This is applied now. JMarc

Re: citations inside footnotes seem to produce bad LaTeX

2004-01-16 Thread Jean-Marc Lasgouttes
Kayvan == Kayvan A Sylvan [EMAIL PROTECTED] writes: Kayvan No matter what I do, I can't seem to have a citation reference Kayvan in a footnote inside a section heading. The citation reference Kayvan in a footnote works fine and the footnote (without a citation Kayvan reference) in the section

Re: Why buffer-niceFile()?

2004-01-16 Thread Jose' Matos
On Wednesday 14 January 2004 7:45 pm, Georg Baum wrote: Am Mittwoch, 14. Januar 2004 08:51 schrieb Jose' Matos: The question is as always the way lyx deals with the external files/images. That is the only reason why I need that there in validate. Could you explain what is wrong with

Re: Problem with the Converters interface

2004-01-16 Thread Martin Vermeer
On Fri, Jan 16, 2004 at 08:18:22AM -0500, Nirmal Govind spake thusly: The reports ok... (the figures really help). Which reminds me that I was going to find a quicker way of taking a screenshot than starting gimp. I use KSnapshot, on KDE i.e. ... there is something similar on gnome if

Re: Problem with the Converters interface

2004-01-16 Thread Christian Ridderström
On Fri, 16 Jan 2004, Martin Vermeer wrote: On Fri, Jan 16, 2004 at 08:18:22AM -0500, Nirmal Govind spake thusly: The reports ok... (the figures really help). Which reminds me that I was going to find a quicker way of taking a screenshot than starting gimp. I use KSnapshot, on KDE

CVS LyX: Cursor placement problem

2004-01-16 Thread Kayvan A. Sylvan
Open a lyx document. Click in the middle of the document. The following is printed in the console window and the cursor does not move. insetFromCoords checkInsetHit: x: 138 y: 267 No inset hit. no further inset hit theTempCursor: (

Re: Crash with mathed

2004-01-16 Thread Andre Poenitz
On Fri, Jan 16, 2004 at 02:23:24PM +0900, Rob Lahaye wrote: > > Current CVS with xforms crashes as follows: > > Start LyX > File->New > Insert Math > > lyx: SIGSEGV signal caught > > > (Sorry can't make a backtrace at this stage). Never mind. I am aware of it. Andre' -- Those who desire

Re: [patch] math cursor adjustment

2004-01-16 Thread Angus Leeming
Andre Poenitz wrote: > Mostly removing the stored BufferView from the math cursor. > > Note that this uglifies the math code quite a bit and I now wonder > whether I should have used a 'LCursor &' parameter instead of the > 'BufferView &'. As there is a 1:1 correspondence between them now, >

Bug with colon|underscore in path / scale

2004-01-16 Thread Guillaume Pitel
Hi all, I am using Lyx 1.3.3 (win 32 native port) and MikTex 2.4 for writing french text, using babel/french. I have a lot of problems to include pictures, either pdf or eps. (My laptop runs XP pro) Everything goes right when I use non-scaled pictures, either pdf or eps. When I used scale, I

Re: Problem with the Converters interface

2004-01-16 Thread Christian Ridderström
On Tue, 13 Jan 2004, Nirmal Govind wrote: > I've filed it on bugzilla: > http://bugzilla.lyx.org/show_bug.cgi?id=1488 > > A rather long report, hopefully the reader won't get bored reading > it.. :-) The reports ok... (the figures really help). Which reminds me that I was going to find a

Re: .lyx/preferences needs a warning

2004-01-16 Thread Christian Ridderström
On Mon, 12 Jan 2004, Andre Poenitz wrote: > On Fri, Jan 09, 2004 at 04:56:29PM +0100, Lars Gullik Bjønnes wrote: > > Christian Ridderström <[EMAIL PROTECTED]> writes: > > > > | I think it'll be a bit too "omständigt" to define command-sequences > > | in > > > > "omstendig" -> circumstantial,

some explanation

2004-01-16 Thread Andre Poenitz
Just in case someone is wondering what I am currently up to: This is an attempt at IU. The global cursor is in place but defunct right now, mainly because it does not interact well with the mathcursor. Short-term plan is to remove the mathcursor entirely by distributing its contents over

Re: Problem with the Converters interface

2004-01-16 Thread Nirmal Govind
The reports ok... (the figures really help). Which reminds me that I was going to find a quicker way of taking a screenshot than starting gimp. I use KSnapshot, on KDE i.e. ... there is something similar on gnome if I remember right... I thought I'd see what happens in the CVS version of LyX,

[patch] move some stuff off mathcursor

2004-01-16 Thread Andre Poenitz
-- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...) Index: cursor.C === RCS file:

Re: Bug with colon|underscore in path / scale

2004-01-16 Thread Jean-Marc Lasgouttes
> "Guillaume" == Guillaume Pitel <[EMAIL PROTECTED]> writes: Guillaume> Hi all, I am using Lyx 1.3.3 (win 32 native port) and Guillaume> MikTex 2.4 for writing french text, using babel/french. I Guillaume> have a lot of problems to include pictures, either pdf or Guillaume> eps. (My laptop

Re: Bug with colon|underscore in path / scale

2004-01-16 Thread Guillaume Pitel
Guillaume> Everything goes right when I use non-scaled pictures, Guillaume> either pdf or eps. What is the difference in code between scaled and non-scaled? Just the use of an optional argument? Exactly. That's quite strange... Maybe a different handling of path in graphix when

Re: Bug with colon|underscore in path / scale

2004-01-16 Thread Jean-Marc Lasgouttes
> "Guillaume" == Guillaume Pitel <[EMAIL PROTECTED]> writes: >> I doubt that underscrores are a problem, but babel/frenchb >> definitely makes ":" active. I am surprised that this has not be >> fixed in some way. >> >> Guillaume> Actually, when When what? Guillaume> Well, enclosing all

Re: Bug with colon|underscore in path / scale

2004-01-16 Thread Jean-Marc Lasgouttes
> "Guillaume" == Guillaume Pitel <[EMAIL PROTECTED]> writes: >> It would be better if babel and graphicx could be friendly to each >> other. Guillaume> Definitely. But I don't use to rely on such wishes :o) If you could come up with a small self-contained latex example, then sending it to a

Re: Fonts patch for LyX/Mac (1.4.0)

2004-01-16 Thread Jean-Marc Lasgouttes
> "Ronald" == Ronald Florence <[EMAIL PROTECTED]> writes: Ronald> The attached patch is adapted from the corresponding patch to Ronald> 1.3.4cvs, and allows LyX/Mac to find the LyX fonts inside its Ronald> own relocatable application bundle. -- This is applied now. JMarc

Re: citations inside footnotes seem to produce bad LaTeX

2004-01-16 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> No matter what I do, I can't seem to have a citation reference Kayvan> in a footnote inside a section heading. The citation reference Kayvan> in a footnote works fine and the footnote (without a citation Kayvan> reference) in

Re: Why buffer->niceFile()?

2004-01-16 Thread Jose' Matos
On Wednesday 14 January 2004 7:45 pm, Georg Baum wrote: > Am Mittwoch, 14. Januar 2004 08:51 schrieb Jose' Matos: > > The question is as always the way lyx deals with the external > > files/images. That is the only reason why I need that there in > > validate. > > Could you explain what is wrong

Re: Problem with the Converters interface

2004-01-16 Thread Martin Vermeer
On Fri, Jan 16, 2004 at 08:18:22AM -0500, Nirmal Govind spake thusly: > > > The reports ok... (the figures really help). Which reminds me that I was > > going to find a quicker way of taking a screenshot than starting gimp. > > I use KSnapshot, on KDE i.e. ... there is something similar on

Re: Problem with the Converters interface

2004-01-16 Thread Christian Ridderström
On Fri, 16 Jan 2004, Martin Vermeer wrote: > On Fri, Jan 16, 2004 at 08:18:22AM -0500, Nirmal Govind spake thusly: > > > > > The reports ok... (the figures really help). Which reminds me that I was > > > going to find a quicker way of taking a screenshot than starting gimp. > > > > I use

CVS LyX: Cursor placement problem

2004-01-16 Thread Kayvan A. Sylvan
Open a lyx document. Click in the middle of the document. The following is printed in the console window and the cursor does not move. insetFromCoords checkInsetHit: x: 138 y: 267 No inset hit. no further inset hit theTempCursor: (