posible bug: url and percentage

2010-04-13 Thread Fox_Van
Working on a document I put a url tag inside a footnote and then the document did not exported to PDF anymore, but DVI does with not working references This is the case: *FOOTNOTE[* Making R Packages Under Windows: A Tutorial. *URL[* http://faculty.chicagobooth.edu/peter.rossi/research/bayes%20bo

Re: About making new files dirty

2010-04-13 Thread rgheck
On 04/13/2010 09:32 AM, Jean-Marc Lasgouttes wrote: Richard, I tried to revert your recent patches (34119, 34121) to see what the old behaviour was like, and I do not see the problem. When one creates a new file, it is not dirty, but it is possible to save it with File>Save. Could you tell me a

Re: alpha2

2010-04-13 Thread Pavel Sanda
Pavel Sanda wrote: > > What I do not know is why this only appears now. > > imho after your last changes of the object files location. i just verified it, make distcheck works before this commit. pavel > > pavel

About making new files dirty

2010-04-13 Thread Jean-Marc Lasgouttes
Richard, I tried to revert your recent patches (34119, 34121) to see what the old behaviour was like, and I do not see the problem. When one creates a new file, it is not dirty, but it is possible to save it with File>Save. Could you tell me again what your problem was? JMarc

Re: alpha2

2010-04-13 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > I think I know what the problem is: > > SUBDIRS = support frontends . $(CLIENT) tex2lyx > > "." has been added in SUBDIRS so that it is built before lyxclient and > tex2lyx, which rely on it. However, when trying to run "distclean", it > means that the .deps files ar

Re: LyX/Mac Maintainer

2010-04-13 Thread Stephan Witt
Am 13.04.2010 um 14:24 schrieb Jean-Marc Lasgouttes: > Stephan Witt writes: > >> Am 13.04.2010 um 11:30 schrieb Jean-Marc Lasgouttes: >> >>> Stephan Witt writes: * Using the Qt-Frameworks as dynamic libraries (UNFINISHED) - Doing that the resulting disk is much larger... the benefits

Re: Lilypond+Lyx

2010-04-13 Thread Julien Rioux
On 13/04/2010 5:00 AM, Pavel Sanda wrote: two ideas - have you tried the connection with new preview inset machinery? the .lyx file could be add as a special manual in help menu, but it needs more talkative intro (what is needed to set it up, etc...) also it should show the possibility of externa

Re: alpha2

2010-04-13 Thread Jean-Marc Lasgouttes
Pavel Sanda writes: > Jean-Marc Lasgouttes wrote: >> Stephan Witt writes: >> > "make distclean" does not work for builds not in tree. >> >> Uh? > > btw distclean seems to be really broken: > > Makefile:1838: .deps/output_plaintext.Po: No such file or directory I think I know what the problem i

Re: LyX/Mac Maintainer

2010-04-13 Thread Jean-Marc Lasgouttes
Stephan Witt writes: > Am 13.04.2010 um 11:30 schrieb Jean-Marc Lasgouttes: > >> Stephan Witt writes: >>> * Using the Qt-Frameworks as dynamic libraries (UNFINISHED) >>> - Doing that the resulting disk is much larger... the benefits are >>> + the more canonical solution (real shared libraries)

Re: LyX/Mac Maintainer

2010-04-13 Thread Stephan Witt
Am 13.04.2010 um 11:30 schrieb Jean-Marc Lasgouttes: > Stephan Witt writes: >> * Using the Qt-Frameworks as dynamic libraries (UNFINISHED) >> - Doing that the resulting disk is much larger... the benefits are >> + the more canonical solution (real shared libraries) >> + one can provide a versi

Re: LyX/Mac Maintainer

2010-04-13 Thread Pavel Sanda
Stephan Witt wrote: > I see. If possible I want to commit my change to src/AspellChecker.cpp at > least. > The whole patch is attached... > > If you want to release alpha2 now I'm fine with that. autotools are currently broken, so not "just now" :) most of the parts looks fine to commit; the st

Re: alpha2

2010-04-13 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Stephan Witt writes: > > "make distclean" does not work for builds not in tree. > > Uh? btw distclean seems to be really broken: Makefile:1838: .deps/output_plaintext.Po: No such file or directory Makefile:1839: .deps/output_xhtml.Po: No such file or directory Make

Re: LyX/Mac Maintainer

2010-04-13 Thread Stephan Witt
Am 13.04.2010 um 11:30 schrieb Jean-Marc Lasgouttes: > Stephan Witt writes: >> * Using the Qt-Frameworks as dynamic libraries (UNFINISHED) >> - Doing that the resulting disk is much larger... the benefits are >> + the more canonical solution (real shared libraries) >> + one can provide a versio

Re: Thesaurus in spanish lyx-2.0.0alpha1

2010-04-13 Thread Jürgen Spitzmüller
icebna wrote: > I have installed Spanish ( Spain ) Openoffice's thesauro; I have > indicated the path in Preferences, admits me the thesauro with an icon, > but it does not work. Hm. Looks like the thesaurus is broken currently in trunk. Last time I touched it, it still worked. Jürgen

Re: How to stringify a CPP macro

2010-04-13 Thread Stephan Witt
Am 13.04.2010 um 11:35 schrieb Jean-Marc Lasgouttes: > Stephan Witt writes: > >> I'm looking for a tighter coupling of the build script and the compiled code. >> There has to be a strict coherence between the strings the build script uses >> and the strings for runtime lookup by LyX binary. So I

Re: LyX/Mac Maintainer

2010-04-13 Thread Stephan Witt
Am 13.04.2010 um 11:15 schrieb Pavel Sanda: > Stephan Witt wrote: >> Am 13.04.2010 um 10:43 schrieb Pavel Sanda: >> >>> Stephan Witt wrote: Currently I'm doing some minor improvements on the build script. >>> >>> whats the current status, is there something you want before alpha2 ? >>> i w

Re: How to stringify a CPP macro

2010-04-13 Thread Jean-Marc Lasgouttes
Stephan Witt writes: > I'm looking for a tighter coupling of the build script and the compiled code. > There has to be a strict coherence between the strings the build script uses > and the strings for runtime lookup by LyX binary. So I want to pass a define > here. To convert it to a string I co

Re: LyX/Mac Maintainer

2010-04-13 Thread Jean-Marc Lasgouttes
Stephan Witt writes: > * Using the Qt-Frameworks as dynamic libraries (UNFINISHED) > - Doing that the resulting disk is much larger... the benefits are > + the more canonical solution (real shared libraries) > + one can provide a version for people having Qt already on there box > (then i

Re: LyX/Mac Maintainer

2010-04-13 Thread Pavel Sanda
Stephan Witt wrote: > Am 13.04.2010 um 10:43 schrieb Pavel Sanda: > > > Stephan Witt wrote: > >> Currently I'm doing some minor improvements on the build script. > > > > whats the current status, is there something you want before alpha2 ? > > i would like to release really soon. > > The status

Re: LyX/Mac Maintainer

2010-04-13 Thread Stephan Witt
Am 13.04.2010 um 10:43 schrieb Pavel Sanda: > Stephan Witt wrote: >> Currently I'm doing some minor improvements on the build script. > > whats the current status, is there something you want before alpha2 ? > i would like to release really soon. The status is: * Tiger support again (SOLVED) -

Re: Lilypond+Lyx

2010-04-13 Thread Pavel Sanda
Julien Rioux wrote: > I just wrote a LyX module for basic Lilypond support within LyX. It works > with LyX 2.0 (the development version) only. But if you feel adventurous, > it would be a great help if you can test it out. > > To developers: it is a simple idea. It is inspired by the literate >

Re: LyX/Mac Maintainer

2010-04-13 Thread Pavel Sanda
Stephan Witt wrote: > Currently I'm doing some minor improvements on the build script. whats the current status, is there something you want before alpha2 ? i would like to release really soon. pavel

Re: How to stringify a CPP macro

2010-04-13 Thread Stephan Witt
Am 13.04.2010 um 09:03 schrieb Sam Liddicott: > Your stringify looks ok. Yes, I have tested it and it works. But I know there are guys out there who are not comfortable with preprocessor "hacks". So I'm asking for an alternate solutions if it exists... > -DSTR_ASPELL_FRAMEWORK="x.y" probably

Re: LyX/Mac Maintainer

2010-04-13 Thread Abdelrazak Younes
On 04/12/2010 04:30 AM, BH wrote As I told Stephen, I'll still be around on the devel and users list, still compiling recent trunk and branch, still pestering people to fix Mac and other bugs, etc. Good! We really rely on your pestering, not only for Mac ;-) Abdel.

Re: How to stringify a CPP macro

2010-04-13 Thread Sam Liddicott
Your stringify looks ok. -DSTR_ASPELL_FRAMEWORK="x.y" probably didn't work because of the shell eating the quotation marks. -DSTR_ASPELL_FRAMEWORK='"x.y"' might have worked as far as invoking the makefile, but when it invoked the compiler you may then loose the remaining quote marks (unless