Re: bind and shared_ptr

2010-05-07 Thread Peter Kümmel
Pavel Sanda wrote: > Peter Kümmel wrote: >> We often have 'using namespace std' in our code and msvc10 makes bind >> visible as std::bind, this generates many conflicts. And why should >> we use third party code when the compiler comes with it's own >> implementation? >> >> Using tr1 also prevents

Re: bind and shared_ptr

2010-05-07 Thread Peter Kümmel
Vincent van Ravesteijn - TNW wrote: >>> I agree with killing boost, but we should do it cleanly. We could >>> start with the headers as Peter suggested and use tr1 for everybody. >>> Then if there are problems, we'll add exceptions for some computers. >>> Or we can do autoconf/cmake tests on the

Re: insert note, undo, crash.

2010-05-07 Thread Pavel Sanda
Kevin Brubeck Unhammer wrote: > Sorry for the late reply. I seem to have lost my bug :-( > > I had to do a restart before checking out from svn, and now I can't > get it to crash again (neither svn nor release). I'll let you know if > I find it again. btw do you use outliner? i fight similar bug,

RE: LyX's FTP-server is down

2010-05-07 Thread Vincent van Ravesteijn - TNW
>This link works for me: >http://www.ecp.fr/ > >So ftp.lyx.org should also be online again the next hours. > It works again now. Vincent

Re: LyX's FTP-server is down

2010-05-07 Thread Uwe Stöhr
Am 07.05.2010 16:50, schrieb Jean-Marc LASGOUTTES: Uwe Stöhr writes: ftp://ftp.lyx.org/ does not response It seems that the whole ecp.fr (the ecole centrale de paris who hosts via and therefore us) is not reachable. This link works for me: http://www.ecp.fr/ So ftp.lyx.org should also be

Re: Mailing lists

2010-05-07 Thread Pavel Sanda
Wierdl Máté wrote: > Done. Do you want me to remove sa...@lyx.org? yes pavel

Re: Mailing lists

2010-05-07 Thread Wierdl Máté
2010/5/7 Pavel Sanda : > Wierdl Máté wrote: >> >> >> IIRC, you had to be subscribed to the lyx-cvs-list in order for the >> >> >> commit messages to be sent. So, I'd restrict the senders to only those >> >> >> that are subscribed to the list. >> >> >> >> That's how I set it up for now. >> > >> > -

Re: LyX's FTP-server is down

2010-05-07 Thread Jean-Marc LASGOUTTES
Uwe Stöhr writes: > ftp://ftp.lyx.org/ > does not response It seems that the whole ecp.fr (the ecole centrale de paris who hosts via and therefore us) is not reachable. I guess there is not much that we can do to speed up things... JMarc

RE: Mailing lists

2010-05-07 Thread Vincent van Ravesteijn - TNW
>Did you subscribe to the lyx-cvs list with your lyx.org address ? > Apparently you did as the mailing list announcement message came through. Vincent

RE: Mailing lists

2010-05-07 Thread Vincent van Ravesteijn - TNW
>> >> >> >> IIRC, you had to be subscribed to the lyx-cvs-list in order for >> >> >> the commit messages to be sent. So, I'd restrict the senders to >> >> >> only those that are subscribed to the list. >> >> >> >> That's how I set it up for now. >> > >> > - The problem is that lyx-cvs is not w

Re: Mailing lists

2010-05-07 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: > > >> >> IIRC, you had to be subscribed to the lyx-cvs-list in order for > >> >> the commit messages to be sent. So, I'd restrict the senders to > >> >> only those that are subscribed to the list. > >> > >> That's how I set it up for now. > > > > - The proble

RE: bind and shared_ptr

2010-05-07 Thread Vincent van Ravesteijn - TNW
>> I agree with killing boost, but we should do it cleanly. We could >> start with the headers as Peter suggested and use tr1 for everybody. >> Then if there are problems, we'll add exceptions for some computers. >> Or we can do autoconf/cmake tests on the features. > >fine with me if this will

RE: Mailing lists

2010-05-07 Thread Vincent van Ravesteijn - TNW
>> >> IIRC, you had to be subscribed to the lyx-cvs-list in order for >> >> the commit messages to be sent. So, I'd restrict the senders to >> >> only those that are subscribed to the list. >> >> That's how I set it up for now. > > - The problem is that lyx-cvs is not working anymore. I guess it

Re: insert note, undo, crash.

2010-05-07 Thread Kevin Brubeck Unhammer
2010/5/7 Pavel Sanda : > Jean-Marc LASGOUTTES wrote: >> Kevin Brubeck Unhammer writes: >> > when I just add a note, and then immediately undo (whether with >> > keyboard shortcuts or with menu items/toolbar button). This crash is >> > as non-intermittent as it gets. I'm not 100% sure it's the same

Re: bind and shared_ptr

2010-05-07 Thread Pavel Sanda
Jean-Marc LASGOUTTES wrote: > I agree with killing boost, but we should do it cleanly. We could start > with the headers as Peter suggested and use tr1 for everybody. Then if > there are problems, we'll add exceptions for some computers. Or we can > do autoconf/cmake tests on the features. fine wi

LyX's FTP-server is down

2010-05-07 Thread Uwe Stöhr
ftp://ftp.lyx.org/ does not response regards Uwe

Re: bind and shared_ptr

2010-05-07 Thread Jean-Marc LASGOUTTES
Pavel Sanda writes: > from what i remember we tried to kill boost on last dev meeting and replace > it by tr1, but the whole business was canceled because some ms compiler stop > to work. maybe its no more trouble. also some regexp routines are not > fully compatible in tr1 iirc. but killing boost

Re: result of a first test with LyX 2.0alpha2

2010-05-07 Thread Uwe Stöhr
Am 21.04.2010 02:10, schrieb Enrico Forestieri: Uwe, whatever you did, please undo it. Done. The default button corresponds to the default action taken on batch exports. Ah, now I understand why this reintroduced bug 2762. So, if you made the overwrite button the default, you are reintro

Re: Mailing lists

2010-05-07 Thread Wierdl Máté
2010/5/7 Pavel Sanda : > Wierdl Máté wrote: >> 2010/5/5 Pavel Sanda : >> >> Pavel Sanda schreef: >> >>> - Please can you restrict lyx-cvs only to only one sender >> >>> Sender: lyx-...@lists.lyx.org >> >> Are you sure this is the correct address? Aren't the senders to lyx-cvs >> >> the lyx.org user

Re: bind and shared_ptr

2010-05-07 Thread Pavel Sanda
Peter Kümmel wrote: > We often have 'using namespace std' in our code and msvc10 makes bind > visible as std::bind, this generates many conflicts. And why should > we use third party code when the compiler comes with it's own > implementation? > > Using tr1 also prevents the including of myriads o

Re: bind and shared_ptr

2010-05-07 Thread Peter Kümmel
Jean-Marc LASGOUTTES wrote: > Peter Kümmel writes: > >> Because we get trouble with bind and shared_ptr coming with boost and >> msvc10 I've introduced support/bind.h and support/shared_ptr.h where >> I've moved both functions into the lyx scope and where we can switch >> between the usage of boo

Re: insert note, undo, crash.

2010-05-07 Thread Pavel Sanda
Jean-Marc LASGOUTTES wrote: > Kevin Brubeck Unhammer writes: > > when I just add a note, and then immediately undo (whether with > > keyboard shortcuts or with menu items/toolbar button). This crash is > > as non-intermittent as it gets. I'm not 100% sure it's the same as > > http://www.lyx.org/tr

Re: insert note, undo, crash.

2010-05-07 Thread Jean-Marc LASGOUTTES
Kevin Brubeck Unhammer writes: > when I just add a note, and then immediately undo (whether with > keyboard shortcuts or with menu items/toolbar button). This crash is > as non-intermittent as it gets. I'm not 100% sure it's the same as > http://www.lyx.org/trac/ticket/6678 > though since that see

Re: bind and shared_ptr

2010-05-07 Thread Jean-Marc LASGOUTTES
Peter Kümmel writes: > Because we get trouble with bind and shared_ptr coming with boost and > msvc10 I've introduced support/bind.h and support/shared_ptr.h where > I've moved both functions into the lyx scope and where we can switch > between the usage of boost and tr1. > Currently I only use f

bind and shared_ptr

2010-05-07 Thread Peter Kümmel
Because we get trouble with bind and shared_ptr coming with boost and msvc10 I've introduced support/bind.h and support/shared_ptr.h where I've moved both functions into the lyx scope and where we can switch between the usage of boost and tr1. Currently I only use for msvc10 the tr1, but we could a

insert note, undo, crash.

2010-05-07 Thread Kevin Brubeck Unhammer
Hi, I was about to comment on http://www.lyx.org/trac/ticket/6678 but Trac keeps asking me to verify my email over and over... anyway, I get lyx: SIGSEGV signal caught Sorry, you have found a bug in LyX. Please read the bug-reporting instructions in Help->Introduction and send us a bug report, if