Re: Approaching LyX 1.6.3 [status update #2]

2009-05-28 Thread Pavel Sanda
Georg Baum wrote: > I don't know what happens if you > link against a true single threaded boost, you might be lucky, or get > spurious problems at runtime). btw are we supposed to link against the multithreaded version? i just checked that i have 1.6 linked against single threaded boost here. wha

Re: Translation breaks ALT+P*2 (section*) help needed

2009-05-28 Thread Pavel Sanda
Helge Hafting wrote: > Or it might be a translation mistake that fails to preserve > some special character. maybe this? README.localization: Note also that there are already used global shortcuts (such as p k x c m s a) and you should avoid to use these characters for first-level menu shortcuts

Re: Bug in 1.6.3svn: The main window moves when I apply preferences

2009-05-28 Thread Pavel Sanda
Helge Hafting wrote: > A small problem, but it looks like LyX is doing some unnecessary work here. http://www.lyx.org/trac/ticket/5233 pavel

Re: r29874 - in lyx-devel/trunk: lib/doc lib/layouts lib/scripts src src/frontends/qt4

2009-05-28 Thread Pavel Sanda
lasgout...@lyx.org wrote: > Author: lasgouttes > Date: Thu May 28 10:59:25 2009 > New Revision: 29874 > URL: http://www.lyx.org/trac/changeset/29874 > > Log: > Allow literate documents other than noweb to work out of the box. Currently > only sweave is supported (for building documentation, not pr

Re: Hartmut has created updated screenshots for the LyX Graphical Tour

2009-05-28 Thread Pavel Sanda
Christian Ridderström wrote: > the graphical tour, so for now I've place the new images in the > subdirectory >images/LGT/En > > If anyone (perhaps the original authors) original authors are not here anymore i guess >would like to update the text > accordingly, that'd be great. Otherwis

1.6.3svn bug: Spellchecking -> blank window, unless there are mis-spellings

2009-05-28 Thread Helge Hafting
Pressing F7 or using tools->spellchecker brings up a blank spellcheck window. If the document is correctly spelt, then the "x words checked" box comes up, and the dialog remains blank. blank, or even not-filled-in , i.e. the window manager draws a frame and inside it some old screen contents st

Re: Too many alternatives and options...

2009-05-28 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > The problem was that LyXRC::read() is expected to replace values, > while vector::push_back() simply adds them. I solved the bug by using > a set container, instead. This also allowed to simplify the code > in LyXRC::write(). I see. Thanks for sorting out my mess. Jürg

Re: Too many alternatives and options...

2009-05-28 Thread Enrico Forestieri
On Thu, May 28, 2009 at 11:28:51AM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > > If in the preferences file you manually insert the line > > \bibtex_alternatives "mybibtex" > > and then save the preferences from within LyX, this line is duplicated. > > On next save, it is quadr

Re: Documentation of tex2lyx

2009-05-28 Thread Enrico Forestieri
On Thu, May 28, 2009 at 12:51:00PM +0200, Jean-Marc Lasgouttes wrote: > Enrico Forestieri writes: > > And surely introduce many others. If the only problem is shipping an > > html version of the man pages the most unintrusive and fool proof > > way is using man2html. > > The question is precisel

Re: Bug in 1.6.3svn: The main window moves when I apply preferences

2009-05-28 Thread BH
On Thu, May 28, 2009 at 7:34 AM, Helge Hafting wrote: > I noticed a little oddity today. When I apply preferences, the main window > jumps a little up and to the left. > > This doesn't always happen, so may be hard to reproduce. > Clearly, the window must not be maximized, and it seems like LyX sh

Bug in 1.6.3svn: The main window moves when I apply preferences

2009-05-28 Thread Helge Hafting
I noticed a little oddity today. When I apply preferences, the main window jumps a little up and to the left. This doesn't always happen, so may be hard to reproduce. Clearly, the window must not be maximized, and it seems like LyX should be started with "restore window layout and geometries" s

Re: Documentation of tex2lyx

2009-05-28 Thread Jean-Marc Lasgouttes
Enrico Forestieri writes: > And surely introduce many others. If the only problem is shipping an > html version of the man pages the most unintrusive and fool proof > way is using man2html. The question is precisely to know whether we want to ship an html page. Our documentation is in LyX format

Re: Documentation of tex2lyx

2009-05-28 Thread Enrico Forestieri
On Thu, May 28, 2009 at 11:33:11AM +0200, Abdelrazak Younes wrote: > A reStructuredText backend would solve many problems. And surely introduce many others. If the only problem is shipping an html version of the man pages the most unintrusive and fool proof way is using man2html. With man2html /pa

Translation questions about colors settings for math macros

2009-05-28 Thread Helge Hafting
The color settings have several settings for math macros, that I don't understand. I have no idea what these two are, so I cannot translate: math macro blended out math macro hovered frame These two I can translate, but it'd nice to know what "old" and "new" parameters means in this context:

Re: Documentation of tex2lyx

2009-05-28 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Jean-Marc Lasgouttes wrote: A lyx version would be much better... Maybe. However, we still should be able to produce a man page and actually ship man pages. I don't know if there is any good troff2latex converter, though. A reStructuredText backend wou

Re: Too many alternatives and options...

2009-05-28 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > If in the preferences file you manually insert the line > \bibtex_alternatives "mybibtex" > and then save the preferences from within LyX, this line is duplicated. > On next save, it is quadrupled, and so on. It seems that the > bibtex_alternatives vector gets doubled so

Re: Documentation of tex2lyx

2009-05-28 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > A lyx version would be much better... Maybe. However, we still should be able to produce a man page and actually ship man pages. I don't know if there is any good troff2latex converter, though. Jürgen

Re: Documentation of tex2lyx

2009-05-28 Thread Enrico Forestieri
On Thu, May 28, 2009 at 11:02:26AM +0200, Jean-Marc Lasgouttes wrote: > Jürgen Spitzmüller writes: > > > Enrico Forestieri wrote: > > > >> Hmm... I can swear I attached it. Trying again but compressed this time > >> (maybe there's a filter that strips html attachments). > > > > I cannot open th

Re: Documentation of tex2lyx

2009-05-28 Thread Enrico Forestieri
On Thu, May 28, 2009 at 10:51:37AM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > > Hmm... I can swear I attached it. Trying again but compressed this time > > (maybe there's a filter that strips html attachments). > > I cannot open the file. It must be uncompressed by "gunzip t

RE: Documentation of tex2lyx

2009-05-28 Thread Edwin Leuven
jmarc wrote: > somebody would have to > rewrite the man pages (but the man pages would become much > more readable). also note that bugzilla.lyx.org is mentionned a couple of times...

Re: Too many alternatives and options...

2009-05-28 Thread Enrico Forestieri
On Thu, May 28, 2009 at 10:52:48AM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > > This is also fixed, now. > > Thanks. There is still a problem, yet. If in the preferences file you manually insert the line \bibtex_alternatives "mybibtex" and then save the preferences from wit

Re: [PATCH] outputformat tag for literate programming

2009-05-28 Thread Jean-Marc Lasgouttes
Jean-Marc Lasgouttes writes: > This patch allows the sweave module to work our of the box (when R is > installed, of course). > > The only reason why I did not commit it yet is that I do not know > whether I have to increase the layout format, considering that I have > nothing to update here. T

Re: [PATCH] outputformat tag for literate programming

2009-05-28 Thread Jean-Marc Lasgouttes
rgheck writes: > Jean-Marc Lasgouttes wrote: The only reason why I did not commit it yet is that I do not know whether I have to increase the layout format, considering that I have nothing to update here. >>> >>> If you are unsure, just increase the format, just for the case. >> >>

Re: Documentation of tex2lyx

2009-05-28 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > Enrico Forestieri wrote: > >> Hmm... I can swear I attached it. Trying again but compressed this time >> (maybe there's a filter that strips html attachments). > > I cannot open the file. But I agree a html version should be added. A lyx version would be much better.

Translation breaks ALT+P*2 (section*) help needed

2009-05-28 Thread Helge Hafting
When using LyX with LANG=C, I can set the "section*" type with ALT+P * 2 and set "section" using ALT+P 2 When I use LyX with LANG=nb_NO.UTF-8, the latter still works but the former breaks. When I type the asterisk, I get an asterisk in the document instead of selecting the starred paragraph typ

Re: Too many alternatives and options...

2009-05-28 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > This is also fixed, now. Thanks. Jürgen

Re: request to delete the file "manpage.layout"

2009-05-28 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > Jürgen, can this go in branch too? Yes. Jürgen

Re: Documentation of tex2lyx

2009-05-28 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > Hmm... I can swear I attached it. Trying again but compressed this time > (maybe there's a filter that strips html attachments). I cannot open the file. But I agree a html version should be added. Jürgen

Re: r29856 - lyx-devel/trunk/config

2009-05-28 Thread Abdelrazak Younes
Abdelrazak Younes wrote: b...@lyx.org wrote: Author: baum Date: Tue May 26 21:50:37 2009 New Revision: 29856 URL: http://www.lyx.org/trac/changeset/29856 +BOOST_FILESYSTEM = -lboost_filesystem$(BOOST_MT) AFAIR we don't use boost_filesystem anymore (neither in 1.6 nor in trunk). Not sure ab