Re: Updates to gitolite progress

2012-03-10 Thread Lars Gullik Bjønnes
Lars Gullik Bjønnes writes: | 3. Cleanup and verify the svn->git conversion that I already have in place. | - Unless I have to redo anything this will be quite easy. > | 4. Make the subversion repo read-only I am pretty much ready to do this now. >From the moment I turn off the svn repo (r

Re: Updates to gitolite progress

2012-03-10 Thread Lars Gullik Bjønnes
Lars Gullik Bjønnes writes: | 2. See if we can get the trac connection setup. | - Should just be config, and a another hook to get updates to | the repo signaled to trac. I have added the git testing repo to trac. It seems to work fine. I have not added any trac specific hooks, but I'll to

Re: citation bug?

2012-03-10 Thread Richard Heck
On 03/10/2012 08:20 AM, Georg Baum wrote: The roundtrip output of one of the tex2lyx tests has changed recently: tex2lyx -roundtrip src/tex2lyx/test/test-insets.tex will produce src/tex2lyx/test/test-insets.lyx.lyx and src/tex2lyx/test/test- insets.lyx.tex. If you compare these files with the o

Re: Re: r40902 - lyx-devel/trunk/lib

2012-03-10 Thread Kornel Benko
Am Samstag, 10. März 2012 um 13:29:19, schrieb Georg Baum > Kornel Benko wrote: > > >> --- lyx-devel/trunk/lib/Makefile.amSat Mar 10 11:46:14 2012 > (r40901) > >> +++ lyx-devel/trunk/lib/Makefile.amSat Mar 10 12:03:44 2012 > (r40902) > >> @@ -1665,6 +1665,6 @@ > >> > >> install-d

Re: r40891 - in lyx-devel/trunk/src: . insets

2012-03-10 Thread Jürgen Spitzmüller
Georg Baum wrote: > > Or better we add another flag "notermination" for commands that do not > > need to be terminated. > > Sounds good. Another benefit: It would also allow to keep the logic in > tex2lyx and lyx automatically synchronized. I'll commit the patch in a minute. > >> I am also unsu

Re: #8054: Awkward to search backwards in text

2012-03-10 Thread Stephan Witt
Am 09.03.2012 um 01:31 schrieb Jerry: > > On Mar 7, 2012, at 3:53 AM, Tommaso Cucinotta wrote: ... > > Another problem with the colored buttons. A black dot in the red button > indicates that a document has been edited but not saved to disk. Here are the > two versions for a focused and unfoc

Re: r40891 - in lyx-devel/trunk/src: . insets

2012-03-10 Thread Georg Baum
Jürgen Spitzmüller wrote: > Or better we add another flag "notermination" for commands that do not > need to be terminated. Sounds good. Another benefit: It would also allow to keep the logic in tex2lyx and lyx automatically synchronized. >> I am also unsure if this change neds adaptions in tex

citation bug?

2012-03-10 Thread Georg Baum
The roundtrip output of one of the tex2lyx tests has changed recently: tex2lyx -roundtrip src/tex2lyx/test/test-insets.tex will produce src/tex2lyx/test/test-insets.lyx.lyx and src/tex2lyx/test/test- insets.lyx.tex. If you compare these files with the ones created about 3 weeks ago, you'll get i

Re: r40785 - in lyx-devel/trunk/src: . tex2lyx

2012-03-10 Thread Georg Baum
Uwe Stöhr wrote: > While doing this I stumbled of a tex2lyx bug with listings: > http://www.lyx.org/trac/ticket/8065 > > The solution would be the same as I now did for verbatim. > What do you think? I agree (once the verbatim support is improved). > I also found out that listings are currently

Re: [patch] fix #8066 for branch - tex2lyx support for listings

2012-03-10 Thread Georg Baum
Richard Heck wrote: > On 03/05/2012 05:26 PM, Uwe Stöhr wrote: >> Richard, can the attached patch go to branch? >> > Can someone else comment on this? I don't know tex2lyx at all. I would not put it in branch right now (see my other mail for details). I would rather like to see a better aproach

[patch] Re: r40891 - in lyx-devel/trunk/src: . insets

2012-03-10 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > Or better we add another flag "notermination" for commands that do not need > to be terminated. Like the attached. JürgenIndex: src/Paragraph.cpp === --- src/Paragraph.cpp (Revision 40904) +++ src/Paragra

Re: r40785 - in lyx-devel/trunk/src: . tex2lyx

2012-03-10 Thread Georg Baum
Uwe Stöhr wrote: > Am 04.03.2012 22:47, schrieb Jean-Marc Lasgouttes: > >> The point that Georg wanted to make is that we know what the correct >> solution is: reset all catcodes in the parser when we are in verbatim, or >> just read character by character until we find \end{verbatim}. > > I'm n

Re: r40902 - lyx-devel/trunk/lib

2012-03-10 Thread Georg Baum
Kornel Benko wrote: >> --- lyx-devel/trunk/lib/Makefile.am Sat Mar 10 11:46:14 2012 (r40901) >> +++ lyx-devel/trunk/lib/Makefile.am Sat Mar 10 12:03:44 2012 (r40902) >> @@ -1665,6 +1665,6 @@ >> >> install-data-hook: >> $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/configure.py >> -

Re: r40891 - in lyx-devel/trunk/src: . insets

2012-03-10 Thread Jürgen Spitzmüller
Georg Baum wrote: > This breaks output of spaces like 0x2004: Previously, it wrote "\;{}", now > it writes "\; ". AFAIK this should be writen as "\;". The braces were not > needed, but they did not harm in this case either. How about adding those braces in the unicodesymbols file then? It seems

Re: r40902 - lyx-devel/trunk/lib

2012-03-10 Thread Kornel Benko
Am Samstag, 10. März 2012 um 12:03:44, schrieb b...@lyx.org > Author: baum > Date: Sat Mar 10 12:03:44 2012 > New Revision: 40902 > URL: http://www.lyx.org/trac/changeset/40902 > > Log: > fix file permissions of lib/scripts/listerrors > > Modified: >lyx-devel/trunk/lib/Makefile.am > > Modified:

Re: r40891 - in lyx-devel/trunk/src: . insets

2012-03-10 Thread Georg Baum
sp...@lyx.org wrote: > Modified: lyx-devel/trunk/src/Paragraph.cpp > == > --- lyx-devel/trunk/src/Paragraph.cpp Thu Mar 8 20:14:48 2012 (r40890) > +++ lyx-devel/trunk/src/Paragraph.cpp Fri Mar 9 10:05:13 2012