Re: [LyX/master] Export/view a PDF even if error

2015-04-07 Thread Scott Kostyshak
On Mon, Apr 6, 2015 at 3:51 AM, Scott Kostyshak wrote: > In this case the patch should be easy, just removing the return > statements. I will do this and test. In at 03b17b52. Scott

Re: [LyX/master] Export/view a PDF even if error

2015-04-06 Thread Scott Kostyshak
On Mon, Apr 6, 2015 at 3:29 AM, Jürgen Spitzmüller wrote: > Am Sonntag 05 April 2015, 12:38:14 schrieb Scott Kostyshak: >> For the LaTeX log, we still stop on first error in some cases. This >> results in having more incomplete PDFs than we could have if we still >> continued and did subsequent la

Re: [LyX/master] Export/view a PDF even if error

2015-04-06 Thread Jürgen Spitzmüller
Am Sonntag 05 April 2015, 12:38:14 schrieb Scott Kostyshak: > For the LaTeX log, we still stop on first error in some cases. This > results in having more incomplete PDFs than we could have if we still > continued and did subsequent latex and bibtex runs. For example, open > Tutorial.lyx, add an ER

Re: [LyX/master] Export/view a PDF even if error

2015-04-05 Thread Scott Kostyshak
On Sat, Apr 4, 2015 at 1:14 PM, Scott Kostyshak wrote: > On Sat, Apr 4, 2015 at 3:28 AM, Jürgen Spitzmüller wrote: >> Scott Kostyshak wrote: >>> Good point. Attached is the updated patch, and the diff with respect >>> to the first patch. >> >> I'd say commit it. > > Done at 09700d5b. > > Scott Y

Re: [LyX/master] Export/view a PDF even if error

2015-04-04 Thread Scott Kostyshak
On Sat, Apr 4, 2015 at 3:28 AM, Jürgen Spitzmüller wrote: > Scott Kostyshak wrote: >> Good point. Attached is the updated patch, and the diff with respect >> to the first patch. > > I'd say commit it. Done at 09700d5b. Scott

Re: [LyX/master] Export/view a PDF even if error

2015-04-04 Thread Jürgen Spitzmüller
Scott Kostyshak wrote: > Good point. Attached is the updated patch, and the diff with respect > to the first patch. I'd say commit it. Jürgen > Scott

Re: [LyX/master] Export/view a PDF even if error

2015-04-03 Thread Scott Kostyshak
On Thu, Apr 2, 2015 at 11:49 AM, Jürgen Spitzmüller wrote: > Scott Kostyshak wrote: >> Attached is a patch. Any comments? > > I like it! > > However, the "Show Anyway" button should be disabled if no output file has > been > created (i.e., if the new lfun is disabled). Good point. Attached is th

Re: [LyX/master] Export/view a PDF even if error

2015-04-02 Thread Jürgen Spitzmüller
Scott Kostyshak wrote: > Attached is a patch. Any comments? I like it! However, the "Show Anyway" button should be disabled if no output file has been created (i.e., if the new lfun is disabled). Jürgen > Scott

Re: [LyX/master] Export/view a PDF even if error

2015-04-02 Thread Kornel Benko
Am Donnerstag, 2. April 2015 um 01:21:13, schrieb Scott Kostyshak > On Wed, Mar 25, 2015 at 2:27 PM, Scott Kostyshak wrote: > > On Wed, Mar 25, 2015 at 4:18 AM, Jürgen Spitzmüller wrote: > > >> A separate error dialog would probably be easier to implement. It would be > >> somewhat more elegan

Re: [LyX/master] Export/view a PDF even if error

2015-04-01 Thread Scott Kostyshak
On Wed, Mar 25, 2015 at 2:27 PM, Scott Kostyshak wrote: > On Wed, Mar 25, 2015 at 4:18 AM, Jürgen Spitzmüller wrote: >> A separate error dialog would probably be easier to implement. It would be >> somewhat more elegant to have it in the LaTeX error dialog, but I am fine >> with both solutions.

Re: [LyX/master] Export/view a PDF even if error

2015-03-25 Thread Scott Kostyshak
On Wed, Mar 25, 2015 at 4:18 AM, Jürgen Spitzmüller wrote: > 2015-03-25 1:02 GMT+01:00 Scott Kostyshak: >> >> Do you mean the LaTeX Errors dialog or a separate error dialog? If you >> mean the LaTeX Errors dialog, it should be noted there are some cases >> where there is an error but the LaTeX Err

Re: [LyX/master] Export/view a PDF even if error

2015-03-25 Thread Jürgen Spitzmüller
2015-03-25 1:02 GMT+01:00 Scott Kostyshak: > Do you mean the LaTeX Errors dialog or a separate error dialog? If you > mean the LaTeX Errors dialog, it should be noted there are some cases > where there is an error but the LaTeX Errors dialog does not show > (e.g. because of a parsing bug). For exa

Re: [LyX/master] Export/view a PDF even if error

2015-03-24 Thread Scott Kostyshak
On Fri, Mar 20, 2015 at 10:36 AM, Scott Kostyshak wrote: > On Fri, Mar 20, 2015 at 5:32 AM, Jürgen Spitzmüller wrote: >> Could we do it like this: Add a button to the error dialog "Show Output >> anyway" and only display the PDF is this is pressed? Do you mean the LaTeX Errors dialog or a separ

Re: [LyX/master] Export/view a PDF even if error

2015-03-20 Thread Scott Kostyshak
Another issue is that if LyX needs more than one run to compile a .tex file, and there is an error in the first run, it will stop there. Should it continue if we are going to show the PDF? Or stop there so as not to waste more time for the user? I am guessing that it should continue because the ex

Re: [LyX/master] Export/view a PDF even if error

2015-03-20 Thread Scott Kostyshak
On Fri, Mar 20, 2015 at 5:32 AM, Jürgen Spitzmüller wrote: > 2015-03-20 7:37 GMT+01:00 Scott Kostyshak: >> >> commit cd8be655f1895957fb169cdf361297d9ecc40ec9 >> Author: Scott Kostyshak >> Date: Wed Mar 18 16:51:12 2015 -0400 >> >> Export/view a PDF even if error >> >> A PDF is often sti

Re: [LyX/master] Export/view a PDF even if error

2015-03-20 Thread Jürgen Spitzmüller
2015-03-20 7:37 GMT+01:00 Scott Kostyshak: > commit cd8be655f1895957fb169cdf361297d9ecc40ec9 > Author: Scott Kostyshak > Date: Wed Mar 18 16:51:12 2015 -0400 > > Export/view a PDF even if error > > A PDF is often still produced after a LaTeX error. > > If there was an error when exp