Re: [PATCH] supporting spaces in TeX file names, part 2

2005-03-25 Thread Lars Gullik Bjnnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Bennett == Bennett Helm [EMAIL PROTECTED] writes: Does this mean that the following patch works? Any additional bug that comes to your mind? | Bennett Yes -- it works. | I propose to apply the equivalent patch to 1.4.x too. | Lars, ok? ok --

Re: tex2lyx feedback

2005-03-25 Thread Lars Gullik Bjnnes
Georg Baum [EMAIL PROTECTED] writes: | Jean-Pierre Chrétien wrote: Georg Baum [EMAIL PROTECTED] writes: Could you please try the following patch that gets rid of the racy checks on solaris? Works fine, thanks for fixing this. | Fine. Lars, I am going to apply this unless I get a no.

Re: InsetCitation::getScreenLabel slowness?

2005-03-25 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus The problem is that it's extremely expensive to generate Angus natbib-style labels because that requires the BibTeX database Angus to be parsed. I introduced a cache that should be updated only Angus when the BibTeX database is changed.

Re: [PATCH] generation of i18n.php3 from po files

2005-03-25 Thread Lars Gullik Bjnnes
Angus Leeming [EMAIL PROTECTED] writes: | Jean-Marc Lasgouttes wrote: Angus The attached patch adds a comment of the form: Angus # HTML-Last-Translator: Zdenko Podobnyacute; Can't you just use a tool like recode to put the name in the right shape? I do not know how common recode is, but

Re: [PATCH] generation of i18n.php3 from po files

2005-03-25 Thread Lars Gullik Bjnnes
Angus Leeming [EMAIL PROTECTED] writes: | Jean-Marc, | what do you think of this approach/code? It enables us to generate a valid | UTF-8 encoded i18n.php3 with minimal human intervention. | If you're happy, then I'd like to commit this. (To the devel tree too of | course.) | | The attached

Re: [PATCH] generation of i18n.php3 from po files

2005-03-25 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars perhaps Use iconv in php. This may indeed be better. JMarc

Re: UTF-8 and www.devel.lyx.org

2005-03-25 Thread Lars Gullik Bjnnes
Angus Leeming [EMAIL PROTECTED] writes: | Angus Leeming wrote: My local pages http://www.devel.lyx.org/~leeming/www-devel now validate as valid UTF-8 encoded XHTML 1.1 | Ok, I've now committed the attached patch to www.devel.lyx.org. | I'll hold on to the patches to the po files until

Re: UTF-8 and www.devel.lyx.org

2005-03-25 Thread Lars Gullik Bjnnes
Angus Leeming [EMAIL PROTECTED] writes: | no.po | -Last-Translator: Lars Gullik Bjønnes [EMAIL PROTECTED]\n | +Last-Translator: Lars Gullik Bjoslash;nnes [EMAIL PROTECTED]\n Hmm--- no.po is in latin1 not in html... I don't think you should change the po files. -- Lgb

shown alnumsec

2005-03-25 Thread Michael-E. Voges
Hello, I posted my question on the lyx-users@lists.lyx.org list already - but without any answer: I am going to convince my colleagues to use LyX; because of this I need some feedback. I use alnumsec.sty. Is there a way to convince LyX to show up the (different from usual) way of sectioning

Suggestions to improve LyX

2005-03-25 Thread Frank Steinhauer
Hello, I have some suggestions for LyX: Revert: Can be used only if document is changed. But if used, a window pops up saying: Changes in Document xxx. Save? If saying Yes, the the document will be saved - and then the just saved version will be loaded. Improvements: - Popup window with really

Re: Suggestions to improve LyX

2005-03-25 Thread Jean-Marc Lasgouttes
Frank == Frank Steinhauer [EMAIL PROTECTED] writes: Frank (changed) marker can't be removed by Undo: When coming back to Frank the original version, the marker should go away. Yes, I do not know how difficult this would be. Frank LaTeX-Preamble: Users should be able to rearrange the order of

Re: shown alnumsec

2005-03-25 Thread Jean-Marc Lasgouttes
Michael-E == Michael-E Voges [EMAIL PROTECTED] writes: Michael-E I use alnumsec.sty. Is there a way to Michael-E convince LyX to show up the (different from usual) way of Michael-E sectioning text? (for example: A I. 1. a) aa) instead of Michael-E 1.1.1.1) This will be possible in 1.4.0

Re: [PATCH]: fixing www.lyx.org links

2005-03-25 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin About xforms: over a 256k ADSL connection the xforms version Martin of LyX is unbearably slow. The Qt version is a little slow, Martin but OK. I haven't tried lbxproxy, but I suspect a Martin latency/timing problem. Martin Is there

Re: [PATCH] supporting spaces in TeX file names, part 2

2005-03-25 Thread Jean-Marc Lasgouttes
Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Bennett Yes -- it works. Jean-Marc I propose to apply the equivalent patch to 1.4.x too. Lars, Jean-Marc ok? Both patches are applied now. JMarc

Re: Patch for 1.3.X: vc-backend file quoting+CVS::checkOut

2005-03-25 Thread Jean-Marc Lasgouttes
Here are the patch I propose to apply. We could have gone a bit further and use QuoteName on log messages too, instead of the explicit quoting. Lars, still OK? JMarc Index: src/ChangeLog === RCS file:

[PATCHes] Re: More revtex issues

2005-03-25 Thread Jean-Marc Lasgouttes
Geoffrey == Geoffrey Lloyd [EMAIL PROTECTED] writes: Geoffrey Hi I am using Revtex4 document class and have included a Geoffrey bibliography, selecting the correct style for my document. Geoffrey Also I have selected natbib and numerical. Geoffrey When I 'compile' i get the following error

Re: Suggestions to improve LyX

2005-03-25 Thread John Levon
On Fri, Mar 25, 2005 at 04:42:06PM +0100, Frank Steinhauer wrote: Can be used only if document is changed. But if used, a window pops up saying: Changes in Document xxx. Save? If saying Yes, the the document will be saved - and then the just saved version will be loaded. This has been fixed

Towards LyX 1.3.6 [status update #1]

2005-03-25 Thread Jean-Marc Lasgouttes
It seems to me that LyX 1.3.6 has enough changes in it to be worth releasing. What remains to be done? I can think of: - windows support: Angus still has a some code he wants to implement (related to forking?) - windows support: when loading a file in LyX through the explorer, some action

[Patch] fix bug 1843

2005-03-25 Thread Martin Vermeer
See attached. It fixes bug 1843 (\begin_header is missing pop-up when defining new branch and applying), and looks also otherwise plausible (as in: just forgetting something trivial). OK to apply? - Martin ? x.diff Index: ControlDocument.C

Re: [PATCH] supporting spaces in TeX file names, part 2

2005-03-25 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: > >>> Does this mean that the following patch works? Any additional bug >>> that comes to your mind? > | Bennett> Yes -- it works. > | I propose to apply the equivalent patch to 1.4.x

Re: tex2lyx feedback

2005-03-25 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Jean-Pierre Chrétien wrote: > >> Georg Baum <[EMAIL PROTECTED]> writes: > >>> Could you please >>> try the following patch that gets rid of the racy checks on solaris? >> >> Works fine, thanks for fixing this. > | Fine. Lars, I am going to apply this

Re: InsetCitation::getScreenLabel slowness?

2005-03-25 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> The problem is that it's extremely expensive to generate Angus> natbib-style labels because that requires the BibTeX database Angus> to be parsed. I introduced a cache that should be updated only Angus> when the BibTeX database is

Re: [PATCH] generation of i18n.php3 from po files

2005-03-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: >> Angus> The attached patch adds a comment of the form: >> >> Angus> # HTML-Last-Translator: Zdenko Podobn >> >> Can't you just use a tool like recode to put the name in the right >> shape? I do not know how common recode

Re: [PATCH] generation of i18n.php3 from po files

2005-03-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Jean-Marc, > | what do you think of this approach/code? It enables us to generate a valid | UTF-8 encoded i18n.php3 with minimal human intervention. > | If you're happy, then I'd like to commit this. (To the devel tree too of | course.) | | The

Re: [PATCH] generation of i18n.php3 from po files

2005-03-25 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> perhaps Use iconv in php. This may indeed be better. JMarc

Re: UTF-8 and www.devel.lyx.org

2005-03-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Angus Leeming wrote: > >> My local pages >> http://www.devel.lyx.org/~leeming/www-devel >> now validate as valid UTF-8 encoded XHTML 1.1 > | Ok, I've now committed the attached patch to www.devel.lyx.org. > | I'll hold on to the patches to the po

Re: UTF-8 and www.devel.lyx.org

2005-03-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | no.po | -"Last-Translator: Lars Gullik Bjønnes <[EMAIL PROTECTED]>\n" | +"Last-Translator: Lars Gullik Bjnnes <[EMAIL PROTECTED]>\n" Hmm--- no.po is in latin1 not in html... I don't think you should change the po files. -- Lgb

shown alnumsec

2005-03-25 Thread Michael-E. Voges
Hello, I posted my question on the lyx-users@lists.lyx.org list already - but without any answer: I am going to convince my colleagues to use LyX; because of this I need some feedback. I use alnumsec.sty. Is there a way to convince LyX to show up the (different from usual) way of sectioning

Suggestions to improve LyX

2005-03-25 Thread Frank Steinhauer
Hello, I have some suggestions for LyX: Revert: Can be used only if document is changed. But if used, a window pops up saying: "Changes in Document xxx. Save?" If saying "Yes", the the document will be saved - and then the just saved version will be loaded. Improvements: - Popup window with

Re: Suggestions to improve LyX

2005-03-25 Thread Jean-Marc Lasgouttes
> "Frank" == Frank Steinhauer <[EMAIL PROTECTED]> writes: Frank> (changed) marker can't be removed by Undo: When coming back to Frank> the original version, the marker should go away. Yes, I do not know how difficult this would be. Frank> LaTeX-Preamble: Users should be able to rearrange

Re: shown alnumsec

2005-03-25 Thread Jean-Marc Lasgouttes
> "Michael-E" == Michael-E Voges <[EMAIL PROTECTED]> writes: Michael-E> I use alnumsec.sty. Is there a way to Michael-E> convince LyX to show up the (different from usual) way of Michael-E> sectioning text? (for example: A I. 1. a) aa) instead of Michael-E> 1.1.1.1) This will be possible in

Re: [PATCH]: fixing www.lyx.org links

2005-03-25 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> About xforms: over a 256k ADSL connection the xforms version Martin> of LyX is unbearably slow. The Qt version is a little slow, Martin> but OK. I haven't tried lbxproxy, but I suspect a Martin> latency/timing problem. Martin>

Re: [PATCH] supporting spaces in TeX file names, part 2

2005-03-25 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Bennett> Yes -- it works. Jean-Marc> I propose to apply the equivalent patch to 1.4.x too. Lars, Jean-Marc> ok? Both patches are applied now. JMarc

Re: Patch for 1.3.X: vc-backend file quoting+CVS::checkOut

2005-03-25 Thread Jean-Marc Lasgouttes
Here are the patch I propose to apply. We could have gone a bit further and use QuoteName on log messages too, instead of the explicit "quoting". Lars, still OK? JMarc Index: src/ChangeLog === RCS file:

[PATCHes] Re: More revtex issues

2005-03-25 Thread Jean-Marc Lasgouttes
> "Geoffrey" == Geoffrey Lloyd <[EMAIL PROTECTED]> writes: Geoffrey> Hi I am using Revtex4 document class and have included a Geoffrey> bibliography, selecting the correct style for my document. Geoffrey> Also I have selected natbib and numerical. Geoffrey> When I 'compile' i get the

Re: Suggestions to improve LyX

2005-03-25 Thread John Levon
On Fri, Mar 25, 2005 at 04:42:06PM +0100, Frank Steinhauer wrote: > Can be used only if document is changed. But if used, a window pops up > saying: "Changes in Document xxx. Save?" If saying "Yes", the the > document will be saved - and then the just saved version will be loaded. This has

Towards LyX 1.3.6 [status update #1]

2005-03-25 Thread Jean-Marc Lasgouttes
It seems to me that LyX 1.3.6 has enough changes in it to be worth releasing. What remains to be done? I can think of: - windows support: Angus still has a some code he wants to implement (related to forking?) - windows support: when loading a file in LyX through the explorer, some action

[Patch] fix bug 1843

2005-03-25 Thread Martin Vermeer
See attached. It fixes bug 1843 ("\begin_header is missing" pop-up when defining new branch and applying"), and looks also otherwise plausible (as in: just forgetting something trivial). OK to apply? - Martin ? x.diff Index: ControlDocument.C