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

2013-01-09 Thread Scott Kostyshak
On Tue, Jan 8, 2013 at 3:52 AM, Jean-Marc Lasgouttes lasgout...@lyx.org wrote: Le 07/01/2013 22:43, Scott Kostyshak a écrit : I don't see any problem with criticism as long as it is constructive. Even if it turns out to be based on limited knowledge, somebody will tell you, and you learn

Re: testing in LyX development

2013-01-09 Thread Scott Kostyshak
On Tue, Jan 8, 2013 at 4:10 PM, Georg Baum georg.b...@post.rwth-aachen.de wrote: Scott Kostyshak wrote: Dear Developers, I'm a newbie trying to figure out different aspects of a large programming project. One thing that I'm curious about is why there are so few tests for LyX. In

Re: Need help doing bisection for scrolling problem on OS X

2013-01-09 Thread Jerry
On Jan 8, 2013, at 8:03 AM, Stephan Witt wrote: What went wrong? Recall that I'm on OS X 10.7.5. I have the following libraries installed: /opt/local/lib/libiconv.2.dylib /opt/local/lib/libiconv.a /opt/local/lib/libiconv.dylib /opt/local/lib/libiconv.la /usr/lib/libiconv.2.4.0.dylib

Unity HUD -- different behaviors with cmake vs. autotools

2013-01-09 Thread Scott Kostyshak
As discussed in (a partial hijacking of) #8484, if I build with autotools, there is a workaround to get HUD working by clicking on the menus to generate the items. If I build with cmake, that workaround does not work. Any guess as to what causes the difference? Note that I don't really care

Re: Need help doing bisection for scrolling problem on OS X

2013-01-09 Thread Jerry
On Jan 5, 2013, at 8:30 PM, Jerry wrote: Hi List, Since I have probably complained the most about the scrolling problem on OS X, I thought I would (finally) try a bisection. snip Jerry Hmmm I just found this old script laying around and ran it on a recent master branch: cd

Re: Need help doing bisection for scrolling problem on OS X

2013-01-09 Thread Stephan Witt
Am 09.01.2013 um 10:17 schrieb Jerry lancebo...@qwest.net: On Jan 8, 2013, at 8:03 AM, Stephan Witt wrote: What went wrong? Recall that I'm on OS X 10.7.5. I have the following libraries installed: /opt/local/lib/libiconv.2.dylib /opt/local/lib/libiconv.a /opt/local/lib/libiconv.dylib

Re: Need help doing bisection for scrolling problem on OS X

2013-01-09 Thread Jerry
On Jan 9, 2013, at 2:36 AM, Stephan Witt wrote: Am 09.01.2013 um 10:17 schrieb Jerry lancebo...@qwest.net: On Jan 8, 2013, at 8:03 AM, Stephan Witt wrote: What went wrong? Recall that I'm on OS X 10.7.5. I have the following libraries installed: /opt/local/lib/libiconv.2.dylib

Re: Need help doing bisection for scrolling problem on OS X

2013-01-09 Thread Stephan Witt
Am 09.01.2013 um 10:42 schrieb Jerry lancebo...@qwest.net: On Jan 9, 2013, at 2:36 AM, Stephan Witt wrote: Am 09.01.2013 um 10:17 schrieb Jerry lancebo...@qwest.net: On Jan 8, 2013, at 8:03 AM, Stephan Witt wrote: What went wrong? Recall that I'm on OS X 10.7.5. I have the following

Re: Need help doing bisection for scrolling problem on OS X

2013-01-09 Thread Jean-Marc Lasgouttes
Le 09/01/2013 10:36, Jerry a écrit : Hmmm I just found this old script laying around and ran it on a recent master branch: cd /Applications/Words/LyX_outer_folder/lyx-git/lyx LDFLAGS=-arch x86_64 -liconv CFLAGS=-arch x86_64 CPPFLAGS=-arch x86_64 ./autogen.sh ./configure \ --with-x=no \

Re: Occasional error when building with Cmake because of lyx_date.h

2013-01-09 Thread Kornel Benko
Am Mittwoch, 9. Januar 2013 um 04:14:41, schrieb Scott Kostyshak skost...@lyx.org When doing a fresh build with cmake, every day or so I get an error. I've reproduced this several times with several commits (but can't reproduce it on demand because it has to do with the date changing). I see

Re: Re: Re: Write/Read timestamps to change tracking

2013-01-09 Thread Kornel Benko
Am Dienstag, 8. Januar 2013 um 22:20:08, schrieb Georg Baum georg.b...@post.rwth-aachen.de Kornel Benko wrote: Am Montag, 7. Januar 2013 um 12:03:15, schrieb Jean-Marc Lasgouttes lasgout...@lyx.org Le 07/01/2013 11:17, Kornel Benko a écrit : The problem arises, if we export to latex.

Re: Re: Occasional error when building with Cmake because of lyx_date.h

2013-01-09 Thread Kornel Benko
Am Mittwoch, 9. Januar 2013 um 15:01:09, schrieb Stephan Witt st.w...@gmx.net Do you use 'make -j' ? I am unsure about the parallel compilation … I'm having this problem too with Xcode and it's using definitively all (8) cpus for parallel compilation. And it is only with a fresh

Re: Occasional error when building with Cmake because of lyx_date.h

2013-01-09 Thread Stephan Witt
Am 09.01.2013 um 15:24 schrieb Kornel Benko kor...@lyx.org: Am Mittwoch, 9. Januar 2013 um 15:01:09, schrieb Stephan Witt st.w...@gmx.net Do you use 'make -j' ? I am unsure about the parallel compilation … I'm having this problem too with Xcode and it's using definitively all (8)

Re: Re: Occasional error when building with Cmake because of lyx_date.h

2013-01-09 Thread Kornel Benko
Am Mittwoch, 9. Januar 2013 um 15:38:16, schrieb Stephan Witt st.w...@gmx.net Am 09.01.2013 um 15:24 schrieb Kornel Benko kor...@lyx.org: Am Mittwoch, 9. Januar 2013 um 15:01:09, schrieb Stephan Witt st.w...@gmx.net Do you use 'make -j' ? I am unsure about the parallel compilation

Re: [LyX master] Fix cache for getInfo() with/without richtext (fixes #8486).

2013-01-09 Thread Richard Heck
On 01/08/2013 10:34 AM, Julien Rioux wrote: The branch, master, has been updated. - Log - commit 30f200a7e73b61c5b8c69f91ca8020c5b85c158b Author: Julien Rioux jri...@lyx.org Date: Tue Jan 8 16:20:52 2013 +0100 Fix cache

Re: Occasional error when building with Cmake because of lyx_date.h

2013-01-09 Thread Stephan Witt
Am 09.01.2013 um 15:54 schrieb Kornel Benko kor...@lyx.org: Am Mittwoch, 9. Januar 2013 um 15:38:16, schrieb Stephan Witt st.w...@gmx.net Am 09.01.2013 um 15:24 schrieb Kornel Benko kor...@lyx.org: Am Mittwoch, 9. Januar 2013 um 15:01:09, schrieb Stephan Witt st.w...@gmx.net

Re: Re: Re: Write/Read timestamps to change tracking

2013-01-09 Thread Georg Baum
Kornel Benko wrote: gmtime() returns struct tm * ... but yes, it is misleading too you are right of course, I read too quickly. Maybe use from_asctime_utc()? I also noticed that the documentation in lyxtime.h still describes the old behaviour. Please adjust it. Done Thanks! Georg

Re: Occasional error when building with Cmake because of lyx_date.h

2013-01-09 Thread Scott Kostyshak
On Wed, Jan 9, 2013 at 10:16 AM, Stephan Witt st.w...@gmx.net wrote: Am 09.01.2013 um 15:54 schrieb Kornel Benko kor...@lyx.org: Am Mittwoch, 9. Januar 2013 um 15:38:16, schrieb Stephan Witt st.w...@gmx.net Am 09.01.2013 um 15:24 schrieb Kornel Benko kor...@lyx.org: Am Mittwoch, 9.

Re: Unity HUD -- different behaviors with cmake vs. autotools

2013-01-09 Thread Scott Kostyshak
On Wed, Jan 9, 2013 at 4:45 AM, Stephan Witt st.w...@gmx.net wrote: Am 09.01.2013 um 10:21 schrieb Scott Kostyshak skost...@lyx.org: As discussed in (a partial hijacking of) #8484, if I build with autotools, there is a workaround to get HUD working by clicking on the menus to generate the

Re: [LyX master] Fix cache for getInfo() with/without richtext (fixes #8486).

2013-01-09 Thread Julien Rioux
On 09/01/2013 10:09 AM, Richard Heck wrote: On 01/08/2013 10:34 AM, Julien Rioux wrote: The branch, master, has been updated. - Log - commit 30f200a7e73b61c5b8c69f91ca8020c5b85c158b Author: Julien Rioux jri...@lyx.org Date: Tue

Re: latexparam for insetlayout not output on begin{layout} line

2013-01-09 Thread Julien Rioux
On 03/01/2013 10:51 AM, Julien Rioux wrote: On 03/01/2013 3:45 AM, Jürgen Spitzmüller wrote: Julien Rioux wrote: In 2.0 if I define the simple layout InsetLayout Flex:LatexParamTest LatexType environment LatexName awesome LatexParam [eh?] LyXType custom End The latex output

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

2013-01-09 Thread Julien Rioux
On 07/01/2013 1:35 AM, Jürgen Spitzmüller wrote: Julien Rioux wrote: Users of a legacy apacite.sty might disagree, since it is a relatively recently added option. Also, there is no way to provide numerical citation with \usepackage[natbibapa]{apacite}; for this I need \usepackage{apacite}

Re: latexparam for insetlayout not output on begin{layout} line

2013-01-09 Thread Richard Heck
On 01/09/2013 06:47 PM, Julien Rioux wrote: On 03/01/2013 10:51 AM, Julien Rioux wrote: On 03/01/2013 3:45 AM, Jürgen Spitzmüller wrote: Julien Rioux wrote: In 2.0 if I define the simple layout InsetLayout Flex:LatexParamTest LatexType environment LatexName awesome LatexParam

Re: [LyX master] Fix cache for getInfo() with/without richtext (fixes #8486).

2013-01-09 Thread Richard Heck
On 01/09/2013 06:35 PM, Julien Rioux wrote: On 09/01/2013 10:09 AM, Richard Heck wrote: On 01/08/2013 10:34 AM, Julien Rioux wrote: The branch, master, has been updated. - Log - commit 30f200a7e73b61c5b8c69f91ca8020c5b85c158b

Re: a bind works on Ubuntu but not on Windows

2013-01-09 Thread Scott Kostyshak
On Thu, Oct 11, 2012 at 5:06 PM, Jean-Marc Lasgouttes lasgout...@lyx.org wrote: Le 11/10/12 12:50, Scott Kostyshak a écrit : Regarding ticket http://www.lyx.org/trac/ticket/8364, the following bind does not work for Michael (on Windows?): \bind S-C-parenleft math-delim ( ) It does work for

Re: Pointer toward LyX in the R Wikipedia page

2013-01-09 Thread Scott Kostyshak
On Sat, Jan 5, 2013 at 1:30 PM, Jean-Marc Lasgouttes lasgout...@lyx.org wrote: 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

Re: Unity HUD -- different behaviors with cmake vs. autotools

2013-01-09 Thread Stephan Witt
Am 09.01.2013 um 23:25 schrieb Scott Kostyshak skost...@lyx.org: On Wed, Jan 9, 2013 at 4:45 AM, Stephan Witt st.w...@gmx.net wrote: Am 09.01.2013 um 10:21 schrieb Scott Kostyshak skost...@lyx.org: As discussed in (a partial hijacking of) #8484, if I build with autotools, there is a

Re: Need help doing bisection for scrolling problem on OS X

2013-01-09 Thread Jerry
On Jan 9, 2013, at 2:36 AM, Jerry wrote: On Jan 5, 2013, at 8:30 PM, Jerry wrote: and got a LyX that scrolls very good! Well, that was stupid of me to say because I forgot to check for the misplaced cursor, which was bad. I've done some testing on downloaded binaries from lyx.org for OS

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

2013-01-09 Thread Scott Kostyshak
On Tue, Jan 8, 2013 at 3:52 AM, Jean-Marc Lasgouttes wrote: > Le 07/01/2013 22:43, Scott Kostyshak a écrit : > >>> I don't see any problem with criticism as long as it is constructive. >>> Even >>> if it turns out to be based on limited knowledge, somebody will tell you, >>>

Re: testing in LyX development

2013-01-09 Thread Scott Kostyshak
On Tue, Jan 8, 2013 at 4:10 PM, Georg Baum wrote: > Scott Kostyshak wrote: > >> Dear Developers, >> >> I'm a newbie trying to figure out different aspects of a large >> programming project. One thing that I'm curious about is why there are >> so few tests for LyX.

Re: Need help doing bisection for scrolling problem on OS X

2013-01-09 Thread Jerry
On Jan 8, 2013, at 8:03 AM, Stephan Witt wrote: What went wrong? Recall that I'm on OS X 10.7.5. I have the following libraries installed: /opt/local/lib/libiconv.2.dylib /opt/local/lib/libiconv.a /opt/local/lib/libiconv.dylib /opt/local/lib/libiconv.la

Unity HUD -- different behaviors with cmake vs. autotools

2013-01-09 Thread Scott Kostyshak
As discussed in (a partial hijacking of) #8484, if I build with autotools, there is a workaround to get HUD working by clicking on the menus to generate the items. If I build with cmake, that workaround does not work. Any guess as to what causes the difference? Note that I don't really care

Re: Need help doing bisection for scrolling problem on OS X

2013-01-09 Thread Jerry
On Jan 5, 2013, at 8:30 PM, Jerry wrote: > Hi List, > > Since I have probably complained the most about the scrolling problem on OS > X, I thought I would (finally) try a bisection. > > Jerry Hmmm I just found this old script laying around and ran it on a recent master branch: cd

Re: Need help doing bisection for scrolling problem on OS X

2013-01-09 Thread Stephan Witt
Am 09.01.2013 um 10:17 schrieb Jerry : > On Jan 8, 2013, at 8:03 AM, Stephan Witt wrote: > What went wrong? Recall that I'm on OS X 10.7.5. I have the following > libraries installed: > > > /opt/local/lib/libiconv.2.dylib >

Re: Need help doing bisection for scrolling problem on OS X

2013-01-09 Thread Jerry
On Jan 9, 2013, at 2:36 AM, Stephan Witt wrote: > Am 09.01.2013 um 10:17 schrieb Jerry : > >> On Jan 8, 2013, at 8:03 AM, Stephan Witt wrote: >> What went wrong? Recall that I'm on OS X 10.7.5. I have the following >> libraries installed: >> >> >>

Re: Need help doing bisection for scrolling problem on OS X

2013-01-09 Thread Stephan Witt
Am 09.01.2013 um 10:42 schrieb Jerry : > On Jan 9, 2013, at 2:36 AM, Stephan Witt wrote: > >> Am 09.01.2013 um 10:17 schrieb Jerry : >> >>> On Jan 8, 2013, at 8:03 AM, Stephan Witt wrote: >>> What went wrong? Recall that I'm on OS X 10.7.5. I have

Re: Need help doing bisection for scrolling problem on OS X

2013-01-09 Thread Jean-Marc Lasgouttes
Le 09/01/2013 10:36, Jerry a écrit : Hmmm I just found this old script laying around and ran it on a recent master branch: cd /Applications/Words/LyX_outer_folder/lyx-git/lyx LDFLAGS="-arch x86_64 -liconv" CFLAGS="-arch x86_64" CPPFLAGS="-arch x86_64" ./autogen.sh ./configure \ --with-x=no

Re: Occasional error when building with Cmake because of lyx_date.h

2013-01-09 Thread Kornel Benko
Am Mittwoch, 9. Januar 2013 um 04:14:41, schrieb Scott Kostyshak > When doing a fresh build with cmake, every day or so I get an error. > I've reproduced this several times with several commits (but can't > reproduce it on demand because it has to do with the date changing). I

Re: Re: Re: Write/Read timestamps to change tracking

2013-01-09 Thread Kornel Benko
Am Dienstag, 8. Januar 2013 um 22:20:08, schrieb Georg Baum > Kornel Benko wrote: > > > Am Montag, 7. Januar 2013 um 12:03:15, schrieb Jean-Marc Lasgouttes > > > >> Le 07/01/2013 11:17, Kornel Benko a écrit : > >> > The problem arises, if we

Re: Re: Occasional error when building with Cmake because of lyx_date.h

2013-01-09 Thread Kornel Benko
Am Mittwoch, 9. Januar 2013 um 15:01:09, schrieb Stephan Witt > > Do you use 'make -j' ? I am unsure about the parallel compilation … > > I'm having this problem too with Xcode and it's using definitively all (8) > cpus for parallel compilation. And it is only with a fresh

Re: Occasional error when building with Cmake because of lyx_date.h

2013-01-09 Thread Stephan Witt
Am 09.01.2013 um 15:24 schrieb Kornel Benko : > Am Mittwoch, 9. Januar 2013 um 15:01:09, schrieb Stephan Witt > > > > Do you use 'make -j' ? I am unsure about the parallel compilation … > > > > I'm having this problem too with Xcode and it's using

Re: Re: Occasional error when building with Cmake because of lyx_date.h

2013-01-09 Thread Kornel Benko
Am Mittwoch, 9. Januar 2013 um 15:38:16, schrieb Stephan Witt > Am 09.01.2013 um 15:24 schrieb Kornel Benko : > > > Am Mittwoch, 9. Januar 2013 um 15:01:09, schrieb Stephan Witt > > > > > > Do you use 'make -j' ? I am unsure about the

Re: [LyX master] Fix cache for getInfo() with/without richtext (fixes #8486).

2013-01-09 Thread Richard Heck
On 01/08/2013 10:34 AM, Julien Rioux wrote: The branch, master, has been updated. - Log - commit 30f200a7e73b61c5b8c69f91ca8020c5b85c158b Author: Julien Rioux Date: Tue Jan 8 16:20:52 2013 +0100 Fix cache

Re: Occasional error when building with Cmake because of lyx_date.h

2013-01-09 Thread Stephan Witt
Am 09.01.2013 um 15:54 schrieb Kornel Benko : > Am Mittwoch, 9. Januar 2013 um 15:38:16, schrieb Stephan Witt > > > Am 09.01.2013 um 15:24 schrieb Kornel Benko : > > > > > Am Mittwoch, 9. Januar 2013 um 15:01:09, schrieb Stephan Witt > > >

Re: Re: Re: Write/Read timestamps to change tracking

2013-01-09 Thread Georg Baum
Kornel Benko wrote: > gmtime() returns "struct tm *" ... > but yes, it is misleading too you are right of course, I read too quickly. >> Maybe >> use from_asctime_utc()? I also noticed that the documentation in >> lyxtime.h still describes the old behaviour. Please adjust it. > > Done

Re: Occasional error when building with Cmake because of lyx_date.h

2013-01-09 Thread Scott Kostyshak
On Wed, Jan 9, 2013 at 10:16 AM, Stephan Witt wrote: > > Am 09.01.2013 um 15:54 schrieb Kornel Benko : > >> Am Mittwoch, 9. Januar 2013 um 15:38:16, schrieb Stephan Witt >> >> > Am 09.01.2013 um 15:24 schrieb Kornel Benko : >> >

Re: Unity HUD -- different behaviors with cmake vs. autotools

2013-01-09 Thread Scott Kostyshak
On Wed, Jan 9, 2013 at 4:45 AM, Stephan Witt wrote: > > Am 09.01.2013 um 10:21 schrieb Scott Kostyshak : > > As discussed in (a partial hijacking of) #8484, if I build with > autotools, there is a workaround to get HUD working by clicking on the > menus to

Re: [LyX master] Fix cache for getInfo() with/without richtext (fixes #8486).

2013-01-09 Thread Julien Rioux
On 09/01/2013 10:09 AM, Richard Heck wrote: On 01/08/2013 10:34 AM, Julien Rioux wrote: The branch, master, has been updated. - Log - commit 30f200a7e73b61c5b8c69f91ca8020c5b85c158b Author: Julien Rioux Date:

Re: latexparam for insetlayout not output on begin{layout} line

2013-01-09 Thread Julien Rioux
On 03/01/2013 10:51 AM, Julien Rioux wrote: On 03/01/2013 3:45 AM, Jürgen Spitzmüller wrote: Julien Rioux wrote: In 2.0 if I define the simple layout InsetLayout "Flex:LatexParamTest" LatexType environment LatexName awesome LatexParam "[eh?]" LyXType custom End The latex

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

2013-01-09 Thread Julien Rioux
On 07/01/2013 1:35 AM, Jürgen Spitzmüller wrote: Julien Rioux wrote: Users of a legacy apacite.sty might disagree, since it is a relatively recently added option. Also, there is no way to provide numerical citation with \usepackage[natbibapa]{apacite}; for this I need \usepackage{apacite}

Re: latexparam for insetlayout not output on begin{layout} line

2013-01-09 Thread Richard Heck
On 01/09/2013 06:47 PM, Julien Rioux wrote: On 03/01/2013 10:51 AM, Julien Rioux wrote: On 03/01/2013 3:45 AM, Jürgen Spitzmüller wrote: Julien Rioux wrote: In 2.0 if I define the simple layout InsetLayout "Flex:LatexParamTest" LatexType environment LatexName awesome LatexParam

Re: [LyX master] Fix cache for getInfo() with/without richtext (fixes #8486).

2013-01-09 Thread Richard Heck
On 01/09/2013 06:35 PM, Julien Rioux wrote: On 09/01/2013 10:09 AM, Richard Heck wrote: On 01/08/2013 10:34 AM, Julien Rioux wrote: The branch, master, has been updated. - Log - commit 30f200a7e73b61c5b8c69f91ca8020c5b85c158b

Re: a bind works on Ubuntu but not on Windows

2013-01-09 Thread Scott Kostyshak
On Thu, Oct 11, 2012 at 5:06 PM, Jean-Marc Lasgouttes wrote: > Le 11/10/12 12:50, Scott Kostyshak a écrit : > >> Regarding ticket http://www.lyx.org/trac/ticket/8364, >> >> the following bind does not work for Michael (on Windows?): >> \bind "S-C-parenleft" "math-delim ( )" >>

Re: Pointer toward LyX in the R Wikipedia page

2013-01-09 Thread Scott Kostyshak
On Sat, Jan 5, 2013 at 1:30 PM, Jean-Marc Lasgouttes wrote: > 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 >>

Re: Unity HUD -- different behaviors with cmake vs. autotools

2013-01-09 Thread Stephan Witt
Am 09.01.2013 um 23:25 schrieb Scott Kostyshak : > On Wed, Jan 9, 2013 at 4:45 AM, Stephan Witt wrote: >> >> Am 09.01.2013 um 10:21 schrieb Scott Kostyshak : >> >> As discussed in (a partial hijacking of) #8484, if I build with >> autotools,

Re: Need help doing bisection for scrolling problem on OS X

2013-01-09 Thread Jerry
On Jan 9, 2013, at 2:36 AM, Jerry wrote: > > On Jan 5, 2013, at 8:30 PM, Jerry wrote: > and got a LyX that scrolls "very good"! Well, that was stupid of me to say because I forgot to check for the misplaced cursor, which was bad. I've done some testing on downloaded binaries from lyx.org