Re: [PATCH] do not ask when reloading a clean file.

2006-05-23 Thread Bo Peng
When BufferView::Pimpl::loadLyXFile is invoked to load a file that is already loaded, the user is asked whether he wants to just switch or re-load the file. The following patch(es) chnage the behavior so that, when the buffer is clean, the switch solution is automatically selected. Does this pat

Re: [PATCH] do not ask when reloading a clean file.

2006-05-23 Thread Jose' Matos
On Tuesday 23 May 2006 12:30, Georg Baum wrote: > Jean-Marc Lasgouttes wrote: > > The original reason was a bad reason: that the session code had bad > > interactions with your natbib code and loaded child documents twice, > > therefore triggering bogus alerts. This has been or should be fixed > >

Re: [PATCH] do not ask when reloading a clean file.

2006-05-23 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> The original reason was a bad reason: that the session code had bad >> interactions with your natbib code and loaded child documents >> twice, therefore triggering bogus alerts. This has been or should >>

Re: [PATCH] do not ask when reloading a clean file.

2006-05-23 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > The original reason was a bad reason: that the session code had bad > interactions with your natbib code and loaded child documents twice, > therefore triggering bogus alerts. This has been or should be fixed > differently, so it is less relevant now. This is actuall

Re: [PATCH] do not ask when reloading a clean file.

2006-05-23 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> When BufferView::Pimpl::loadLyXFile is invoked to load a file that >> is already loaded, the user is asked whether he wants to just >> switch or re-load the file. The following patch(es) chnage the >> beh

Re: [PATCH] do not ask when reloading a clean file.

2006-05-23 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > When BufferView::Pimpl::loadLyXFile is invoked to load a file that is > already loaded, the user is asked whether he wants to just switch or > re-load the file. The following patch(es) chnage the behavior so that, > when the buffer is clean, the switch solution is aut

[PATCH] do not ask when reloading a clean file.

2006-05-23 Thread Jean-Marc Lasgouttes
When BufferView::Pimpl::loadLyXFile is invoked to load a file that is already loaded, the user is asked whether he wants to just switch or re-load the file. The following patch(es) chnage the behavior so that, when the buffer is clean, the switch solution is automatically selected. Does anyone ob