Re: [PATCH][Bug 1694] Crash when closing buffer

2004-10-15 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> This patch fixes bug 1694, which is a crash when two buffer Jean-Marc> are open and the first one is closed. This is due to a Jean-Marc> problem with cursor initialization which the attached patch Jean-Marc> fixes. I

Re: [PATCH][Bug 1694] Crash when closing buffer

2004-10-15 Thread Jean-Marc Lasgouttes
> "Braunstein" == Braunstein Alfredo <[EMAIL PROTECTED]> writes: Braunstein> Jean-Marc Lasgouttes wrote: >> This patch fixes bug 1694, which is a crash when two buffer are >> open and the first one is closed. This is due to a problem with >> cursor initialization which the attached patch fixes

Re: [PATCH][Bug 1694] Crash when closing buffer

2004-10-14 Thread Alfredo Braunstein
Angus Leeming wrote: > but what happens (in the future) when we have two or more buffer > views? I don't think that your solution scales very well... I don't see a scaling problem in my solution, could you elaborate? Open doc1 -> bv1 Open doc2 -> bv2 Open another view of doc1 -> bv3 ... etc The

Re: [PATCH][Bug 1694] Crash when closing buffer

2004-10-14 Thread Alfredo Braunstein
Lars Gullik BjÃnnes wrote: > | This problem (and others) would be automatically solved IMO if we decide > | to keep different BufferViews for every open buffer (and show the active > | one/hide the others). > > How did we resolve the "several view of the same buffer" prob when we > last had that

Re: [PATCH][Bug 1694] Crash when closing buffer

2004-10-14 Thread Angus Leeming
Braunstein Alfredo wrote: > Jean-Marc Lasgouttes wrote: > >> This patch fixes bug 1694, which is a crash when two buffer are >> open and the first one is closed. This is due to a problem with >> cursor initialization which the attached patch fixes. >> >> There is a problem however I do not know

Re: [PATCH][Bug 1694] Crash when closing buffer

2004-10-14 Thread Lars Gullik Bjønnes
Braunstein Alfredo <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: > >> This patch fixes bug 1694, which is a crash when two buffer are open >> and the first one is closed. This is due to a problem with cursor >> initialization which the attached patch fixes. >> >> There is a problem ho

Re: [PATCH][Bug 1694] Crash when closing buffer

2004-10-14 Thread Braunstein Alfredo
Jean-Marc Lasgouttes wrote: > This patch fixes bug 1694, which is a crash when two buffer are open > and the first one is closed. This is due to a problem with cursor > initialization which the attached patch fixes. > > There is a problem however I do not know how to solve: when switching > buffe

[PATCH][Bug 1694] Crash when closing buffer

2004-10-14 Thread Jean-Marc Lasgouttes
This patch fixes bug 1694, which is a crash when two buffer are open and the first one is closed. This is due to a problem with cursor initialization which the attached patch fixes. There is a problem however I do not know how to solve: when switching buffer of closing a buffer, the cursor is res