Need help doing bisection for scrolling problem on OS X

2013-01-05 Thread Jerry
Hi List, Since I have probably complained the most about the scrolling problem on OS X, I thought I would (finally) try a bisection. Here is what I already know based on downloaded binaries: The problem occurred in at least two stages, between 1.6.10 and 2.0 and again between 2.0 and 2.0.4. I

Re: [LyX master] natbibapa.module: update format

2013-01-05 Thread Jacob Bishop
I really appreciate that you guys are thinking about this, and giving feedback on the module/layout I worked on. It is my opinion that we always need to be able to provide sensible defaults that work right out of the box. Technically, apacite does not need to be loaded to use apa6. You can actually

Re: Strange Behaivor: xdg-open left as zombie

2013-01-05 Thread Richard Heck
On 01/05/2013 02:02 PM, Guy Rutenberg wrote: Hi All, I've encountered a strange behavior and wanted to see if anyone else expriences it before opening a bug report. Every time I try to view a document [Ctrl+R] lyx uses xdg-open to open my default pdf viewer (in my case evince). However, even

Re: Re: Re: [LyX master] Merge branch 'master' of git.lyx.org:lyx

2013-01-05 Thread Kornel Benko
Am Samstag, 5. Januar 2013 um 14:01:15, schrieb Scott Kostyshak > > Once you started to use test with suffixed lyx, I had to follow to be able > > > > to argue ... > > > > Thanks to you, I am using it now too by default > > Good to hear. Now everyone has one less excuse for writing tests. > Spe

Re: Pointer toward LyX in the R Wikipedia page

2013-01-05 Thread Jean-Marc Lasgouttes
Le 05/01/13 16:25, Jean-Pierre Chrétien a écrit : Dera developers, Happy new year to all of you, keep the good work going. I have added a pointer in the French Wikipedia page about R, see section 3 in http://fr.wikipedia.org/wiki/R_%28langage_de_programmation_et_environnement_statistique%29

Pointer toward LyX in the R Wikipedia page

2013-01-05 Thread Jean-Pierre Chrétien
Dera developers, Happy new year to all of you, keep the good work going. I have added a pointer in the French Wikipedia page about R, see section 3 in http://fr.wikipedia.org/wiki/R_%28langage_de_programmation_et_environnement_statistique%29 I hope this is appropriate (Jean-Marc ?). If so, ma

Re: [LyX master] natbibapa.module: update format

2013-01-05 Thread Jürgen Spitzmüller
Julien Rioux wrote: > No need. Usual "LyX" way to pass option to packages: put them as > documentclass option. This does not help in this case, since the option should only be passed when natbib is requested, and natbib should be suppressed in this case. Also, apacite should only be requested w

Re: [LyX master] natbibapa.module: update format

2013-01-05 Thread Julien Rioux
On 05/01/2013 6:29 AM, Jürgen Spitzmüller wrote: Jürgen Spitzmüller wrote: A possibility for native support without this additional module would be a line Requires natbibapa 1 which causes LyX to load apacite with natbibapa option instead of natbib itself (and plain apacite) if natbib is requi

Re: [LyX master] natbibapa.module: update format

2013-01-05 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > A possibility for native support without this additional module would be a > line > > Requires natbibapa 1 > > which causes LyX to load apacite with natbibapa option instead of natbib > itself (and plain apacite) if natbib is required. Such as the attached. Jürgend

Re: [LyX master] natbibapa.module: update format

2013-01-05 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > > in the relevant layout files (seems like this was started by > > apa6.layout, which already requires apacite.sty in the declaration line). > > The reason for the module, AFAIR, was that apa6 can be used wit natbib (or > "natbibapa", for that matter), but just option

Re: [LyX master] Merge branch 'master' of git.lyx.org:lyx

2013-01-05 Thread Scott Kostyshak
On Sat, Jan 5, 2013 at 4:10 AM, Kornel Benko wrote: > The branch, master, has been updated. > > - Log - > > commit 40b0f3dfaeb6d381493cc6b5b880bcec712ca92b > Merge: 9481d41 364de0c > Author: Kornel Benko > Date: Sat Jan 5 10:10:19

Re: [PATCH] Add an autotest for a trunk regression (#8482)

2013-01-05 Thread Scott Kostyshak
On Sat, Jan 5, 2013 at 4:06 AM, Kornel Benko wrote: > Am Freitag, 4. Januar 2013 um 18:16:27, schrieb Scott Kostyshak > > >> The attached patch adds an autotest for a current regression in trunk >> (#8482). > >> > >> Any comments? > >> > >> Should a regression test be added after or before the fi

Re: [PATCH] Shave 3 seconds off an autotest

2013-01-05 Thread Scott Kostyshak
On Sat, Jan 5, 2013 at 3:14 AM, Kornel Benko wrote: > Am Freitag, 4. Januar 2013 um 23:22:02, schrieb Scott Kostyshak > >> Is it OK? > > > > Sure, since we are not checking the output here. It's in. Thanks. Scott

Re: [PATCH] Add an autotest for a trunk regression (#8482)

2013-01-05 Thread Kornel Benko
Am Freitag, 4. Januar 2013 um 18:16:27, schrieb Scott Kostyshak > The attached patch adds an autotest for a current regression in trunk (#8482). > > Any comments? > > Should a regression test be added after or before the fix? It makes > the most sense to me that the test is added with the fix i

Re: [LyX master] natbibapa.module: update format

2013-01-05 Thread Jürgen Spitzmüller
Julien Rioux wrote: > That LyX loads the required packages in the required order for us. After > http://www.lyx.org/trac/changeset/2e72a0af48023956ae6ce3285b47168c2fed5099/l > yxgit it should be sufficient to have > > Requires apacite > > in the relevant layout files (seems like this was starte

Re: [PATCH] Shave 3 seconds off an autotest

2013-01-05 Thread Kornel Benko
Am Freitag, 4. Januar 2013 um 23:22:02, schrieb Scott Kostyshak > '-dbg any' is not needed in development/autotests/tabular-footnote-in.txt. > > The attached patch removes it. For me the test goes from 14 to 11 seconds. > > Is it OK? Sure, since we are not checking the output here. > Thanks,