Re: [PATCH] Logic error in fix to bug 2740

2006-08-10 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> Could you test it, so that we avoid another round of fixes? I tried >> to, but I may miss something else. Juergen> works in all special cases I can think of. Thanks for testing. Applied.

Re: [PATCH] Logic error in fix to bug 2740

2006-08-10 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Could you test it, so that we avoid another round of fixes? I tried > to, but I may miss something else. works in all special cases I can think of. Please apply. Jürgen

Re: [PATCH] Logic error in fix to bug 2740

2006-08-10 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: >> Juergen, do you agree? Juergen> Looks reasonable, though I did not test it. Could you test it, so that we avoid another round of fixes? I tried to, but I may miss something else. JMarc

Re: [PATCH] Logic error in fix to bug 2740

2006-08-10 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > - Create a new file > - save > > => LyX complains it could not create a backup, which is > understandable, since there is nothing to backup! Oops, I did not test this obvious case. > The following patch seems to fix the logic. > > Juergen, do you agree? Looks reason

[PATCH] Logic error in fix to bug 2740

2006-08-10 Thread Jean-Marc Lasgouttes
- Create a new file - save => LyX complains it could not create a backup, which is understandable, since there is nothing to backup! The following patch seems to fix the logic. Juergen, do you agree? JMarc Index: src/buffer.C ===