Re: math parser warning "unusual contents found" in examples/xyfigure.lyx

2013-09-04 Thread Scott Kostyshak
On Wed, Sep 4, 2013 at 3:53 PM, Pavel Sanda wrote: > Scott Kostyshak wrote: >> Attached is a patch that deals with the warnings thanks to your suggestions. > > Changes in xyfigure.lyx not only fix warnings but also correct typeset > so this should go in 2.1. Didn't checked xypic.lyx changes, you m

Re: About WORD_FIND* LFUNs

2013-09-04 Thread Pavel Sanda
Tommaso Cucinotta wrote: > I'm attempting a refactoring of these, but some feedback from the list would > be useful in terms of: > a) do we really need all of these LFUNs just to support simple search ? I can imagine WORD_FIND_FORWARD being used by scripts through lyx server where dialog is not

Re: [PATCH] Write to STDERR when CAS command exits with error

2013-09-04 Thread Pavel Sanda
Scott Kostyshak wrote: > We still return the string when there is an error. Thus, if you do not > have Maple installed, '2+2' is turned into '2+2='. I think that an > error should be displayed and that the string '2+2' should not be > changed. > > Thoughts? It would be benefical if we dump the wh

Re: math parser warning "unusual contents found" in examples/xyfigure.lyx

2013-09-04 Thread Pavel Sanda
Scott Kostyshak wrote: > Attached is a patch that deals with the warnings thanks to your suggestions. Changes in xyfigure.lyx not only fix warnings but also correct typeset so this should go in 2.1. Didn't checked xypic.lyx changes, you might want to ping fr&ja doc maintainers but generally looks

Re: request for comments on EPUB exporting

2013-09-04 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > 31/08/2013 05:31, Josh Hieronymus: >> Right now, documents will successfully export to EPUB 2.0.1, with the >> following caveats: >> - Almost all metadata fields (author, book id, etc.) are filled in with >> default values. Only the title field is taken from the XHTML

Re: LyX + CAS

2013-09-04 Thread Scott Kostyshak
David, Thanks for the explanations. I am forwarding this to the development list to see if anyone has an idea of the best solution. Scott On Wed, Sep 4, 2013 at 3:09 PM, David R. José wrote: > Scott, > The first thing I tried was creating a copy of wxmaxima.exe with the name of > maxima.exe. Se

[PATCH] Write to STDERR when CAS command exits with error

2013-09-04 Thread Scott Kostyshak
This seems to be the minimal thing that should be done. Vincent, is this patch OK for 2.1? I do not want to make a significant change for 2.1 at this point (which would also require a translation), but I also have the following concern: We still return the string when there is an error. Thus, if

Re: Reviews of commits

2013-09-04 Thread Jean-Marc Lasgouttes
03/09/2013 18:15, Jean-Marc Lasgouttes: Unfortunately, this code exists to avoid painting too much stuff, so we have to cope with it. We cannot afford to repaint the whole screen every time the user moves the cursor, it can be really horrible, especially on Mac OS X. I will try to post a patch to

Re: Fix "make distcheck"

2013-09-04 Thread Vincent van Ravesteijn
Op 3-9-2013 21:12, Georg Baum schreef: Vincent van Ravesteijn wrote: Is there any volunteer that wants to fix the Autotools "distcheck" target ? This basically comes down to stripping the new tests from the "check" target and to introduce a different target to run the tests. I'm not that expe