Re: r17267 - /lyx-devel/trunk/src/LaTeX.C

2007-02-21 Thread Jürgen Spitzmüller
Lars Gullik Bjønnes wrote: > | Something like the attached? > > yes. Committed. Jürgen

Re: r17267 - /lyx-devel/trunk/src/LaTeX.C

2007-02-21 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: | Lars Gullik Bjønnes wrote: | > I am talking about this bit: | | I see. That was a misunderstanding then. | | Something like the attached? yes. -- Lgb

Re: r17267 - /lyx-devel/trunk/src/LaTeX.C

2007-02-20 Thread Jürgen Spitzmüller
Lars Gullik Bjønnes wrote: > I am talking about this bit: I see. That was a misunderstanding then. Something like the attached? Jürgen Index: src/LaTeX.C === --- src/LaTeX.C (Revision 17270) +++ src/LaTeX.C (Arbeitskopie) @@ -723,6

Re: r17267 - /lyx-devel/trunk/src/LaTeX.C

2007-02-20 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: | Lars Gullik Bjønnes wrote: | > I see that the whole block is duplicated just a few lines above, | > perhaps it should be broken out into a helper function? Then the | > temporary will be easy to do. | | The two functions are slightly different. The

Re: r17267 - /lyx-devel/trunk/src/LaTeX.C

2007-02-20 Thread Jürgen Spitzmüller
Lars Gullik Bjønnes wrote: > I see that the whole block is duplicated just a few lines above, > perhaps it should be broken out into a helper function? Then the > temporary will be easy to do. The two functions are slightly different. The first one strips off parts after spaces if the string is n

Re: r17267 - /lyx-devel/trunk/src/LaTeX.C

2007-02-20 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: | Lars Gullik Bjønnes wrote: | > Missing space before '&&' | | fixed. thanks. vg | > Perhaps even use a temporary for absname.toFilesystemEncoding()? | | but the value of absname is likely to change. I see that the whole block is duplicated just

Re: r17267 - /lyx-devel/trunk/src/LaTeX.C

2007-02-20 Thread Jürgen Spitzmüller
Lars Gullik Bjønnes wrote: > Missing space before '&&' fixed. thanks. > Perhaps even use a temporary for absname.toFilesystemEncoding()? but the value of absname is likely to change. Jürgen

Re: r17267 - /lyx-devel/trunk/src/LaTeX.C

2007-02-20 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: spitz | Date: Tue Feb 20 07:55:25 2007 | New Revision: 17267 | | URL: http://www.lyx.org/trac/changeset/17267 | Log: | * src/LaTeX.C | - (deplog): don't check strings longer than MAX_PATH, | preventing boost exception. | - (handleFoundFi